An open API service indexing awesome lists of open source software.

https://github.com/ezy/id3-json

Takes a folder full of mp3 files and outputs all the ID3 tags to a JSON file
https://github.com/ezy/id3-json

id3 id3-parser id3-reader javascript js json mp3 mp3-tags node

Last synced: 7 months ago
JSON representation

Takes a folder full of mp3 files and outputs all the ID3 tags to a JSON file

Awesome Lists containing this project

README

          

# ID3 to JSON

Takes a folder full of mp3 files and output all the tags to a JSON file.

## Install

* clone directory
* run `npm install`

## How to

* Copy all of your mp3 files into the `./mp3` folder
* Adjust the return values in `const output` (my files were named by date hence moment)
* `npm start`
* Check output file in `./data.json`

🎉