Commit Graph

  • d38d64d30f At tests for even more states Thomas Adamcik 2010-02-14 14:50:11 +0100
  • 49e00fba8d Add volume test Thomas Adamcik 2010-02-14 14:29:47 +0100
  • 33451a9cf9 Add placeholder tests Thomas Adamcik 2010-02-14 04:21:11 +0100
  • 6ecadd6ca1 Fix failing test_initial_playlist_position Thomas Adamcik 2010-02-14 04:08:28 +0100
  • 7f0dff0891 Make play handle tracks Thomas Adamcik 2010-02-14 04:01:58 +0100
  • 144fa82967 Expand number of play tests Thomas Adamcik 2010-02-14 04:01:27 +0100
  • a071005c43 Convert playlist_position to property Thomas Adamcik 2010-02-14 03:54:38 +0100
  • 35dc14eee7 Test playlist position handling Thomas Adamcik 2010-02-14 03:48:34 +0100
  • 0888fdb320 Test current track handling Thomas Adamcik 2010-02-14 03:47:08 +0100
  • a6e5e5d89d Fix next track test and implementation Thomas Adamcik 2010-02-14 03:39:05 +0100
  • 2eff17315c docs: Highlight Premium/appkey requirements Stein Magnus Jodal 2010-02-14 03:33:06 +0100
  • a7571ef6f2 Add prav_track and tests Thomas Adamcik 2010-02-14 03:03:36 +0100
  • eb65afee1b Add next_track and tests Thomas Adamcik 2010-02-14 02:59:59 +0100
  • 9763cb55a6 Add examples of code style Stein Magnus Jodal 2010-02-14 02:57:05 +0100
  • 4e16e403d2 Test behaviour when errors happens during command_list processing Stein Magnus Jodal 2010-02-14 01:54:03 +0100
  • 39c44bfed6 Update tests for 'deleteid' Stein Magnus Jodal 2010-02-14 01:47:42 +0100
  • afa107f31d Add empty handlers for sticker commands Stein Magnus Jodal 2010-02-14 01:43:00 +0100
  • 5ba66309f9 Merge branch 'master' of git://github.com/knutz3n/mopidy Stein Magnus Jodal 2010-02-14 01:21:08 +0100
  • 328191d657 Add some missing MPD commands Stein Magnus Jodal 2010-02-14 01:20:54 +0100
  • 3ece9c23b9 Merge branch 'master' of git://github.com/jodal/mopidy Johannes Knutsen 2010-02-14 01:20:25 +0100
  • b1e15a3830 Implemented deleteid in MPD handler Johannes Knutsen 2010-02-14 01:20:18 +0100
  • 527d345488 Send OK only when no ACK in command list Johannes Knutsen 2010-02-14 01:19:21 +0100
  • 8c983f2014 Only handle response in session if the response is not none Johannes Knutsen 2010-02-14 01:16:48 +0100
  • 0e3a98b328 Document return type of get_by_uri and get_by_id Stein Magnus Jodal 2010-02-14 01:04:27 +0100
  • 85a34d943b Add paragraph on code style Stein Magnus Jodal 2010-02-14 01:01:45 +0100
  • fb6acfcea5 Move tests/backends/__init__.py to tests/backends/basetests.py Thomas Adamcik 2010-02-13 23:53:29 +0100
  • ca751f868f Comment out test that needs feedback first Thomas Adamcik 2010-02-13 23:23:11 +0100
  • 975c066835 Add test_removing_from_empty_playlist Thomas Adamcik 2010-02-13 23:15:24 +0100
  • f839391a59 Add test_removing_track_that_does_not_exist Thomas Adamcik 2010-02-13 23:14:38 +0100
  • 151321d200 Update remove test and method to use track instead of position Thomas Adamcik 2010-02-13 23:12:53 +0100
  • 2c064059d4 Add test_move_group_outside_of_playlist Thomas Adamcik 2010-02-13 23:10:53 +0100
  • 952992d235 Add test_moving_track_outside_of_playlist Thomas Adamcik 2010-02-13 23:09:59 +0100
  • ce5dd2d249 Simplify tests where base state has allready been ensured Thomas Adamcik 2010-02-13 23:08:02 +0100
  • bc5dae5eb7 Split up load state handling tests Thomas Adamcik 2010-02-13 23:06:29 +0100
  • c40cac76ce Add get_by_id/url from master Thomas Adamcik 2010-02-13 23:00:00 +0100
  • 7fa9dd727f Set id on tracks when adding them Thomas Adamcik 2010-02-13 22:59:48 +0100
  • 0081f7fd8a Add test to verify that add sets the id property Thomas Adamcik 2010-02-13 22:54:21 +0100
  • b04b1eac19 Fix errornous tests Thomas Adamcik 2010-02-13 22:49:31 +0100
  • 4a618079ae Remove uneeded import Thomas Adamcik 2010-02-13 22:46:11 +0100
  • 183ff30fa5 Fix test_load_triggers_playing_of_new_playlist Thomas Adamcik 2010-02-13 22:43:47 +0100
  • 827305ad00 Handle next at end of playlist properly Thomas Adamcik 2010-02-13 22:36:42 +0100
  • 83e8fba854 Add tests that checks that next triggers playback Thomas Adamcik 2010-02-13 22:27:02 +0100
  • 6d1a0b3449 Add self.playback to playback tests Thomas Adamcik 2010-02-13 22:26:00 +0100
  • f3d7b54382 Add test that ensures that initial state is stoped Thomas Adamcik 2010-02-13 22:23:28 +0100
  • 7c2accf2bc Add test_clear_empty_playlist Thomas Adamcik 2010-02-13 22:05:45 +0100
  • 2434408e60 Add get_by_ tests Thomas Adamcik 2010-02-13 21:57:42 +0100
  • 4b7da52e3a Move part of test at position to seperate more specific test Thomas Adamcik 2010-02-13 21:41:03 +0100
  • 4f5e8b3d51 Add a ton of empty tests that fail Thomas Adamcik 2010-02-13 21:31:15 +0100
  • 7ff7c57d55 Update tests to match spec with respect to version handling Thomas Adamcik 2010-02-13 21:21:34 +0100
  • f4f283e741 Move test of precondition for tests to assert in setup Thomas Adamcik 2010-02-13 21:19:04 +0100
  • 2f49abcd9c Improve test_remove test Thomas Adamcik 2010-02-13 21:17:01 +0100
  • f03a8238b1 Merge branch 'master' of git://github.com/jodal/mopidy Thomas Adamcik 2010-02-13 20:56:42 +0100
  • f59a0a042d libspotify: Implement search Stein Magnus Jodal 2010-02-13 20:30:33 +0100
  • 01a6751ce6 Add support for 'outputs' MPD command Stein Magnus Jodal 2010-02-13 20:11:42 +0100
  • 552b3ac723 Fix tests and coverage for track status output Stein Magnus Jodal 2010-02-13 19:58:19 +0100
  • 0a3341063b Format search results correctly Stein Magnus Jodal 2010-02-13 17:41:22 +0100
  • e72166ad78 libspotify: Remove again redundant _next and _previous overrides. Let _play call stop instead of _stop. Stein Magnus Jodal 2010-02-13 16:14:13 +0100
  • 8adbacae09 libspotify: Stored playlists are refreshed when we get the updated metadata callback Stein Magnus Jodal 2010-02-13 16:03:37 +0100
  • a098704334 Remove redundant docstring end Stein Magnus Jodal 2010-02-13 15:50:18 +0100
  • 94b100d7af Simplify models by changing __setattr__ instead of having tons of property getters Stein Magnus Jodal 2010-02-13 15:42:17 +0100
  • 837e7c361c Test that all model fields are immutable Stein Magnus Jodal 2010-02-13 14:43:28 +0100
  • 902953d992 Fix bugs in mopidy.models revealed by new tests Stein Magnus Jodal 2010-02-13 14:10:50 +0100
  • 81c7f56b5b Add tests for mopidy.models Stein Magnus Jodal 2010-02-13 14:10:30 +0100
  • 5386a8102e libspotify: Play next track on end of track. Stop playback when losing play token. Stein Magnus Jodal 2010-02-13 01:29:19 +0100
  • ba7a3a51e3 libspotify: Improve playback controls by stopping before playing new track. Fix a couple of bugs. Stein Magnus Jodal 2010-02-13 01:28:39 +0100
  • 051b79e7cb libspotify: Add dummy library search Stein Magnus Jodal 2010-02-13 01:27:24 +0100
  • 52c52da33e libspotify: Check is_loaded() on all Spotify objects before using them Stein Magnus Jodal 2010-02-13 01:25:36 +0100
  • 3784bee583 Library search should return Playlist, not list Stein Magnus Jodal 2010-02-13 01:20:27 +0100
  • e3e5f0c9bb Add tests to get full test coverage of MpdHandler Stein Magnus Jodal 2010-02-12 23:33:28 +0100
  • 80b1f377b6 Fix broken MpdHandler tests Stein Magnus Jodal 2010-02-12 22:59:59 +0100
  • c8fa0c4dcf libspotify: Fix typo in field name Stein Magnus Jodal 2010-02-12 22:49:06 +0100
  • 379694ac4e despotify: search() should always return a Playlist Stein Magnus Jodal 2010-02-12 22:47:23 +0100
  • ac13b20667 next_track/previous_track should be None if current_track is None Stein Magnus Jodal 2010-02-10 17:43:35 +0100
  • 200d6a22ca DummyLibraryController.search() should return a Playlist Stein Magnus Jodal 2010-02-10 17:40:53 +0100
  • 45e5b3fd3e Refer to the Track class in next_track/previous_track docs Stein Magnus Jodal 2010-02-10 17:38:21 +0100
  • 09b8319f0a Give BaseBackend's _next() and _previous() a default implementation Stein Magnus Jodal 2010-02-10 13:39:54 +0100
  • 10534793ae libspotify: Rewrite backend to use new API Stein Magnus Jodal 2010-02-10 13:14:13 +0100
  • 580fca2cb6 Add a couple of spaces Stein Magnus Jodal 2010-02-10 13:09:31 +0100
  • a3ca1bf82f despotify: Remove unused import Stein Magnus Jodal 2010-02-10 13:08:21 +0100
  • f8f46d4691 despotify: Use shortest path to self.playlists Stein Magnus Jodal 2010-02-10 13:00:22 +0100
  • fe4956ee48 despotify: Remove unused arguments Stein Magnus Jodal 2010-02-10 13:00:09 +0100
  • a56e6fcd6e Rename id variable to this_id to not shadow global id() function Stein Magnus Jodal 2010-02-10 12:45:06 +0100
  • f4c133b4d2 Rewrite DespotifyBackend to use new backend API Stein Magnus Jodal 2010-02-10 12:23:44 +0100
  • 9e59ef54e1 Do not set initial state to STOPPED twice Stein Magnus Jodal 2010-02-10 12:20:44 +0100
  • a6cd24cc49 BaseBackend's next(), play() and previous() should not call stop(). Wheter to stop before playing a new track is up to the backend to decide. Stein Magnus Jodal 2010-02-10 12:18:29 +0100
  • 32afe4c103 Add next_track and previous_track to BasePlaybackController API. Pass track object to internal _next() and _previous() methods. Stein Magnus Jodal 2010-02-10 12:14:45 +0100
  • 52aface886 Update MpdHandler._search() to do MPD output formatting Stein Magnus Jodal 2010-02-10 12:09:23 +0100
  • 82e7d0b9ac Do not reset playlist version when loading a new playlist Stein Magnus Jodal 2010-02-08 13:12:25 +0100
  • c4cb47df6c Move Backend API docs from docs/ to docstrings Stein Magnus Jodal 2010-02-08 12:11:34 +0100
  • 63eba83dd0 Add Thomas Adamcik to AUTHORS.rst Stein Magnus Jodal 2010-02-08 09:39:36 +0100
  • 13819b62b3 Test full currentsong output Stein Magnus Jodal 2010-02-08 00:20:25 +0100
  • 46af63ab7e Update MpdHandler to use new backend API Stein Magnus Jodal 2010-02-08 00:12:05 +0100
  • 98e333bafa Update DummyBackend to adhere to new backend API Stein Magnus Jodal 2010-02-08 00:11:36 +0100
  • e981edc2cc Fix error in BasePlaybackController.playlist_position() Stein Magnus Jodal 2010-02-08 00:10:50 +0100
  • acdfff5b61 Add get_by_id() and get_by_uri() to BaseCurrentPlaylistController Stein Magnus Jodal 2010-02-07 23:36:53 +0100
  • 2a30d40ed5 Fix typo in BaseStoredPlaylistsController class name Stein Magnus Jodal 2010-02-07 23:17:22 +0100
  • 3d7fc78010 Fix old use of state constants Stein Magnus Jodal 2010-02-07 23:16:40 +0100
  • 0eaee6b70d Reorder classes Stein Magnus Jodal 2010-02-07 23:10:25 +0100
  • 035e43b4f5 Replace BaseBackend with new API, keeping the existing logic. MPD formatting moved to MpdHandler. Stein Magnus Jodal 2010-02-07 22:56:22 +0100
  • 969beea69b Document arguments to Playlist.mpd_format() Stein Magnus Jodal 2010-02-07 22:36:47 +0100