Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 893 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 893 Bytes

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