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

Set Tags from specific file (id.txt) manually #18

Closed triplem closed 8 years ago

triplem commented 11 years ago

Right now we are just using the discogs_id from the id.txt and set this in the Tags of the audio files. Allow for other tags as well.

In a first step I am thinking about the "encoder" field, but similar all other fields (even those fetched from discogs), could be set in the id.txt.

triplem commented 11 years ago

In a first step we could implement this quite hard-coded, but I guess this does not make sense. Probably we should use the same config-reader like in the config handling and make an own section to make this very flexible.

triplem commented 11 years ago

In version2 the id.txt file is a "normal" config file like the already existing config file(s). This will allow us to re-write every config option for each album during a batch import.

I guess this ticket can be set to solved as soon as version2 is out.

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.