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

Add destination directory as an option #8

Closed triplem closed 11 years ago

triplem commented 11 years ago

Adds a new option (-d) to use a totally separate destination directory.

Unfortunately the current handling of directories is a little strange, in that you have to add a "/" at the end of the directory to use this instead of the parent directory. It works anyway ;-)

jesseward commented 11 years ago

thanks again for your contribution. Merging this change.