Commit Graph

921 Commits

Author SHA1 Message Date
Stein Magnus Jodal
0b5fc83c90 Add initial gstreamer install docs 2010-04-29 23:58:54 +02:00
Stein Magnus Jodal
24e16fa003 Update Mopidy+despotify install docs after trying them on a clean Ubuntu 10.04 installation 2010-04-29 23:56:52 +02:00
Stein Magnus Jodal
e12874bb6e Fix logging of exception message 2010-04-29 23:52:52 +02:00
Stein Magnus Jodal
973d5d330e Fix some pylint warnings 2010-04-29 22:54:37 +02:00
Stein Magnus Jodal
408fd8a714 despotify r508 is needed to connect to Spotify servers now 2010-04-29 21:36:10 +02:00
Stein Magnus Jodal
7373d21242 Add pylintrc which disables most messages 2010-04-29 21:27:15 +02:00
Stein Magnus Jodal
e84fe6ddd7 Merge commit 'adamcik/gstreamer' 2010-04-29 21:27:06 +02:00
Thomas Adamcik
c612edd205 Merge branch 'master' into gstreamer 2010-04-29 21:11:42 +02:00
Thomas Adamcik
1da9dced77 Ensure that models don't accept unknown kwarg keys 2010-04-29 21:09:17 +02:00
Thomas Adamcik
0bcda9920b Various pylint fixes 2010-04-29 20:37:22 +02:00
Thomas Adamcik
53bc3cec6a Ensure the files don't exist before in playlist tests 2010-04-29 20:03:08 +02:00
Thomas Adamcik
a0fae47e90 Ensure that renamed playlists aren't created 2010-04-29 20:01:35 +02:00
Thomas Adamcik
42e96ebdcd Add placeholders for library tests 2010-04-28 23:04:39 +02:00
Thomas Adamcik
074da2e542 Add minimal BaseLibraryControllerTest 2010-04-28 22:56:10 +02:00
Thomas Adamcik
5f08dbc213 Add extra settings for music folder and tag cache 2010-04-28 22:53:42 +02:00
Thomas Adamcik
15751613a1 Add some test stubs for mpd cache handling 2010-04-28 22:41:37 +02:00
Thomas Adamcik
febdbce0e1 Fix mpd tag cache code with respect to newest test 2010-04-28 22:31:25 +02:00
Thomas Adamcik
837f35ef36 Add advanced tag cache test 2010-04-28 22:31:08 +02:00
Thomas Adamcik
b6340d107b Clean mpd tag cache tests 2010-04-28 22:30:26 +02:00
Thomas Adamcik
853af8a492 Add fixme and test stub for playlist eq and hash testing 2010-04-28 22:09:30 +02:00
Thomas Adamcik
3b3ba18966 Simplify MPD tag cache code 2010-04-28 22:03:14 +02:00
Thomas Adamcik
f36f64c6ca Add basic mpd tag cache parser and tests 2010-04-28 22:02:01 +02:00
Thomas Adamcik
7158056c26 Test id() for equality, not playlists them selves due to eq changes 2010-04-28 21:57:53 +02:00
Thomas Adamcik
3e640e1e5b Move eq method to imutable object parent class 2010-04-28 21:56:01 +02:00
Thomas Adamcik
7ecc378bf9 Add fixme 2010-04-28 21:54:06 +02:00
Thomas Adamcik
db4ad72678 Fix test_artists test with respect to hashing and set behaveviour 2010-04-28 21:53:51 +02:00
Thomas Adamcik
949ca6357f Use frozensets in models as they are hashable 2010-04-28 21:53:10 +02:00
Thomas Adamcik
1e7fa943be Add hash function to models 2010-04-28 21:52:40 +02:00
Thomas Adamcik
3c36efad5d Fix models with respect to comparison with other value 2010-04-28 21:52:05 +02:00
Thomas Adamcik
64f81a6594 Add test_eq_other check 2010-04-28 21:51:19 +02:00
Thomas Adamcik
1d3a394d03 «Hashable objects which compare equal must have the same hash value» ie. add hash tests for eq 2010-04-28 21:36:13 +02:00
Stein Magnus Jodal
ac3bfc723e Add todo on taking some action when False is returned from _play() 2010-04-28 12:27:07 +02:00
Stein Magnus Jodal
ddc7e07ec6 libspotify: Handle SpotifyError (e.g. 'The track cannot be played') in _play() 2010-04-28 12:24:07 +02:00
Stein Magnus Jodal
441362028c libspotify: Implement LibspotifyLibraryController.lookup(uri) so that I can use ncmpcpp to listen to music at work 2010-04-28 11:01:24 +02:00
Thomas Adamcik
3a3ee1a9f9 Fix MPD artist format with repsect to list to set conversion 2010-04-27 23:31:48 +02:00
Thomas Adamcik
fc45b20cca Fix equality tests with respect to ordering 2010-04-27 23:26:02 +02:00
Thomas Adamcik
69e6d5dc92 Add test for equality with ordering changes of artists 2010-04-27 23:25:35 +02:00
Thomas Adamcik
b24d883db9 Test comparing with None 2010-04-27 23:15:33 +02:00
Thomas Adamcik
f8b2d52333 Add __eq__ to Track 2010-04-27 23:12:24 +02:00
Thomas Adamcik
3bc795ee95 Add __eq__ to album 2010-04-27 22:55:36 +02:00
Thomas Adamcik
06d6fd81c7 Add __eq__ to Artist 2010-04-27 22:47:35 +02:00
Thomas Adamcik
d64980411d Rename m3u conversion helper to parse_m3u 2010-04-27 21:39:52 +02:00
Thomas Adamcik
19fe5d3506 Add FIXME 2010-04-27 20:51:48 +02:00
Thomas Adamcik
c93d8470ce Substitute file: with file:// all over 2010-04-27 20:03:00 +02:00
Thomas Adamcik
d24a81425c Convert uri handler to file:// 2010-04-27 20:02:08 +02:00
Stein Magnus Jodal
cf0986a3a0 Add test to ensure that the last track in a playlist also is consumed 2010-04-27 15:27:58 +02:00
Thomas Adamcik
067d0953a7 Merge branch 'master' into gstreamer 2010-04-27 00:18:54 +02:00
Stein Magnus Jodal
1eb88c1803 Merge adamcik/gstreamer 2010-04-27 00:15:29 +02:00
Stein Magnus Jodal
b63cc96f16 Merge adamcik/gstreamer 2010-04-27 00:14:32 +02:00
Thomas Adamcik
edc2eb0760 Merge branch 'master' into gstreamer
Conflicts:
	tests/backends/gstreamer_test.py
2010-04-27 00:10:03 +02:00