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

Add files via upload

authored by

Druidblack and committed by
GitHub
(Apr 5, 2026, 7:36 PM +0300) ee753389 5f4a5cb8

+18
+18
config/ymbridge.json.example
··· 1 + [ 2 + { 3 + "name": "Yandex Music", 4 + "type": "ymbridge", 5 + "data": { 6 + "url": "http://192.168.1.161:9980", 7 + "apiKey": "change-me", 8 + "interval": 5, 9 + "maxInterval": 20, 10 + }, 11 + "options": { 12 + "scrobbleThresholds": { 13 + "percent": 50, 14 + "duration": 240 15 + } 16 + } 17 + } 18 + ]