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
- Host: GitHub
- URL: https://github.com/ezy/id3-json
- Owner: ezy
- Created: 2018-11-06T04:06:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T00:26:16.000Z (over 6 years ago)
- Last Synced: 2025-03-24T16:41:14.687Z (7 months ago)
- Topics: id3, id3-parser, id3-reader, javascript, js, json, mp3, mp3-tags, node
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`🎉