Commit Graph

  • 3cff0edc9e Remove unused import Stein Magnus Jodal 2010-02-22 23:46:05 +0100
  • f7ee5b70bb docs: Add MPD command descriptions from musicpd.org Stein Magnus Jodal 2010-02-22 23:45:41 +0100
  • 31a05e6518 Update test after decorator rename Stein Magnus Jodal 2010-02-22 23:33:10 +0100
  • 0d80259c2b docs: Add last updated date to footer Stein Magnus Jodal 2010-02-22 21:07:19 +0100
  • 4a29ef3159 docs: Refresh development docs a bit Stein Magnus Jodal 2010-02-22 20:38:19 +0100
  • 1b231c671e docs: Move MpdHandler docs into API docs Stein Magnus Jodal 2010-02-22 20:26:35 +0100
  • daab3e216a Rename decorator from 'register' to 'handle_pattern' Stein Magnus Jodal 2010-02-22 20:21:25 +0100
  • 0a6545f6d0 Add volume control support to BaseBackend through alsaaudio.Mixer Stein Magnus Jodal 2010-02-22 19:47:25 +0100
  • 92598a963e Prevent pop from empty list Thomas Adamcik 2010-02-22 02:29:56 +0100
  • 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 Thomas Adamcik 2010-02-22 02:29:40 +0100
  • f9a9a0e82b docs: Add automodule doc of MpdHandler Stein Magnus Jodal 2010-02-21 23:33:11 +0100
  • f105b85428 Add MpdHandler patterns to docstrings automatically Stein Magnus Jodal 2010-02-21 23:32:41 +0100
  • b67a58eb6d docs: Add module which turns on autodoc for private members with docstrings Stein Magnus Jodal 2010-02-21 23:31:58 +0100
  • c96d9d9108 MpdHandler: sticker_find should be private Stein Magnus Jodal 2010-02-21 16:28:49 +0100
  • 9ee17677f1 Change docs version from 0.1 to 0.1.dev as we haven't released yet Stein Magnus Jodal 2010-02-21 16:18:19 +0100
  • b45fe37a0f docs: Document settings Stein Magnus Jodal 2010-02-21 16:15:46 +0100
  • 9a88cd0dfa docs: Add 'mopidy.' as common prefix in module index Stein Magnus Jodal 2010-02-21 15:45:18 +0100
  • cafab89f84 Add requirements-docs.txt and update development docs accordingly Stein Magnus Jodal 2010-02-21 15:24:49 +0100
  • 8c145b52f7 Ensure that previous_track for random is current_track Thomas Adamcik 2010-02-20 21:42:40 +0100
  • 96a974ac4d Fix random tests and impl Thomas Adamcik 2010-02-20 21:42:17 +0100
  • 6c2adbed3b Implement random tests Thomas Adamcik 2010-02-20 04:42:47 +0100
  • b359e515c3 Add test return values test Thomas Adamcik 2010-02-20 04:39:14 +0100
  • 95ea3daa35 Cleanup play method Thomas Adamcik 2010-02-20 04:26:20 +0100
  • 2392567d08 Simplify volume on base playback Thomas Adamcik 2010-02-20 03:59:10 +0100
  • ce5c3780a3 Add test_previous_track_with_consume and test_previous_track_with_random Thomas Adamcik 2010-02-20 03:16:38 +0100
  • 5c62bc642c Clean imports Thomas Adamcik 2010-02-20 03:13:30 +0100
  • 3fcbe28367 Remove history doc and write new doc directly in backend based on MPD behavior for next and previous_track Thomas Adamcik 2010-02-20 02:11:30 +0100
  • 503d7a800d Add notes about history handling to doc Thomas Adamcik 2010-02-20 00:57:13 +0100
  • 45af7ef21e Merge branch 'master' of git://github.com/jodal/mopidy Thomas Adamcik 2010-02-20 00:14:23 +0100
  • 92d4b939a0 Fix test_next_with_consume Thomas Adamcik 2010-02-19 23:11:47 +0100
  • 60a0d182e2 Fix test_previous_track_with_consume Thomas Adamcik 2010-02-19 23:09:39 +0100
  • 96a7265537 Prefix gstreamer internals with _ Thomas Adamcik 2010-02-19 11:24:18 +0100
  • 5639c03ea7 Try event harder to tear down gst correctly Thomas Adamcik 2010-02-19 11:21:46 +0100
  • 8ffa81f7a9 s/shuffle/random/ in tests Thomas Adamcik 2010-02-18 17:05:17 +0100
  • 820da31161 Add test_previous_track_with_consume Thomas Adamcik 2010-02-18 16:26:10 +0100
  • a46184dcf2 Add test_play_with_consume and test_next_with_consume Thomas Adamcik 2010-02-18 16:25:13 +0100
  • 865234ce6b Fix next track regression Thomas Adamcik 2010-02-18 16:20:36 +0100
  • 496a7d19dc Add test_consume_off_by_default Thomas Adamcik 2010-02-18 16:18:50 +0100
  • ff4e8ba33a Move invocation of new_playlist_loaded_callback to playlist setter Thomas Adamcik 2010-02-18 16:04:55 +0100
  • 22cfe7b604 Use proper setter/getter for playlist Thomas Adamcik 2010-02-18 16:03:54 +0100
  • 0f4b9ce4dc Add stub test_current_track_after_completed_playlist Thomas Adamcik 2010-02-18 16:01:03 +0100
  • a4c9d7c8a0 Correct test_previous_at_start_of_playlist to match mpd Thomas Adamcik 2010-02-18 15:59:18 +0100
  • 6d054e5367 Add test_shufflet_off_by_default Thomas Adamcik 2010-02-18 15:40:31 +0100
  • 458ff52b86 Add test_repeat_off_by_default and test_next_track_at_end_of_playlist_with_repeat Thomas Adamcik 2010-02-18 15:39:15 +0100
  • 1236767bfe Add test_end_of_playlist_stops Thomas Adamcik 2010-02-18 15:16:25 +0100
  • fd05a9ea9b Do a better jobb of cleaning up after gstreamer Thomas Adamcik 2010-02-18 15:14:17 +0100
  • 613e3b86ba Add test_end_of_song_starts_next_track Thomas Adamcik 2010-02-18 15:12:17 +0100
  • 7dbce96bce Add length to tracks and use length in tests Thomas Adamcik 2010-02-18 15:11:19 +0100
  • d52bfe3658 Convert tests to tracks instead of uris Thomas Adamcik 2010-02-18 13:52:08 +0100
  • b087306306 Switch add to use track instead of uri per spec Thomas Adamcik 2010-02-18 13:51:43 +0100
  • 0cd56b0800 Add test_seek_beyond_start_of_song tests Thomas Adamcik 2010-02-18 13:41:21 +0100
  • 173d09d722 Add test_seek_when_paused* tests Thomas Adamcik 2010-02-18 13:00:59 +0100
  • 3d284a8903 Implement seek Thomas Adamcik 2010-02-18 12:59:15 +0100
  • 5a11f17155 Add more test_seek_* tests Thomas Adamcik 2010-02-18 12:56:52 +0100
  • a3e62a529f Add test_resume_continues_from_right_position Thomas Adamcik 2010-02-18 04:02:33 +0100
  • ba7a836d8b Add test_time_position_when_playing and test_time_position_when_paused fixing code to pass them Thomas Adamcik 2010-02-18 03:50:46 +0100
  • 5fc47b8611 Add test_time_position_when_stopped Thomas Adamcik 2010-02-18 03:40:11 +0100
  • a01810619c Add @populate_playlist to some tests Thomas Adamcik 2010-02-18 03:36:56 +0100
  • 084c0a8321 Add test_new_playlist_loaded_callback_when_* and implementation Thomas Adamcik 2010-02-18 03:18:19 +0100
  • cdc763b114 Add test_new_playlist_loaded_callback_gets_called Thomas Adamcik 2010-02-18 03:09:08 +0100
  • 339de6894f Mark tests that need design decision needed before we can move forward Thomas Adamcik 2010-02-18 02:58:13 +0100
  • 82951d1dc8 Update setup and teardown for tests Thomas Adamcik 2010-02-18 02:55:24 +0100
  • e9d3c8334e Add blank mp3 files for testing Thomas Adamcik 2010-02-18 02:42:31 +0100
  • b0699b4683 Use actuall mp3s for testing Thomas Adamcik 2010-02-18 02:42:09 +0100
  • f920aa31ca Fix broken test code Thomas Adamcik 2010-02-18 02:31:36 +0100
  • 1bc3693c6b Update resume method Thomas Adamcik 2010-02-18 02:31:20 +0100
  • ea8399b58a Add more test stubs Thomas Adamcik 2010-02-18 02:26:38 +0100
  • a7d5f24d0c Try to fix state handling Thomas Adamcik 2010-02-18 02:25:53 +0100
  • a5b6e456b9 Add wrapping of __name__ and __doc__ Thomas Adamcik 2010-02-17 22:55:56 +0100
  • 88b4cc3047 libspotify: Remove unused import Stein Magnus Jodal 2010-02-16 07:40:21 +0100
  • 59f1307d83 Update 'currentsong' test Stein Magnus Jodal 2010-02-15 23:22:37 +0100
  • 115e726dea Fix missing song position in 'currentsong' output Stein Magnus Jodal 2010-02-15 23:20:48 +0100
  • b940c4f366 libspotify: Add new info to search slowness comment Stein Magnus Jodal 2010-02-15 23:11:44 +0100
  • a2ec5ff5b4 Switch from time.sleep to threading.Event for making search non-async Stein Magnus Jodal 2010-02-15 22:59:29 +0100
  • 0ab6a311e5 Document ImmutableObject class Stein Magnus Jodal 2010-02-15 22:37:45 +0100
  • 1d6ecace00 docs: Adjust headers on installation page Stein Magnus Jodal 2010-02-15 19:51:22 +0100
  • b11c8475a9 docs: How to install despotify on OS X Stein Magnus Jodal 2010-02-15 19:51:03 +0100
  • 66965c041e Add mechanism for tearing down backend cleanly Thomas Adamcik 2010-02-15 08:35:52 +0100
  • 62be30df04 Reset to ready state before playing Thomas Adamcik 2010-02-15 00:09:39 +0100
  • dda2fe05a3 Add test_previous_track_empty_playlist Thomas Adamcik 2010-02-14 18:35:10 +0100
  • c28a753fb9 Greatly simplify next and previous Thomas Adamcik 2010-02-14 18:32:40 +0100
  • 81d6e07088 Add test_next_track_at_end_of_playlist Thomas Adamcik 2010-02-14 18:31:57 +0100
  • ce349e37da Add more tests for previous Thomas Adamcik 2010-02-14 17:36:37 +0100
  • 168d62f7ba Add test_next_track_empty_playlist Thomas Adamcik 2010-02-14 16:46:33 +0100
  • 3b089b2b13 Add test_next_track_after_previous Thomas Adamcik 2010-02-14 16:45:07 +0100
  • 41da0656c6 Add test_previous_at_start_of_playlist and test_previous_for_empty_playlist Thomas Adamcik 2010-02-14 16:26:26 +0100
  • e719956257 Add test_previous_triggers_playback Thomas Adamcik 2010-02-14 16:23:56 +0100
  • 50fe8c5cd2 Add test_next_for_empty_playlist Thomas Adamcik 2010-02-14 16:21:35 +0100
  • 9db0ac778f Add fixme for simplification of next and previous Thomas Adamcik 2010-02-14 16:14:19 +0100
  • cdbeaa845b Move next and prevous methods to base backend Thomas Adamcik 2010-02-14 16:09:41 +0100
  • f9312b372f Add previous tests and implementation Thomas Adamcik 2010-02-14 16:08:38 +0100
  • 4c80a585eb Fix typo Thomas Adamcik 2010-02-14 16:08:11 +0100
  • 688458549d Add more stub tests Thomas Adamcik 2010-02-14 15:46:23 +0100
  • 80852f3854 Ensure that volume returned is int Thomas Adamcik 2010-02-14 15:45:17 +0100
  • 399ce26a63 Add stop tests Thomas Adamcik 2010-02-14 15:27:23 +0100
  • 73c6e09bc3 Add stop when stopped test Thomas Adamcik 2010-02-14 15:25:46 +0100
  • 4c4b615538 Test resume when playing Thomas Adamcik 2010-02-14 15:23:43 +0100
  • f2400f51ea Add resume to gstreamer backend Thomas Adamcik 2010-02-14 15:21:56 +0100
  • 9901820ea4 Update some play tests Thomas Adamcik 2010-02-14 15:19:55 +0100
  • ff001a899c Tests for paused state and gstreamer impl Thomas Adamcik 2010-02-14 15:19:38 +0100