Skip to content

emiprandi/mp3tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About mp3tagger

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.

Requirements

node & npm

eyeD3

  • To install eyeD3 cli: brew install eye-d3

discogs.com account

export DISCOGS_CONSUMER_KEY=<your_key>
export DISCOGS_CONSUMER_SECRET=<your_secret>

Installation

  • npm install -g mp3tagger

Usage

  • Type mp3tagger inside a directory with mp3s and follow the instructions

Notes

  • mp3tagger will search for files in the directory by alphabetical order
  • only tested in mac

About

🎶 Search and update album metadata for your mp3s

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published