mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 11:49:57 +00:00
docs: Add Source client config guidance #325
Some checks are pending
Some checks are pending
This commit is contained in:
parent
80f8495f8e
commit
91747c0682
2 changed files with 24 additions and 2 deletions
|
|
@ -226,7 +226,29 @@ Disable using either:
|
|||
|
||||
Some options and functionality is shared between all or some Sources. Detailed below is information on what these features are and how to use/configured them.
|
||||
|
||||
#### Scrobble Thresholds
|
||||
### Limiting Scrobble Destination
|
||||
|
||||
By default a Source will scrobble to **all** configured Clients.
|
||||
|
||||
To limit which Clients a Source will scrobble to use the `clients` property in a Source's [File/AIO configuration](./?configType=file#configuration-types) to specify the **names** of the Clients that it should scrobble to:
|
||||
|
||||
```json5 title="jellyfin.json"
|
||||
{
|
||||
"name": "MyJellyfin",
|
||||
"clients": ["myMaloja","koitoA","listenbrainzFoo"]
|
||||
"data": {
|
||||
// ...
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
The Source above will only scrobble to Clients that are **named** (`name` property in Client config) either `myMaloja` `koitoA` or `listenbrainzFoo`.
|
||||
|
||||
If your Client is configured using [ENV](./?configType=env#configuration-types) then they are given an automatically generated name. Check the multi-scrobbler Dashboard to find their name in a subheader under the Client type. Example:
|
||||
|
||||

|
||||
|
||||
<h3 id="scrobble-thresholds">Scrobble Thresholds</h3>
|
||||
|
||||
For Sources where multi-scrobbler monitors active listening, it uses one of two metrics to determine if a Song is scrobbable based on your listening:
|
||||
|
||||
|
|
@ -258,7 +280,7 @@ SOURCE_SCROBBLE_DURATION=40
|
|||
SOURCE_SCROBBLE_PERCENT=20
|
||||
```
|
||||
|
||||
#### Should Scrobble Behavior
|
||||
<h3 id="should-scrobble-behavior">Should Scrobble Behavior</h3>
|
||||
|
||||
:::note
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue