jesseward / 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
70 stars 13 forks source link

Store cover image as folder.jpg #12

Closed triplem closed 11 years ago

triplem commented 11 years ago

See https://live.gnome.org/Rhythmbox/FAQ for an explanation

This could be helpful if the image is not stored in the tags or if the client does not recognize tags with images.

triplem commented 11 years ago

This is "easy" to solve from a first point of view. Just add the config option "use_folder_jpeg" to the configuration and several short statements to taggerutils.py as well as discogs_tagger.py. Unfortunately this is slightly dirty, in that the same config option is used on the same kind of ojects in several files. Please find the "solution" attached on the next commit. I definitly would like to discuss this.

triplem commented 11 years ago

This is implemented in 1.1 ;-)