mopidy/tests/frontends/mpd
Stein Magnus Jodal beac2e80ed mpd: Use file:// URIs in tag_cache
file:// URIs are uriencoded, and will thus conserve the encoding of the file
paths. We cannot just convert file paths in other encodings to UTF-8, because
then we won't find the files we point to.
2012-12-11 10:29:43 +01:00
..
protocol mpd: Make 'decoders' return an empty response to please ncmpcpp 2012-11-21 01:29:14 +01:00
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
dispatcher_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
exception_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
serializer_test.py mpd: Use file:// URIs in tag_cache 2012-12-11 10:29:43 +01:00
status_test.py Use tracklist.add() instead of tracklist.append() 2012-11-20 21:55:51 +01:00