Commit Graph

1460 Commits

Author SHA1 Message Date
Stein Magnus Jodal
747a981dd7 Add state transition diagram 2010-02-28 14:19:18 +01:00
Stein Magnus Jodal
3727ea214b Activate Sphinx' graphviz extension 2010-02-28 14:04:50 +01:00
Stein Magnus Jodal
1b9231d384 Update tests to match changes from knutz3n 2010-02-28 13:43:40 +01:00
Johannes Knutsen
259d5e6443 Pass instead of raise not implemented on commands, notcommands and tagtypes mpd commands to have gmpc working 2010-02-25 11:14:25 +01:00
Johannes Knutsen
db7e5b645c Changed from title to track in base library controller 2010-02-25 11:13:02 +01:00
Stein Magnus Jodal
e61ce61741 Implement MpdHandler.find_exact() 2010-02-24 08:40:28 +01:00
Stein Magnus Jodal
d1ff2e9aea Use search() as find_exact() implementation in dummy, despotify, and libspotify backend 2010-02-23 20:05:07 +01:00
Stein Magnus Jodal
25a3da22db Change return type of BaseLibraryController.find_exact() to match search() 2010-02-23 20:04:15 +01:00
Stein Magnus Jodal
635adabb7f Add test for 'noidle' 2010-02-23 19:48:27 +01:00
Stein Magnus Jodal
ca7152d62c Implement and test 'listplaylist' and 'listplaylistinfo' 2010-02-23 19:47:22 +01:00
Stein Magnus Jodal
fda997b6a4 Add BaseStoredPlaylistController.get_by_name() 2010-02-23 19:46:56 +01:00
Stein Magnus Jodal
ea7dc65ceb Implement 'listplaylistinfo' 2010-02-23 19:15:04 +01:00
Stein Magnus Jodal
ba999c7d3f Add output format for 3 stored playlists commands 2010-02-23 19:11:45 +01:00
Stein Magnus Jodal
5fa21d237d Get rid of mopidy.config 2010-02-23 00:11:53 +01:00
Stein Magnus Jodal
7fde4ef054 Remove encoding of unicode objects from mopidy.config 2010-02-23 00:08:14 +01:00
Stein Magnus Jodal
be647625b1 docs: Get docs version from mopidy.get_version() 2010-02-23 00:06:56 +01:00
Stein Magnus Jodal
a7850dbabe Make mopidy.settings a module 2010-02-23 00:03:46 +01:00
Stein Magnus Jodal
3f0b216d19 Assuming that the MPD line terminator does not vary neither 2010-02-22 23:52:50 +01:00
Stein Magnus Jodal
cade4b67f8 MPD encoding is declared as UTF-8 in the standard, so it should be a constant instead of a setting 2010-02-22 23:48:43 +01:00
Stein Magnus Jodal
3cff0edc9e Remove unused import 2010-02-22 23:46:05 +01:00
Stein Magnus Jodal
f7ee5b70bb docs: Add MPD command descriptions from musicpd.org 2010-02-22 23:45:41 +01:00
Stein Magnus Jodal
31a05e6518 Update test after decorator rename 2010-02-22 23:33:10 +01:00
Stein Magnus Jodal
0d80259c2b docs: Add last updated date to footer 2010-02-22 21:07:19 +01:00
Stein Magnus Jodal
4a29ef3159 docs: Refresh development docs a bit 2010-02-22 20:38:19 +01:00
Stein Magnus Jodal
1b231c671e docs: Move MpdHandler docs into API docs 2010-02-22 20:26:35 +01:00
Stein Magnus Jodal
daab3e216a Rename decorator from 'register' to 'handle_pattern' 2010-02-22 20:21:25 +01:00
Stein Magnus Jodal
0a6545f6d0 Add volume control support to BaseBackend through alsaaudio.Mixer 2010-02-22 19:47:25 +01:00
Thomas Adamcik
92598a963e Prevent pop from empty list 2010-02-22 02:29:56 +01:00
Thomas Adamcik
f9f3ec9c4a Add test_random_until_end_of_playlist, test_random_until_end_of_playlist_with_repeat and test_play_track_with_random_removes_track (still needs more work to pass tests 2010-02-22 02:29:40 +01:00
Stein Magnus Jodal
f9a9a0e82b docs: Add automodule doc of MpdHandler 2010-02-21 23:33:11 +01:00
Stein Magnus Jodal
f105b85428 Add MpdHandler patterns to docstrings automatically 2010-02-21 23:32:41 +01:00
Stein Magnus Jodal
b67a58eb6d docs: Add module which turns on autodoc for private members with docstrings 2010-02-21 23:31:58 +01:00
Stein Magnus Jodal
c96d9d9108 MpdHandler: sticker_find should be private 2010-02-21 16:28:49 +01:00
Stein Magnus Jodal
9ee17677f1 Change docs version from 0.1 to 0.1.dev as we haven't released yet 2010-02-21 16:18:19 +01:00
Stein Magnus Jodal
b45fe37a0f docs: Document settings 2010-02-21 16:15:46 +01:00
Stein Magnus Jodal
9a88cd0dfa docs: Add 'mopidy.' as common prefix in module index 2010-02-21 15:45:18 +01:00
Stein Magnus Jodal
cafab89f84 Add requirements-docs.txt and update development docs accordingly 2010-02-21 15:24:49 +01:00
Thomas Adamcik
8c145b52f7 Ensure that previous_track for random is current_track 2010-02-20 21:42:40 +01:00
Thomas Adamcik
96a974ac4d Fix random tests and impl 2010-02-20 21:42:17 +01:00
Thomas Adamcik
6c2adbed3b Implement random tests 2010-02-20 04:42:47 +01:00
Thomas Adamcik
b359e515c3 Add test return values test 2010-02-20 04:39:14 +01:00
Thomas Adamcik
95ea3daa35 Cleanup play method 2010-02-20 04:26:20 +01:00
Thomas Adamcik
2392567d08 Simplify volume on base playback 2010-02-20 03:59:10 +01:00
Thomas Adamcik
ce5c3780a3 Add test_previous_track_with_consume and test_previous_track_with_random 2010-02-20 03:16:38 +01:00
Thomas Adamcik
5c62bc642c Clean imports 2010-02-20 03:13:30 +01:00
Thomas Adamcik
3fcbe28367 Remove history doc and write new doc directly in backend based on MPD behavior for next and previous_track 2010-02-20 02:11:30 +01:00
Thomas Adamcik
503d7a800d Add notes about history handling to doc 2010-02-20 00:57:13 +01:00
Thomas Adamcik
45af7ef21e Merge branch 'master' of git://github.com/jodal/mopidy 2010-02-20 00:14:23 +01:00
Thomas Adamcik
92d4b939a0 Fix test_next_with_consume 2010-02-19 23:11:47 +01:00
Thomas Adamcik
60a0d182e2 Fix test_previous_track_with_consume 2010-02-19 23:09:39 +01:00