triplem / 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
2 stars 1 forks source link

add replay_gain possibility #9

Open triplem opened 10 years ago

triplem commented 10 years ago

Probably reuse https://bitbucket.org/fk/rgain/src instead of implementing our own stuff. No need to implement it then anyways, rgain seems to be a perfect option.

triplem commented 9 years ago

there is a script which adds replay_gain to all flacs in given directory (recursive). See scripts/replay_gain.py