mopidy/tests/frontends/mpd
Martins Grunskis 159831c6e7 mopidy-scan fails if track has no artist name
stack trace:

    Traceback (most recent call last):
      File ./scan, line 27, in <module>
        for a in tracks_to_tag_cache_format(tracks):
      File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 138, in tracks_to_tag_cache_format
        _add_to_tag_cache(result, *tracks_to_directory_tree(tracks))
      File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 151, in _add_to_tag_cache
        _add_to_tag_cache(result, *entry)
      File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 156, in _add_to_tag_cache
        track_result = dict(track_to_mpd_format(track))
      File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 28, in track_to_mpd_format
        ('Artist', artists_to_mpd_format(track.artists)),
      File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 88, in artists_to_mpd_format
        return u', '.join([a.name for a in artists if a])
    TypeError: sequence item 0: expected string or Unicode, NoneType found
2011-02-09 18:48:15 +02:00
..
__init__.py Relocate MPD frontend to 'mopidy.frontends.mpd' 2010-08-09 21:17:36 +02:00
audio_output_test.py Reorganize mopidy.frontends.mpd 2010-08-19 23:51:46 +02:00
command_list_test.py Reorganize mopidy.frontends.mpd 2010-08-19 23:51:46 +02:00
connection_test.py Change default value of MPD_SERVER_PASSWORD from False to None 2011-01-21 16:31:35 +01:00
current_playlist_test.py Split BaseLibraryController in controller and provider 2010-11-02 23:08:54 +01:00
dispatcher_test.py Reorganize mopidy.frontends.mpd 2010-08-19 23:51:46 +02:00
exception_test.py Reorganize mopidy.frontends.mpd 2010-08-19 23:51:46 +02:00
music_db_test.py Add 'date' query support to 'find' and 'search' to improve ncmpcpp media library browsing 2011-01-28 11:52:18 +01:00
playback_test.py Fix a bunch of pylint errors/warnings in test suite 2011-01-23 18:39:05 +01:00
reflection_test.py Reorganize mopidy.frontends.mpd 2010-08-19 23:51:46 +02:00
regression_test.py Update Git repo references in tests 2010-11-23 09:39:40 +01:00
serializer_test.py mopidy-scan fails if track has no artist name 2011-02-09 18:48:15 +02:00
server_test.py Change default value of MPD_SERVER_PASSWORD from False to None 2011-01-21 16:31:35 +01:00
status_test.py Remove redundant calls to playback.on_current_playlist_change() 2010-10-21 23:25:52 +02:00
stickers_test.py Reorganize mopidy.frontends.mpd 2010-08-19 23:51:46 +02:00
stored_playlists_test.py Reorganize mopidy.frontends.mpd 2010-08-19 23:51:46 +02:00