This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Common_Drop7721 on 2025-08-08 03:30:41+00:00.


You may remember me from a couple months ago. Spotizerr is a service aimed to music server owners (i.e. navidrome, plexamp, etc.). It allows your users to add songs from both Spotify and Deezer to the library. Crucially: it has what’s called a “Fallback mode”, which makes every track first be looked up on deezer (in order to get those tasty FLACs) and if that fails, then get it from spotify. Among a whole lot of features, I think that’s the main one.

Changelog:

  • As you read, Spotizerr now supports a mobile client through a PWA. Your users can now add music to the server library from their phones!
  • With great power, comes great responsability, so built-in support for multi-user mode has been added, as well as SSO/OAuth2.0 (I hate auth standards) through google and github.
  • It is also way more efficient in its api usage, so rate limits should be way more rare now.
  • Other highlights include a 1000x times better UI thanks to some new contributors who actually know what they’re doing, see the changelog for the complete picture! https://github.com/Xoconoch/spotizerr/releases/tag/3.0.0

As usual, screenshots are available on the readme file. Give it a try with cooldockerizer93/spotizerr:3.0 and give me your thoughts!

AI disclaimer: AI-assisted autocompletions are so nice, what can I say…

edit: add description of the project