mopidy/tests/frontends/mpd/protocol
Stein Magnus Jodal 54662479ef mpd: Limit use of fake tracks in 'find` responses
If searching for exact artist, don't include fake artist tracks.
If searching for exact album, don't include fake album tracks.

This makes sure that ncmpcpp's media library doesn't include the magic
artist-track in an artist's album listing, and that it doesn't include the
magic album-track in an album's track listing.
2012-12-22 12:49:27 +01:00
..
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
audio_output_test.py mpd: Change name of output from 'None' to 'Default' 2012-12-18 23:18:51 +01:00
authentication_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
channels_test.py mpd: Stub channel commands 2012-12-15 01:44:20 +01:00
command_list_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
connection_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
current_playlist_test.py Use tracklist.add() instead of tracklist.append() 2012-11-20 21:55:51 +01:00
idle_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
music_db_test.py mpd: Limit use of fake tracks in 'find` responses 2012-12-22 12:49:27 +01:00
playback_test.py mpd: Add 'seekcur' command 2012-12-14 11:53:44 +01:00
reflection_test.py mpd: Add 'config' command 2012-12-14 12:08:17 +01:00
regression_test.py Use tracklist.add() instead of tracklist.append() 2012-11-20 21:55:51 +01:00
status_test.py Use tracklist.add() instead of tracklist.append() 2012-11-20 21:55:51 +01:00
stickers_test.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
stored_playlists_test.py mpd: Add range support to 'load' command 2012-12-14 22:13:08 +01:00