mp3tagger
is a simple command line tool that search album info (such as title, artist, track names, etc.) and write id3 tags to mp3 files. Perfect for your iTunes collection. It uses Discogs.com database and eyeD3 for write id3v2 metadata.
- To install eyeD3 cli:
brew install eye-d3
- Go to discogs.com/developers and "Create an app".
- Add the keys to your
.bash_profile
:
export DISCOGS_CONSUMER_KEY=<your_key>
export DISCOGS_CONSUMER_SECRET=<your_secret>
npm install -g mp3tagger
- Type
mp3tagger
inside a directory with mp3s and follow the instructions
- mp3tagger will search for files in the directory by alphabetical order
- only tested in mac