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

docs: Replace instances of foxxmd.github.io

FoxxMD (Apr 7, 2026, 12:44 PM UTC) 760373c2 6bb7b17e

+5 -5
+1 -1
docsite/static/robots.txt
··· 1 - Sitemap: https://foxxmd.github.io/multi-scrobbler/sitemap.xml 1 + Sitemap: https://docs.multi-scrobbler.app/sitemap.xml 2 2 3 3 User-agent: * 4 4 Allow: /
+1 -1
src/backend/index.ts
··· 114 114 initServer(logger, appLoggerStream, output, scrobbleSources, scrobbleClients); 115 115 116 116 if(process.env.IS_LOCAL === 'true') { 117 - logger.info('multi-scrobbler can be run as a background service! See: https://foxxmd.github.io/multi-scrobbler/docs/installation/service'); 117 + logger.info('multi-scrobbler can be run as a background service! See: https://docs.multi-scrobbler.app/installation/service'); 118 118 } 119 119 120 120 if(appConfigFail !== undefined) {
+1 -1
src/backend/server/index.ts
··· 59 59 dockerHint = stripIndents` 60 60 --- HINT --- 61 61 MS is likely being run in a container with BRIDGE networking which means the above addresses are not accessible from outside this container. 62 - To ensure the container is accessible make sure you have mapped the *container* port ${port} to a *host* port. https://foxxmd.github.io/multi-scrobbler/docs/installation#networking 62 + To ensure the container is accessible make sure you have mapped the *container* port ${port} to a *host* port. https://docs.multi-scrobbler.app/installation/?dockerSetting=networking#recommended-settings 63 63 The container will then be accessible at http://HOST_MACHINE_IP:HOST_PORT${localDefined ? ` (or ${local} since you defined this!)` : ''} 64 64 --- HINT --- 65 65 `;
+1 -1
docsite/docs/configuration/transforms/musicbrainz.mdx
··· 139 139 140 140 ### Rules and Hooks 141 141 142 - [Add your Stage](https://foxxmd.github.io/multi-scrobbler/configuration/transforms/#stage) to a Source or Client by specifying it in a [Hook](/configuration/transforms/#hook): 142 + [Add your Stage](/configuration/transforms/#stage) to a Source or Client by specifying it in a [Hook](/configuration/transforms/#hook): 143 143 144 144 ```json5 title="subsonic.json" 145 145 [
+1 -1
src/backend/common/infrastructure/config/source/vlc.ts
··· 6 6 /** 7 7 * URL:PORT of the VLC server to connect to 8 8 * 9 - * To use this you must have the Web (http) interface module enabled and a password set https://foxxmd.github.io/multi-scrobbler/docs/configuration#vlc 9 + * To use this you must have the Web (http) interface module enabled and a password set 10 10 * 11 11 * @examples ["localhost:8080"] 12 12 * @default "localhost:8080"