Stein Magnus Jodal
|
88b4cc3047
|
libspotify: Remove unused import
|
2010-02-16 07:40:21 +01:00 |
|
Stein Magnus Jodal
|
59f1307d83
|
Update 'currentsong' test
|
2010-02-15 23:22:37 +01:00 |
|
Stein Magnus Jodal
|
115e726dea
|
Fix missing song position in 'currentsong' output
|
2010-02-15 23:20:48 +01:00 |
|
Stein Magnus Jodal
|
b940c4f366
|
libspotify: Add new info to search slowness comment
|
2010-02-15 23:11:44 +01:00 |
|
Stein Magnus Jodal
|
a2ec5ff5b4
|
Switch from time.sleep to threading.Event for making search non-async
|
2010-02-15 22:59:29 +01:00 |
|
Stein Magnus Jodal
|
0ab6a311e5
|
Document ImmutableObject class
|
2010-02-15 22:37:45 +01:00 |
|
Stein Magnus Jodal
|
1d6ecace00
|
docs: Adjust headers on installation page
|
2010-02-15 19:51:22 +01:00 |
|
Stein Magnus Jodal
|
b11c8475a9
|
docs: How to install despotify on OS X
|
2010-02-15 19:51:03 +01:00 |
|
Thomas Adamcik
|
66965c041e
|
Add mechanism for tearing down backend cleanly
|
2010-02-15 08:35:52 +01:00 |
|
Thomas Adamcik
|
62be30df04
|
Reset to ready state before playing
|
2010-02-15 00:09:39 +01:00 |
|
Thomas Adamcik
|
dda2fe05a3
|
Add test_previous_track_empty_playlist
|
2010-02-14 18:35:10 +01:00 |
|
Thomas Adamcik
|
c28a753fb9
|
Greatly simplify next and previous
|
2010-02-14 18:32:40 +01:00 |
|
Thomas Adamcik
|
81d6e07088
|
Add test_next_track_at_end_of_playlist
|
2010-02-14 18:31:57 +01:00 |
|
Thomas Adamcik
|
ce349e37da
|
Add more tests for previous
|
2010-02-14 17:36:37 +01:00 |
|
Thomas Adamcik
|
168d62f7ba
|
Add test_next_track_empty_playlist
|
2010-02-14 16:46:33 +01:00 |
|
Thomas Adamcik
|
3b089b2b13
|
Add test_next_track_after_previous
|
2010-02-14 16:45:07 +01:00 |
|
Thomas Adamcik
|
41da0656c6
|
Add test_previous_at_start_of_playlist and test_previous_for_empty_playlist
|
2010-02-14 16:26:26 +01:00 |
|
Thomas Adamcik
|
e719956257
|
Add test_previous_triggers_playback
|
2010-02-14 16:23:56 +01:00 |
|
Thomas Adamcik
|
50fe8c5cd2
|
Add test_next_for_empty_playlist
|
2010-02-14 16:21:35 +01:00 |
|
Thomas Adamcik
|
9db0ac778f
|
Add fixme for simplification of next and previous
|
2010-02-14 16:14:19 +01:00 |
|
Thomas Adamcik
|
cdbeaa845b
|
Move next and prevous methods to base backend
|
2010-02-14 16:09:41 +01:00 |
|
Thomas Adamcik
|
f9312b372f
|
Add previous tests and implementation
|
2010-02-14 16:08:38 +01:00 |
|
Thomas Adamcik
|
4c80a585eb
|
Fix typo
|
2010-02-14 16:08:11 +01:00 |
|
Thomas Adamcik
|
688458549d
|
Add more stub tests
|
2010-02-14 15:46:23 +01:00 |
|
Thomas Adamcik
|
80852f3854
|
Ensure that volume returned is int
|
2010-02-14 15:45:17 +01:00 |
|
Thomas Adamcik
|
399ce26a63
|
Add stop tests
|
2010-02-14 15:27:23 +01:00 |
|
Thomas Adamcik
|
73c6e09bc3
|
Add stop when stopped test
|
2010-02-14 15:25:46 +01:00 |
|
Thomas Adamcik
|
4c4b615538
|
Test resume when playing
|
2010-02-14 15:23:43 +01:00 |
|
Thomas Adamcik
|
f2400f51ea
|
Add resume to gstreamer backend
|
2010-02-14 15:21:56 +01:00 |
|
Thomas Adamcik
|
9901820ea4
|
Update some play tests
|
2010-02-14 15:19:55 +01:00 |
|
Thomas Adamcik
|
ff001a899c
|
Tests for paused state and gstreamer impl
|
2010-02-14 15:19:38 +01:00 |
|
Thomas Adamcik
|
d38d64d30f
|
At tests for even more states
|
2010-02-14 14:50:11 +01:00 |
|
Thomas Adamcik
|
49e00fba8d
|
Add volume test
|
2010-02-14 14:29:47 +01:00 |
|
Thomas Adamcik
|
33451a9cf9
|
Add placeholder tests
|
2010-02-14 04:25:08 +01:00 |
|
Thomas Adamcik
|
6ecadd6ca1
|
Fix failing test_initial_playlist_position
|
2010-02-14 04:08:28 +01:00 |
|
Thomas Adamcik
|
7f0dff0891
|
Make play handle tracks
|
2010-02-14 04:01:58 +01:00 |
|
Thomas Adamcik
|
144fa82967
|
Expand number of play tests
|
2010-02-14 04:01:27 +01:00 |
|
Thomas Adamcik
|
a071005c43
|
Convert playlist_position to property
|
2010-02-14 03:54:38 +01:00 |
|
Thomas Adamcik
|
35dc14eee7
|
Test playlist position handling
|
2010-02-14 03:48:34 +01:00 |
|
Thomas Adamcik
|
0888fdb320
|
Test current track handling
|
2010-02-14 03:47:08 +01:00 |
|
Thomas Adamcik
|
a6e5e5d89d
|
Fix next track test and implementation
|
2010-02-14 03:39:05 +01:00 |
|
Stein Magnus Jodal
|
2eff17315c
|
docs: Highlight Premium/appkey requirements
|
2010-02-14 03:33:06 +01:00 |
|
Thomas Adamcik
|
a7571ef6f2
|
Add prav_track and tests
|
2010-02-14 03:03:36 +01:00 |
|
Thomas Adamcik
|
eb65afee1b
|
Add next_track and tests
|
2010-02-14 02:59:59 +01:00 |
|
Stein Magnus Jodal
|
9763cb55a6
|
Add examples of code style
|
2010-02-14 02:57:05 +01:00 |
|
Stein Magnus Jodal
|
4e16e403d2
|
Test behaviour when errors happens during command_list processing
|
2010-02-14 01:54:03 +01:00 |
|
Stein Magnus Jodal
|
39c44bfed6
|
Update tests for 'deleteid'
|
2010-02-14 01:47:42 +01:00 |
|
Stein Magnus Jodal
|
afa107f31d
|
Add empty handlers for sticker commands
|
2010-02-14 01:43:00 +01:00 |
|
Stein Magnus Jodal
|
5ba66309f9
|
Merge branch 'master' of git://github.com/knutz3n/mopidy
|
2010-02-14 01:21:08 +01:00 |
|
Stein Magnus Jodal
|
328191d657
|
Add some missing MPD commands
|
2010-02-14 01:20:54 +01:00 |
|