Hey everyone!
Like a lot of you, I've been loving my modded iPod Classic with Rockbox, but I was constantly frustrated by how hard it is to mirror my curated Spotify playlists over to my local library. I couldn't find an easy way to do it, so I built one!
What it does: If you already have your music files stored locally, this web app fuzzy-matches your local tracks against a Spotify playlist (or album) and generates a clean .m3u8 file perfectly ordered to match Spotify.
- Zero Duplicates: Just drop the generated
.m3u8into your/Playlists/folder in Rockbox. It points directly to your existing files, saving you storage space. - Fix Album Sorting: It’s also super handy for getting album folders in order, just generate an
.m3u8for the album and drop it in.
Spotify API Limits: Because Spotify has heavily restricted their developer API, I unfortunately can't host a public version for everyone to use at once.
But the good news is the project is completely open-source! You just need to fork the repo and run it locally or deploy it yourself. I've written a step-by-step guide in the README, so even if you aren't a developer, you can get it running in just a few minutes.
Let me know what you think! Feel free to open an issue on GitHub if you run into any bugs or have feature requests. Hope this saves you all some time!