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

Genre #7

Closed triplem closed 11 years ago

triplem commented 11 years ago

Use Genre instead of Style for directories (if wanted) and for the meta-tags. There is a new option (use_style=True) to use the old format. The mapping to metatags should be done slightly more generic, so that we are able to configure the whole mapping if wanted.

jesseward commented 11 years ago

Looks great, thanks for your contribution.