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

Major improvements --> New version #10

Closed triplem closed 11 years ago

triplem commented 11 years ago

This version contains several improvements and new features:

I would be very happy, if these changes are merged into the master branch. If not, fine for me as well ;-)

triplem commented 11 years ago

Unfortunately there are no unit tests (quite hard to do for file system related stuff), but all of the above features do work on my machine ;-)

jesseward commented 11 years ago

Much appreciated. Taking a look at these changes now.

triplem commented 11 years ago

Have just added some notes to the README file to make sure, that these changes are complete.