Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 349 Bytes

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

🎉