Stein Magnus Jodal
|
39b9429dfc
|
tests: Use track URIs matching the backend in use
|
2012-11-21 01:04:11 +01:00 |
|
Stein Magnus Jodal
|
dc24876f66
|
mpd: Allow bad 'search' requests
|
2012-11-21 00:49:11 +01:00 |
|
Stein Magnus Jodal
|
5fbb6328d6
|
mpd: list shouldn't return blank artist names, album names, or dates
|
2012-11-21 00:48:08 +01:00 |
|
Stein Magnus Jodal
|
72574c1ae0
|
mpd: listplaylists should not return playlists without a name
|
2012-11-21 00:32:46 +01:00 |
|
Stein Magnus Jodal
|
8f1b98b306
|
core: Don't fail when adding tracks after end of tracklist
|
2012-11-20 22:36:39 +01:00 |
|
Stein Magnus Jodal
|
ae9a257091
|
Make tracklist.add() only take and return lists
|
2012-11-20 22:12:09 +01:00 |
|
Stein Magnus Jodal
|
1ed56c9ed7
|
Use tracklist.add() instead of tracklist.append()
|
2012-11-20 21:55:51 +01:00 |
|
Stein Magnus Jodal
|
d107b13fcb
|
core: Remove playback.current_tlid
|
2012-11-20 21:48:19 +01:00 |
|
Stein Magnus Jodal
|
2f27167677
|
core: Remove playback.track_at_previous
|
2012-11-20 21:48:03 +01:00 |
|
Stein Magnus Jodal
|
70d4dba7aa
|
core: Remove playback.track_at_next
|
2012-11-20 21:47:44 +01:00 |
|
Stein Magnus Jodal
|
ee8c2ca589
|
tests: Rename populate_playlist() to populate_tracklist()
|
2012-11-20 09:24:37 +01:00 |
|
Stein Magnus Jodal
|
bec91284be
|
mpd: Allow bad 'find' requests
|
2012-11-20 00:38:53 +01:00 |
|
Stein Magnus Jodal
|
7da2058b65
|
mpd: Test response for bad 'list' requests
|
2012-11-20 00:31:41 +01:00 |
|
Stein Magnus Jodal
|
f82d3fca39
|
Merge branch 'feature/model-serialization' into develop
|
2012-11-20 00:21:34 +01:00 |
|
Stein Magnus Jodal
|
8c6f04a408
|
models: Change serialized type marker from '__type__' to '__model__'
|
2012-11-20 00:21:26 +01:00 |
|
Stein Magnus Jodal
|
693a3d3ec6
|
models: Model creation with kwarg matching method name should fail
|
2012-11-19 23:58:16 +01:00 |
|
Stein Magnus Jodal
|
34d444e563
|
models: Don't allow model deserialization to override methods
|
2012-11-19 23:35:05 +01:00 |
|
Stein Magnus Jodal
|
eab399357f
|
Make library.lookup() return a list of tracks
|
2012-11-19 21:09:10 +01:00 |
|
Stein Magnus Jodal
|
32639ea8de
|
Replace {tracklist,playlists}.get() with .filter() which always returns a list
|
2012-11-19 21:09:10 +01:00 |
|
Stein Magnus Jodal
|
3bd9d2096f
|
tests: Formatting
|
2012-11-19 21:09:10 +01:00 |
|
Stein Magnus Jodal
|
7df556c9b3
|
Return lists of tracks from search() and find_exact()
|
2012-11-19 18:13:14 +01:00 |
|
Stein Magnus Jodal
|
6f0919bda8
|
style: Fix flake8 warnings
|
2012-11-19 18:01:31 +01:00 |
|
Stein Magnus Jodal
|
3bc4126b45
|
models: Fix TlTrack deserialization
|
2012-11-18 17:28:37 +01:00 |
|
Stein Magnus Jodal
|
68e4b207cb
|
models: Support automatic serialization to and deserialization from JSON
|
2012-11-18 16:53:26 +01:00 |
|
Stein Magnus Jodal
|
f237736f87
|
models: Add '__type__' attribute to serialized models
|
2012-11-18 16:53:09 +01:00 |
|
Stein Magnus Jodal
|
74a6589668
|
tests: Fix typo in class name
|
2012-11-18 16:51:33 +01:00 |
|
Stein Magnus Jodal
|
59919b279c
|
Merge pull request #244 from jodal/feature/mpris-playlists
mpris: Implement the playlists interface (fixes #229)
|
2012-11-17 13:37:06 -08:00 |
|
Stein Magnus Jodal
|
15cb291316
|
tests: Rename test file so that it's executed
|
2012-11-17 17:10:27 +01:00 |
|
Stein Magnus Jodal
|
5efce8ac76
|
local: Trigger playlists_loaded() event on playlist load/refresh
|
2012-11-17 17:09:27 +01:00 |
|
Stein Magnus Jodal
|
b8c7703c79
|
mpris: Implement the playlists interface (fixes #229)
|
2012-11-17 01:45:24 +01:00 |
|
Stein Magnus Jodal
|
330731a247
|
core: Forward playlists_loaded() event from backends to frontends
|
2012-11-17 01:22:25 +01:00 |
|
Stein Magnus Jodal
|
0f6c9a1673
|
backends: Add BackendListener interface with playlists_loaded() event
|
2012-11-17 01:22:25 +01:00 |
|
Stein Magnus Jodal
|
426d5aea16
|
core: Trigger playlists_loaded() after playlist refresh
|
2012-11-17 00:42:03 +01:00 |
|
Stein Magnus Jodal
|
5526ee5a95
|
core: Add CoreListener.playlists_loaded() event
|
2012-11-17 00:42:03 +01:00 |
|
Stein Magnus Jodal
|
4efff4a5a3
|
core: Trigger playlist_changed() event on create() and save()
|
2012-11-16 23:50:30 +01:00 |
|
Stein Magnus Jodal
|
fd86b7173c
|
core: Add playlist to playlist_changed() event
|
2012-11-16 23:50:01 +01:00 |
|
Stein Magnus Jodal
|
87ba412942
|
models: Make TlTrack an ImmutableObject
|
2012-11-16 15:01:37 +01:00 |
|
Stein Magnus Jodal
|
cfac728def
|
tests: Don't use indexes into TlTracks
|
2012-11-16 14:57:25 +01:00 |
|
Stein Magnus Jodal
|
0e7f867d67
|
core: Test tracklist event trigging
|
2012-11-16 13:54:55 +01:00 |
|
Stein Magnus Jodal
|
d378fd7160
|
tests: Move events tests from tests/backends/ to tests/core
|
2012-11-16 11:53:48 +01:00 |
|
Stein Magnus Jodal
|
476df7a14d
|
core: Add tracklist_changed() event
|
2012-11-16 11:43:49 +01:00 |
|
Stein Magnus Jodal
|
fff70c46a6
|
core: Make tracklist.append() return the appended TlTracks
|
2012-11-16 10:26:45 +01:00 |
|
Stein Magnus Jodal
|
684586dd18
|
mpris: Update for MPRIS 2.2 compliance
|
2012-11-15 09:04:21 +01:00 |
|
Thomas Adamcik
|
4d4c560882
|
Merge pull request #240 from jodal/feature/audio-state-events
Audio state events
|
2012-11-14 15:00:09 -08:00 |
|
Stein Magnus Jodal
|
3a24deaec3
|
Rename 'stored playlists' to 'playlists'
|
2012-11-14 09:23:19 +01:00 |
|
Stein Magnus Jodal
|
87ce7bbe11
|
audio: Maintain state and trigger events based on GStreamer state changes
|
2012-11-14 01:49:17 +01:00 |
|
Stein Magnus Jodal
|
76b1fa8e1b
|
audio: Add state_changed(old_state, new_state) event
|
2012-11-13 20:31:38 +01:00 |
|
Stein Magnus Jodal
|
42fdaf3ff0
|
audio: Move tests to make room for more audio tests
|
2012-11-13 20:26:05 +01:00 |
|
Stein Magnus Jodal
|
dc356a81fd
|
Merge branch 'feature/rename-cp-to-tracklist' into develop
Conflicts:
docs/changes.rst
mopidy/frontends/mpd/protocol/current_playlist.py
|
2012-11-13 19:09:18 +01:00 |
|
Stein Magnus Jodal
|
cc39853638
|
mpd: Normalize file/filename filters to uri filters
|
2012-11-13 11:53:47 +01:00 |
|