You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docsite/docs/configuration/configuration.mdx
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2646,16 +2646,19 @@ On your [profile page](https://listenbrainz.org/profile/) find your **User Token
2646
2646
2647
2647
## Now Playing
2648
2648
2649
-
Multi-scrobbler can report the currently **playing** tracks it is monitoring to some Scrobble Clients via their individual **Now Playing** functionality. The behavior multi-scrobbler uses for determining Now Playing reporting:
2649
+
Multi-scrobbler can report the currently **playing** tracks it is monitoring to some Scrobble Clients via their individual **Now Playing** functionality.
2650
2650
2651
+
Now Playing is **default enabled** for all Clients that support it.
2652
+
2653
+
The behavior multi-scrobbler uses for determining Now Playing reporting:
2654
+
2655
+
* Now Playing can be explicitly enabled or disabled globally using ENV `NOW_PLAYING=true` or `NOW_PLAYING=false`
2656
+
* This only affects Clients that don't have behavior set via File/AIO (below)
2651
2657
* Now Playing will be only be reported to the same Clients a Source is configured to scrobble to
2652
2658
* A Source's Player status must be **Playing**, IE **active**, for reporting to occur
2653
2659
* This status can be verified via Player UI on the Dashboard
2654
2660
* If multiple Sources having active Players then the scrobble Client will default to reporting the track based on Source **configuration** name, alphabetically
2655
2661
* This is the `name` property set in [File or AIO source configs](./?configType=file#configuration-types)
2656
-
* Now Playing is **default enabled** for all Clients that support it
2657
-
* Now Playing can be explicitly enabled or disabled globally using ENV `NOW_PLAYING=true` or `NOW_PLAYING=false`
2658
-
* This only affects Clients that don't have behavior set via File/AIO (below)
2659
2662
2660
2663
Clients can customize the Now Playing behavior individually using [File or AIO source configs:](./?configType=file#configuration-types)
0 commit comments