Something went wrong. Try again.
[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
Something went wrong. Try again.
809 B · 30 lines
12345678910111213141516171819202122232425262728293031[ { "id": "myAppleMusic", "name": "My Apple Music", "enable": true, "clients": [], "data": { // either key or token needs to be provided "key": { "id": "2HPSNJZ88N", "teamId": "SN6YASW8G4", "p8": "-----BEGIN PRIVATE KEY-----\nMIGTAgEAMBMGByqGSM49AgEG...-----END PRIVATE KEY-----" }, "token": "your-jwt-token-here", "mediaUserToken": "your-media-user-token-here", // optional: Origin header for API requests (required when using a browser token) "origin": "https://music.apple.com", // optional: polling interval in seconds (default 60) "interval": 60 }, "options": { "logDiff": true, "recoverUnchangedTopHistory": true, "normalizeAlbum": true, "enrichIsrc": true } }]