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
).
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.
- OSX .app binary (in a zip file)
- I haven't yet built one for Windows, but it should be as simple as running
npm i && npm run build
from a Windows machine
npm i && npm start