[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.

fix(docs): Fix missing comma in discord config example

FoxxMD (May 15, 2026, 3:14 PM UTC) 14ecb572 14369836

+10 -11
+1 -1
config/discord-local.json.example
··· 2 2 { 3 3 "name": "Desktop", 4 4 "enable": true, 5 - "id": "myDiscordLocal" 5 + "id": "myDiscordLocal", 6 6 "data": { 7 7 "applicationId": "8190211179716453570", 8 8 "ipcLocations": ["192.168.0.105:6655"]
+9 -10
config/discord.json.example
··· 1 1 [ 2 - { 3 - "name": "Discord", 4 - "enable": true, 5 - "id": "myDiscordRemote", 6 - "data": { 7 - "token": "Ma7XBvzRERK3gQdkX4dkb3OQ.6aaGmJ.rvFiiVrzG4VXHHL3LyhZYhpWdG3Ph_if9aKz5E", 8 - "applicationId": "8190211179716453570" 9 - } 2 + { 3 + "name": "Discord", 4 + "enable": true, 5 + "id": "myDiscordRemote", 6 + "data": { 7 + "token": "Ma7XBvzRERK3gQdkX4dkb3OQ.6aaGmJ.rvFiiVrzG4VXHHL3LyhZYhpWdG3Ph_if9aKz5E", 8 + "applicationId": "8190211179716453570" 10 9 } 11 - ] 12 - 10 + } 11 + ]