Commit Graph

7723 Commits

Author SHA1 Message Date
Stein Magnus Jodal
328191d657 Add some missing MPD commands 2010-02-14 01:20:54 +01:00
Johannes Knutsen
3ece9c23b9 Merge branch 'master' of git://github.com/jodal/mopidy 2010-02-14 01:20:25 +01:00
Johannes Knutsen
b1e15a3830 Implemented deleteid in MPD handler 2010-02-14 01:20:18 +01:00
Johannes Knutsen
527d345488 Send OK only when no ACK in command list 2010-02-14 01:19:21 +01:00
Johannes Knutsen
8c983f2014 Only handle response in session if the response is not none 2010-02-14 01:16:48 +01:00
Stein Magnus Jodal
0e3a98b328 Document return type of get_by_uri and get_by_id 2010-02-14 01:04:27 +01:00
Stein Magnus Jodal
85a34d943b Add paragraph on code style 2010-02-14 01:01:45 +01:00
Thomas Adamcik
fb6acfcea5 Move tests/backends/__init__.py to tests/backends/basetests.py 2010-02-13 23:54:05 +01:00
Thomas Adamcik
ca751f868f Comment out test that needs feedback first 2010-02-13 23:23:11 +01:00
Thomas Adamcik
975c066835 Add test_removing_from_empty_playlist 2010-02-13 23:15:24 +01:00
Thomas Adamcik
f839391a59 Add test_removing_track_that_does_not_exist 2010-02-13 23:14:38 +01:00
Thomas Adamcik
151321d200 Update remove test and method to use track instead of position 2010-02-13 23:12:53 +01:00
Thomas Adamcik
2c064059d4 Add test_move_group_outside_of_playlist 2010-02-13 23:10:53 +01:00
Thomas Adamcik
952992d235 Add test_moving_track_outside_of_playlist 2010-02-13 23:09:59 +01:00
Thomas Adamcik
ce5dd2d249 Simplify tests where base state has allready been ensured 2010-02-13 23:08:02 +01:00
Thomas Adamcik
bc5dae5eb7 Split up load state handling tests 2010-02-13 23:06:29 +01:00
Thomas Adamcik
c40cac76ce Add get_by_id/url from master 2010-02-13 23:00:00 +01:00
Thomas Adamcik
7fa9dd727f Set id on tracks when adding them 2010-02-13 22:59:48 +01:00
Thomas Adamcik
0081f7fd8a Add test to verify that add sets the id property 2010-02-13 22:54:21 +01:00
Thomas Adamcik
b04b1eac19 Fix errornous tests 2010-02-13 22:49:31 +01:00
Thomas Adamcik
4a618079ae Remove uneeded import 2010-02-13 22:46:11 +01:00
Thomas Adamcik
183ff30fa5 Fix test_load_triggers_playing_of_new_playlist 2010-02-13 22:44:50 +01:00
Thomas Adamcik
827305ad00 Handle next at end of playlist properly 2010-02-13 22:36:42 +01:00
Thomas Adamcik
83e8fba854 Add tests that checks that next triggers playback 2010-02-13 22:27:02 +01:00
Thomas Adamcik
6d1a0b3449 Add self.playback to playback tests 2010-02-13 22:26:00 +01:00
Thomas Adamcik
f3d7b54382 Add test that ensures that initial state is stoped 2010-02-13 22:23:28 +01:00
Thomas Adamcik
7c2accf2bc Add test_clear_empty_playlist 2010-02-13 22:05:45 +01:00
Thomas Adamcik
2434408e60 Add get_by_ tests 2010-02-13 21:57:42 +01:00
Thomas Adamcik
4b7da52e3a Move part of test at position to seperate more specific test 2010-02-13 21:41:03 +01:00
Thomas Adamcik
4f5e8b3d51 Add a ton of empty tests that fail 2010-02-13 21:31:15 +01:00
Thomas Adamcik
7ff7c57d55 Update tests to match spec with respect to version handling 2010-02-13 21:21:34 +01:00
Thomas Adamcik
f4f283e741 Move test of precondition for tests to assert in setup 2010-02-13 21:19:04 +01:00
Thomas Adamcik
2f49abcd9c Improve test_remove test 2010-02-13 21:17:01 +01:00
Thomas Adamcik
f03a8238b1 Merge branch 'master' of git://github.com/jodal/mopidy 2010-02-13 20:56:42 +01:00
Stein Magnus Jodal
f59a0a042d libspotify: Implement search 2010-02-13 20:30:33 +01:00
Stein Magnus Jodal
01a6751ce6 Add support for 'outputs' MPD command 2010-02-13 20:11:42 +01:00
Stein Magnus Jodal
552b3ac723 Fix tests and coverage for track status output 2010-02-13 19:58:19 +01:00
Stein Magnus Jodal
0a3341063b Format search results correctly 2010-02-13 17:41:22 +01:00
Stein Magnus Jodal
e72166ad78 libspotify: Remove again redundant _next and _previous overrides. Let _play call stop instead of _stop. 2010-02-13 16:14:13 +01:00
Stein Magnus Jodal
8adbacae09 libspotify: Stored playlists are refreshed when we get the updated metadata callback 2010-02-13 16:03:37 +01:00
Stein Magnus Jodal
a098704334 Remove redundant docstring end 2010-02-13 15:50:18 +01:00
Stein Magnus Jodal
94b100d7af Simplify models by changing __setattr__ instead of having tons of property getters 2010-02-13 15:42:17 +01:00
Stein Magnus Jodal
837e7c361c Test that all model fields are immutable 2010-02-13 14:43:28 +01:00
Stein Magnus Jodal
902953d992 Fix bugs in mopidy.models revealed by new tests 2010-02-13 14:10:50 +01:00
Stein Magnus Jodal
81c7f56b5b Add tests for mopidy.models 2010-02-13 14:10:30 +01:00
Stein Magnus Jodal
5386a8102e libspotify: Play next track on end of track. Stop playback when losing play token. 2010-02-13 01:29:19 +01:00
Stein Magnus Jodal
ba7a3a51e3 libspotify: Improve playback controls by stopping before playing new track. Fix a couple of bugs. 2010-02-13 01:28:39 +01:00
Stein Magnus Jodal
051b79e7cb libspotify: Add dummy library search 2010-02-13 01:27:24 +01:00
Stein Magnus Jodal
52c52da33e libspotify: Check is_loaded() on all Spotify objects before using them 2010-02-13 01:25:36 +01:00
Stein Magnus Jodal
3784bee583 Library search should return Playlist, not list 2010-02-13 01:20:27 +01:00