Commit Graph

1053 Commits

Author SHA1 Message Date
Stein Magnus Jodal
5d95b82698 Update changelog 2010-06-24 13:51:26 +02:00
Stein Magnus Jodal
a8672eb87b MPD: Remove some commands from the 'commands' output, as MPD does not list them and GMPC fails if 'idle' is present in the list 2010-06-24 12:55:49 +02:00
Stein Magnus Jodal
bcc133a079 MPD: More correct date format in listplaylists output 2010-06-24 12:50:59 +02:00
Stein Magnus Jodal
2f9775250a Return 'incorrect arguments' instead of 'unknown command' for known commands that don't match any patterns 2010-06-23 22:53:27 +02:00
Stein Magnus Jodal
0ee8254008 Move command-from-pattern extraction from 'commands' handler to 'handle_pattern' decorator 2010-06-23 22:42:59 +02:00
Stein Magnus Jodal
af30db91e1 Update all MpdAckErrors thrown by request handlers. Three tests intentionally left failing. 2010-06-23 22:23:42 +02:00
Stein Magnus Jodal
a234d41d77 MPD-compliant ACK error messages
Started work on MPD-compliant ACK error messages. 14 tests are
intentionally left broken.
2010-06-22 23:52:35 +02:00
Stein Magnus Jodal
418728b565 Fix broken reference in docs 2010-06-21 22:45:35 +02:00
Stein Magnus Jodal
0ea7d35e5f Prettify debug output from MpdSession 2010-06-21 22:25:38 +02:00
Stein Magnus Jodal
5b66a52dcc Update links to backend issues 2010-06-21 15:16:25 +02:00
Stein Magnus Jodal
febd7ebc15 Bind to 127.0.0.1 as default, since 'localhost' is IPv6-only on IPv6-enabled hosts 2010-06-20 23:02:07 +02:00
Stein Magnus Jodal
7b78c86d43 Make MpdSession more testable 2010-06-20 23:01:22 +02:00
Stein Magnus Jodal
11b8ab89c9 Fix support for IPv4 addresses in SERVER_HOSTNAME which was broken by new IPv6 support 2010-06-20 23:00:52 +02:00
Stein Magnus Jodal
3c3d2728ad MPD: Don't crash when receiving invalid data 2010-06-20 21:51:15 +02:00
Stein Magnus Jodal
d00c47ec88 MPD: Implement 'commands' command 2010-06-20 21:25:46 +02:00
Stein Magnus Jodal
c6cd2ba564 Move backend issue lists from docstrings to issue tracker 2010-06-19 13:05:58 +02:00
Stein Magnus Jodal
64d6893a77 Major update of the development roadmap 2010-06-19 12:55:45 +02:00
Stein Magnus Jodal
28b402c550 docs: How to install gstreamer on Linux, OSX, and activate GstreamerBackend 2010-06-17 14:39:56 +02:00
Stein Magnus Jodal
f2547199a0 Gstreamer tests: use fakesink for audio output 2010-06-16 22:07:35 +02:00
Stein Magnus Jodal
d396b7d114 Update changelog 2010-06-14 21:13:33 +02:00
Stein Magnus Jodal
27e96fea82 MpdServer: Support IPv6 2010-06-14 21:11:43 +02:00
Stein Magnus Jodal
2363df28f6 MpdServer: Make sockaddr handling independent of AF_INET vs AF_INET6 2010-06-14 21:11:25 +02:00
Stein Magnus Jodal
bc7f38eac2 The pyspotify repo has been reorganized 2010-06-08 19:15:56 +02:00
Stein Magnus Jodal
8487c3130f Mopidy don't work with Python 3 2010-06-08 13:10:36 +02:00
Stein Magnus Jodal
3522a4498a Document search_result arg to Track.mpd_format() 2010-06-07 02:26:12 +02:00
Stein Magnus Jodal
b17f1fb310 Update project description in README 2010-06-07 02:19:19 +02:00
Stein Magnus Jodal
2e00afe826 docs: Fix error in example 2010-06-07 02:15:20 +02:00
Stein Magnus Jodal
a92c57ee89 docs: Split TOC into three parts and show the full depth 2010-06-07 02:14:53 +02:00
Stein Magnus Jodal
e31d41e7b3 Tweaking docs formatting 2010-06-07 00:01:01 +02:00
Stein Magnus Jodal
abd0d469c4 Add docs on how repeat/random/single/consume affects previous and next in MPD 2010-06-06 23:52:17 +02:00
Stein Magnus Jodal
7455eb961d Fix formatting of default values for LOCAL_* settings. 2010-06-06 22:24:15 +02:00
Stein Magnus Jodal
a9923fcb23 Merge remote branch 'adamcik/gstreamer'
Conflicts:
	mopidy/mpd/frontend.py
	tests/mpd/frontend_test.py

GstreamerBackend now raises LookupError where the other backends just
returns None. We'll probably move in the direction of using LookupError
all over, but the changes to DummyBackend and generic tests was reverted
until BaseBackend, the backend API docs and the other backends are
updated to all raise LookupError.
2010-06-06 22:15:25 +02:00
Stein Magnus Jodal
d135066b0d addid should ACK, and not crash or be silent on error conditions 2010-06-06 22:04:50 +02:00
Stein Magnus Jodal
6623007448 Ready for 0.1.0a3 development 2010-06-02 21:45:22 +02:00
Stein Magnus Jodal
64945b55a3 Release v0.1.0a2 2010-06-02 21:22:38 +02:00
Stein Magnus Jodal
7b43fe9509 docs: Remove 'last updated on' since it will always be today when docs are regenerated every 10 mins 2010-06-02 21:16:40 +02:00
Stein Magnus Jodal
d621fa9638 Add MPRIS to crazy-list 2010-05-06 10:49:41 +02:00
Thomas Adamcik
98f2f67663 Library needs to set id 2010-05-06 00:50:22 +02:00
Thomas Adamcik
f60301800d Add FIXME with respect to volume in alsamixer 2010-05-06 00:15:00 +02:00
Thomas Adamcik
0186e3b56e Fix test_add_uri_that_triggers_lookup_error 2010-05-06 00:11:30 +02:00
Thomas Adamcik
e0ffd7e7a1 Add test_add_uri_that_triggers_lookup_error 2010-05-06 00:11:23 +02:00
Thomas Adamcik
b090d37457 Fix dummy library with respect to raising lookup error 2010-05-06 00:11:11 +02:00
Stein Magnus Jodal
1e1bb0811f Remove wrongly commited file 2010-05-06 00:01:17 +02:00
Thomas Adamcik
c8b3c91c7c Test that playlistinfo -1 == playlistinfo and add FIXMEs for rest of playlistinfo tests 2010-05-05 23:55:28 +02:00
Thomas Adamcik
feb0b3f5f3 Add logging marker 2010-05-05 23:54:53 +02:00
Stein Magnus Jodal
6d2f544a6b Despotify installation: Split Linux and OS X, drop MacPorts instructions 2010-05-05 23:32:19 +02:00
Thomas Adamcik
bfd34eb9e0 Fix gstreamer stored playlist controller with respect to tracks that don't exist in library (and test stub for issue) 2010-05-05 23:05:22 +02:00
Thomas Adamcik
09ffd91845 Fix playlistinfo handling to match mpd behaviour 2010-05-05 22:56:52 +02:00
Stein Magnus Jodal
db20c86c80 Split logging setup into two functions 2010-05-05 22:52:09 +02:00
Stein Magnus Jodal
1b7c1b0692 Merge remote branch 'adamcik/master' 2010-05-05 22:46:28 +02:00