triplem / discogstagger

Console based audio-file metadata tagger that uses the Discogs.com API v2 (JSON based). Relies on the Mutagen and discogs-client libraries. Currently supports FLAC and MP3 file types.
MIT License
2 stars 1 forks source link

Adopt test-cases for single disc albums #15

Closed triplem closed 10 years ago

triplem commented 10 years ago

Some test-cases for single disc albums implement a copy_files in the function. There is already a copy_files for multi-disc albums. This needs to get implemented for single discs as well.

See test_taggerutils.py - test_tag_album_wo_country (#copy file to source directory and rename it).