id3fix
v2.0.1
Published
Fixes ID3 tags for mp3 files
Downloads
31
Readme
Key Features
- Single file corrections
- Mutliple file corrections
How To Use
Install using npm
# Download and install the package
> npm i -g id3fix
# Navigate to the folder where the MP3(s) are
# Start id3fix
> id3fix
Download
To clone and ryun this application, ou'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
> git clone https://github.com/evanvin/id3fixerupper.git
# Go into the repository
> cd id3fixerupper
# Install dependencies
> npm install
# Run the app
> npm start
Future Improvements
- Testing
- Add spinner during fixing process
Credits
This software uses code from several open source packages.
- Node.js
- chalk - for terminal string styling
- clear - clears the terminal
- figlet - allows you to create ASCII Art from text
- get-artist-title - get artist and title from a string
- inquirer - a collection of common interactive command line user interfaces
- node-id3 - a ID3 tag library
- disconnect - a client library that connects with Discogs.com API v2.0
License
MIT