[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

docs(spotify): Add premium account guidance

#485

FoxxMD (Mar 11, 2026, 5:59 PM UTC) 5945fdc2 8ea83962

+17
+17
docsite/docs/configuration/sources/spotify.mdx
··· 16 16 17 17 #### Authenticate Spotify with Multi-Scrobbler 18 18 19 + <DetailsAdmo type="warning" summary="Premium Account Required"> 20 + 21 + Starting [March 9th 2026](https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security) all applications on the Spotify Developer platform will only continue to work if they are **owned** by a **Spotify Premium** account. 22 + 23 + If your App is not created by a Premium account you will likely recieve a 403 error when trying to use MS with Spotify. 24 + 25 + If you do not have a Spotify Premium account *you can still use Spotify with MS* but it will require you to coordinate with a (friend?) user who *does* have Spotify Premium: 26 + 27 + * Follow the steps below **logged in as the Spotify Premium account user** 28 + * After completing App creation (step 4 or 5), navigate to the **User Management** page for the created App 29 + * Add **your** (non-premium) account here using your account email/name 30 + * Complete the rest of the authentication/configuration process normally 31 + 32 + Assure your friend: **Creating a Spotify Developer app does not give anyone access to the owner's account.** The authentication process within MS is where authorization is given: it requires clicking the link in MS's dashboard and following a separate auth flow. This auth flow only authorizes access to the specific account used in the flow, unrelated to the owner of the developer app. 33 + 34 + </DetailsAdmo> 35 + 19 36 To access your Spotify history you must [create a Spotify App](https://developer.spotify.com/dashboard) to get a 20 37 Client ID/Secret. 21 38