[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: Update kitchensink code block titles

FoxxMD (Jul 16, 2024, 3:37 PM EDT) 52b20e4c a94ac828

+7 -21
+7 -21
docsite/docs/configuration/kitchensink.md
··· 21 21 22 22 ### All-in-one Config 23 23 24 - Using just one config file located at `CONFIG_DIR/config.json`: 25 - 26 - ```json5 24 + ```json5 title="CONFIG_DIR/config.json" 27 25 { 28 26 "sourceDefaults": { 29 27 "maxPollRetries": 0, // optional, default # of automatic polling restarts on error. can be overridden by property in individual config ··· 160 158 161 159 ### Separate JSON files 162 160 163 - In `CONFIG_DIR/spotify.json`: 164 - 165 - ```json5 161 + ```json5 title="CONFIG_DIR/spotify.json" 166 162 [ 167 163 { 168 164 // may omit 'type' property since app knows this is file is for spotify configs ··· 193 189 ] 194 190 ``` 195 191 196 - In `CONFIG_DIR/plex.json` 197 - 198 - ```json5 192 + ```json5 title="CONFIG_DIR/plex.json" 199 193 [ 200 194 { 201 195 "name": "fredPlex", ··· 221 215 ] 222 216 ``` 223 217 224 - In `CONFIG_DIR/jellyfin.json` 225 - 226 - ```json5 218 + ```json5 title="CONFIG_DIR/jellyfin.json" 227 219 [ 228 220 { 229 221 "name": "FredJelly", ··· 234 226 ] 235 227 ``` 236 228 237 - In `CONFIG_DIR/ytmusic.json` 238 - 239 - ```json5 229 + ```json5 title="CONFIG_DIR/ytmusic.json" 240 230 [ 241 231 { 242 232 "type": "ytmusic", ··· 250 240 ] 251 241 ``` 252 242 253 - In `CONFIG_DIR/maloja.json`: 254 - 255 - ```json5 243 + ```json5 title="CONFIG_DIR/maloja.json" 256 244 [ 257 245 { 258 246 "name": "foxxMaloja", ··· 278 266 ] 279 267 ``` 280 268 281 - In `CONFIG_DIR/lastfm.json`: 282 - 283 - ```json5 269 + ```json5 title="CONFIG_DIR/lastfm.json" 284 270 [ 285 271 { 286 272 "name": "maryLFM",