[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 json syntax in sample configs

FoxxMD (May 14, 2026, 8:38 PM UTC) 366e668c d0e842ed

+6 -6
+1 -1
config/deezer.json.example
··· 1 1 [ 2 2 { 3 3 "name": "Family Account", 4 - "id": "myDeezerId" 4 + "id": "myDeezerId", 5 5 "enable": true, 6 6 "clients": [], 7 7 "data": {
+1 -1
config/kodi.json.example
··· 1 1 [ 2 2 { 3 3 "name": "My Kodi Server", 4 - "id: "myKodi", 4 + "id": "myKodi", 5 5 "enable": true, 6 6 "data": { 7 7 "url": "http://localhost:8080/jsonrpc",
+1 -1
config/librefm.json.example
··· 11 11 } 12 12 }, 13 13 { 14 - "name: "Foxx Libre Source", 14 + "name": "Foxx Libre Source", 15 15 "id": "myLibreFmSource", 16 16 "enable": true, 17 17 "configureAs": "source",
+1 -1
config/mpris.json.example
··· 1 1 [ 2 2 { 3 3 "name": "Desktop", 4 - "id": "myMprisUbuntu" 4 + "id": "myMprisUbuntu", 5 5 "enable": true, 6 6 "data": { 7 7 "whitelist": ["vlc", "mpd"],
+1 -1
config/musiccast.json.example
··· 1 1 [ 2 2 { 3 3 "name": "Livingroom Reciever", 4 - "id": "myYamaha" 4 + "id": "myYamaha", 5 5 "enable": true, 6 6 "data": { 7 7 "url": "192.168.0.101"
+1 -1
config/subsonic.json.example
··· 1 1 [ 2 2 { 3 3 "id": "mySubsonic", 4 - "name": "Airsonic Server" 4 + "name": "Airsonic Server", 5 5 "enable": true, 6 6 "data": { 7 7 "url": "http://localhost:4040/airsonic",