Skip to content

Commit 6f5a8a7

Browse files
committed
docs: Improve wording around Now Playing state
1 parent 0d5dd34 commit 6f5a8a7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docsite/docs/configuration/configuration.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,16 +2646,19 @@ On your [profile page](https://listenbrainz.org/profile/) find your **User Token
26462646

26472647
## Now Playing
26482648

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

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)
26512657
* Now Playing will be only be reported to the same Clients a Source is configured to scrobble to
26522658
* A Source's Player status must be **Playing**, IE **active**, for reporting to occur
26532659
* This status can be verified via Player UI on the Dashboard
26542660
* If multiple Sources having active Players then the scrobble Client will default to reporting the track based on Source **configuration** name, alphabetically
26552661
* 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)
26592662

26602663
Clients can customize the Now Playing behavior individually using [File or AIO source configs:](./?configType=file#configuration-types)
26612664

0 commit comments

Comments
 (0)