Update tips_and_tricks.md

This commit is contained in:
Nate Harris 2023-12-07 17:58:13 -07:00 committed by GitHub
parent 6b77283384
commit 1e6563b750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -115,11 +115,13 @@ This collection uses a combination of all these prefixes, and are always sorted
- Plex `smart_filter`/`plex_search`: Use, i.e. `type: episodes`, to limit collection - Plex `smart_filter`/`plex_search`: Use, i.e. `type: episodes`, to limit collection
to [specific type](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Builders#special-attributes) to [specific type](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Builders#special-attributes)
- Needs to be one level above `all`/`any` criteria list. Ex.: - Needs to be one level above `all`/`any` criteria list. Ex.:
- `smart_filter`: ```yaml
- type: `episodes` smart_filter:
- any: type: episodes
- criteria1 any:
- criteria2 - criteria1
- criteria2
```
- Recommended to use `smart_filter` over `plex_search` when possible, as `smart_filter` means Plex will keep the - Recommended to use `smart_filter` over `plex_search` when possible, as `smart_filter` means Plex will keep the
list updated based on the criteria, rather than Plex Meta Manager having to re-run the builder every time list updated based on the criteria, rather than Plex Meta Manager having to re-run the builder every time
- Need to use `builder_level` if using `smart_filter` for anything other than show/movies (i.e. seasons, - Need to use `builder_level` if using `smart_filter` for anything other than show/movies (i.e. seasons,