mopidy/tests/mpd
Thomas Adamcik 08a8d5c43b mpd: Remove "Comment" tag type from translator output.
Newer versions of the protocol have removed this tag, so we should as well.
This also works around the issue of #881 which was breaking things with
newlines in comment fields.

The readcomments command seems to replace this, but it seems to only care about
specific extra tagtypes, not the general comment tag we normally collect when
scanning things.
2014-12-14 14:16:37 +01:00
..
protocol mpd: Enable browsing of empty dirs 2014-12-13 01:27:14 +01:00
__init__.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_commands.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_dispatcher.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_exceptions.py py3: Avoid indexing exception objects 2014-12-07 20:26:09 +01:00
test_status.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_tokenizer.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00
test_translator.py mpd: Remove "Comment" tag type from translator output. 2014-12-14 14:16:37 +01:00