mopidy/mopidy
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
..
audio docs: Change deprecated-in from 0.20 to 1.0 2015-03-18 22:00:00 +01:00
config Merge pull request #1002 from adamcik/fix/694 2015-02-25 23:36:13 +01:00
core core: Normalize search queries 2015-03-22 23:33:49 +01:00
http http: Make sure to decode exceptions for logging 2015-03-02 00:06:02 +01:00
local core: Normalize search queries 2015-03-22 23:33:49 +01:00
m3u m3u: Store by URI internally 2015-03-22 21:54:29 +01:00
mpd core: Correctly handle missing duration in seek. 2015-03-15 11:29:07 +01:00
softwaremixer softwaremixer: Remove comment 2015-02-12 23:52:56 +01:00
stream audio: Add support for checking seekable state in scanner 2015-03-12 22:11:50 +01:00
utils Decode all strerror-based exception messages 2015-03-17 22:02:34 +01:00
__init__.py Bump version to 1.0.0 2015-03-22 09:25:04 +01:00
__main__.py Fix flake8 warnings 2014-12-07 20:39:39 +01:00
backend.py docs: fix translate_uri method reference 2015-03-22 21:30:50 +00:00
commands.py Allow 'none' as audio.mixer value 2015-03-10 00:26:22 +01:00
compat.py py3: Use itervalues() for local track database 2014-12-07 21:44:39 +01:00
exceptions.py utils: Switch to exceptions.FindError for errors. 2014-12-14 14:08:45 +01:00
ext.py Merge branch 'release/v0.19.x' into develop 2014-12-23 22:58:54 +01:00
listener.py listener: Speed up event emitting and improve error reporting 2015-02-09 00:10:33 +01:00
mixer.py mixer: Move DummyMixer into tests package 2015-02-13 01:37:07 +01:00
models.py Merge pull request #1039 from adamcik/bug/923/duration-as-int-or-none 2015-03-15 21:26:16 +01:00
zeroconf.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00