docs: Improve MB docs

This commit is contained in:
FoxxMD 2026-01-07 16:13:08 +00:00
parent c33ed61220
commit a3aa0b9988
2 changed files with 175 additions and 18 deletions

View file

@ -193,7 +193,7 @@ In a [Subsonic](/configuration/sources/subsonic) [File Config](/configuration?co
"preCompare": [
{
"type": "native"
// when "name" is not defined, uses first found "native" transformer
"name": "MyNativeTransformer" // when "name" is not defined, uses first found "native" transformer
}
]
}
@ -363,7 +363,7 @@ The actual value of each property may be different for each Stage. Check the doc
Generically, though, each property may be some value **or** an object combining a [`when` condition](#conditional-modification) and that value.
If none of the properties are specified in the stage then it's assumed all transformed data should be used.
**If none of the properties are specified in the stage then it's assumed all transformed data should be used.**
:::note