- episode_added only works on shows, use episode_release instead

This commit is contained in:
nwithan8 2023-10-13 13:49:13 -06:00
parent 774e00c2a1
commit 615bf4be3a
2 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,7 @@ collections:
"From The Top":
summary: "Let's start this from the beginning"
collection_level: episode
collection_order: episode_added.desc
collection_order: episode_release.desc
plex_pilots: true
visible_library: true
visible_home: true

View File

@ -85,6 +85,9 @@ Prefix suggestions:
list updated based on the criteria, rather than Plex Meta Manager having to re-run the builder every time
- All other rules: Use, i.e., `collection_level: episodes`, to limit collection
to [specific type](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Metadata-Details#metadata-details)
- `episode_added` only works on Shows, because it accounts for when Show had an episode added, not when episode was
added to library
- Use `episode_release`, which works for individual episodes, as well as Seasons and Shows
## Templates