Please sign in to access this page
selfhostable audio scrobbler with plugins + api + spotify integration
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
i should've probably not used Spotify and have had the plugin system provide its own metadata
a bit more hassle on the plugins' side but would've definitely avoided this issue with broken metadata.
oh well i guess i have to rewrite half of the code now :sob:
but until now we got
1. Plugins injected at compile time
2. Plugins can provide and receive currently playing tracks
3. Spotify metadata (Will remove this and make a helper function to get it from Spotify if needed)
4. Tracks/albums/artists stored in database (postgres + sqlc btw)
still a lot of work to do, havent even started with the UI yet