update settings

This commit is contained in:
YozoraXCII 2022-12-16 22:24:16 +00:00
parent b2e507c667
commit 10435e8e55

View file

@ -118,7 +118,7 @@ i.e. `assets/Star Wars/poster.png` instead of `assets/Star Wars.png`
## Asset Depth
Specify how many folder levels to scan for an item within the asset directory<br>
At each asset level, PMM will look for either `(filename).ext` or a dedicated folder containing `poster.ext`
At each asset level, PMM will look for either `medianame.ext` [such as Star Wars.png] or a dedicated folder containing `poster.ext`<br>
i.e. `assets/Star Wars/poster.png` and `assets/Star Wars.png` are both asset depth 0
and `assets/Movies/Star Wars/poster.png` and `assets/Movies/Star Wars.png` are both asset level 1
* `asset_folders` must be set to `true` for this to take effect.