Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.18 KB

MP3 Data Exporter

This app allows you to extract metadata from your mp3 collection, so it can be exported for use with other services. I built it to import my own MP3 collection into Spotify. It loops through the audio files in a given folder, then extracts data from their ID3 tags, giving you the ability to export a CSV file from it.

Once you have a CSV, you can use a free tool like Playlist Converter to import it into Spotify or another service.

To use it, download the binary for your platform (Mac), open the zip file, and run the app (mp3-data-exporter.app).

Screenshots:

Note: This was built for my own purposes. It may work for yours, it may not. It's a quick-and-dirty way to do this, so it's pretty far from being bug-free.

Binaries

Development

npm i && npm start