This is .NET based software to make it easier to make your playlists on rockbox (FOSS jukebox software)!
I've already started, and forgot to log time, so heres what i've done so far:
- Created a library to get local song metadata
- Created …
This is .NET based software to make it easier to make your playlists on rockbox (FOSS jukebox software)!
I’ve already started, and forgot to log time, so heres what i’ve done so far:
- Created a library to get local song metadata
- Created a library to make the .m3u8 file for rockbox
- UI
I’m now tackling the hardest part:
Adding a way to fetch the playlists from spotify!
Possibly apple music later
Making a TUI version for Linux/Mac
It won’t download the songs, but it will make the .m3u8 file!
I’ve put in approx. 20hrs so far.
Claude + GH Copilot for debugging. Claude for some research and how to tackle methods. Most code is written by me.