[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: Fix kitchensink links

FoxxMD (Nov 23, 2025, 7:22 PM UTC) c5269791 fb5ffd05

+2 -2
+2 -2
docsite/docs/configuration/configuration.mdx
··· 96 96 :::tip 97 97 * There are **example configurations** for all Source/Client types and AIO config located in the [`/config`](https://github.com/FoxxMD/multi-scrobbler/tree/master/config) directory of this project. These can be used as-is by renaming them to `.json`. 98 98 * For docker installations these examples are copied to your configuration directory on first-time use. 99 - * There is also a [**kitchensink example**](/kitchensink) that provides examples of using all sources/clients in a complex configuration. 99 + * There is also a [**kitchensink example**](/configuration/kitchensink) that provides examples of using all sources/clients in a complex configuration. 100 100 ::: 101 101 102 102 Each file is named by the **type** of the Client/Source found in below sections. Each file as an **array** of that type of Client/Source. ··· 142 142 :::tip 143 143 * An example AIO config files can be found in the project directory at [`/config/config.json.example`](https://github.com/FoxxMD/multi-scrobbler/tree/master/config/config.json.example) 144 144 * For docker installations this example is copied to your configuration directory on first-time use. 145 - * There is also a [**kitchensink example**](/kitchensink) that provides examples of using all sources/clients in a complex configuration. 145 + * There is also a [**kitchensink example**](/configuration/kitchensink) that provides examples of using all sources/clients in a complex configuration. 146 146 ::: 147 147 148 148 [**Explore the schema for this configuration, along with an example generator and validator, here**](https://json-schema.app/view/%23?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fmulti-scrobbler%2Fmaster%2Fsrc%2Fbackend%2Fcommon%2Fschema%2Faio.json)