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.
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:
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