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

Make Tags multi-value aware #19

Closed triplem closed 8 years ago

triplem commented 11 years ago

Right now, we can split multiple values in tags with a configurable value (e.g. ). This makes it possible to split these tags into multi value fields by e.g. puddletag. This should be done directly from discogstagger.

Since we are using mediafile.py from the beets-project this depends on the issue #119 in there repository:

https://github.com/sampsyo/beets/issues/119

jesseward commented 8 years ago

this repo is quite stale and I won't add this feature. Closing this request as a won't fix.