mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-29 20:29:56 +00:00
docs: Use AdmonitionDetails
This commit is contained in:
parent
4f9cfcf46d
commit
c0c449ecc2
13 changed files with 51 additions and 42 deletions
|
|
@ -84,13 +84,14 @@ For **Clients**:
|
|||
* `compare` - temporarily modify Play data when it is being compared to see if it was already scrobbled
|
||||
* `postCompare` - modify Play data before scrobbling it to downstream service and adding to already seen scrobbles
|
||||
|
||||
:::tip
|
||||
<DetailsAdmo type="tip" summary="Transformed Scrobbles Are Permanently Modified">
|
||||
|
||||
Keep in mind that modifying Scrobble/Play data earlier in the lifecycle will affect that data at all times later in the lifecycle (except when using the **compare** hook).
|
||||
|
||||
For example, to modify the track so it's the same anywhere it is processed in multi-scrobbler you only need to modify it in the **Source's** `preCompare` hook because all later processes will receive the data with the modified track.
|
||||
|
||||
:::
|
||||
|
||||
</DetailsAdmo>
|
||||
|
||||
:::tip[TLDR]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue