mopidy/mopidy/core
Thomas Adamcik 7ec2342921 core: Normalize search queries
This is needed as otherwise each and every backend needs to handle the fact
that some "bad" clients might send {'field': 'value'} instead of
{'field': ['value']} Though the real problem isn't the clients but our
organically grown query API.
2015-03-22 23:33:49 +01:00
..
__init__.py core: Add mixer controller (fixes: #962) 2015-02-12 10:31:16 +01:00
actor.py docs: Change deprecated-in from 0.20 to 1.0 2015-03-18 22:00:00 +01:00
history.py core: Make history.add() private 2015-03-20 22:41:56 +01:00
library.py core: Normalize search queries 2015-03-22 23:33:49 +01:00
listener.py core: Reduce stream metadata to just the title 2015-03-13 23:56:51 +01:00
mixer.py core: get_mute() with no mixer returns None 2015-03-13 21:19:56 +01:00
playback.py core: Update playback code to take change track into account. 2015-03-22 22:12:51 +01:00
playlists.py core: Use 'must' instead of 'should' where appropriate 2015-03-22 21:28:35 +01:00
tracklist.py core: Add uris kwarg to tracklist.core() 2015-03-21 00:16:24 +01:00