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

chore: prevent vscode from reporting comments in config json are errors

FoxxMD (Jul 9, 2026, 6:14 PM UTC) 9eac9fdf 86cea49e

+4 -2
+4 -2
.vscode/settings.json
··· 11 11 "docsite/**" 12 12 ], 13 13 "files.associations": { 14 - "*.css": "tailwindcss" 14 + "*.css": "tailwindcss", 15 + "**/config/*.json": "jsonc" 15 16 }, 16 - "tailwindCSS.experimental.configFile": "src/client/index.css" 17 + "tailwindCSS.experimental.configFile": "src/client/index.css", 18 + 17 19 }