Music ID3 Generator
Installation
$ git clone git@github.com:herbievine/music-id3-generator.git
$ cd music-id3-generator
$ yarn # or pnpm i
Usage
Put songs in the music
folder using the following format:
./music/[title] - [artist].mp3
You should have something like this:
music
├── Love Me Do - The Beatles.mp3
├── Love Foolosophy - Jamiroquai.mp3
├── Every Little Thing She Does Is Magic - The Police.mp3
Then run the following command:
$ yarn start # or pnpm start
You can also use my mp3 downloader which you can find here! :)
License
MIT