[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: Add scrobble modification logging docs

FoxxMD (Sep 24, 2024, 11:45 AM EDT) cb2c7276 54fe61c5

+20
+20
docsite/docs/configuration/transforms.mdx
··· 359 359 360 360 </details> 361 361 362 + ### Logging 363 + 364 + MS can log the output of hook transformations if/when they occur. In the `playTransform` object of a Source/Client config use `log`: 365 + 366 + * `"log": true` => Output original play + final transformed output of last hook in the array 367 + * `"log": "all"` => Output original play + final transformed output of **each** hook in the array 368 + 369 + ```json5 370 + { 371 + "name": "myThing", 372 + "data": {/*...*/}, 373 + "options": { 374 + "playTransform": { 375 + "preCompare": {/*...*/}, 376 + "log": true 377 + } 378 + } 379 + } 380 + ``` 381 + 362 382 ## Examples 363 383 364 384 ### Remove phrase from Title in all new Plays