- episode_added only works on shows, use episode_release instead
This commit is contained in:
parent
774e00c2a1
commit
615bf4be3a
|
@ -38,7 +38,7 @@ collections:
|
||||||
"From The Top":
|
"From The Top":
|
||||||
summary: "Let's start this from the beginning"
|
summary: "Let's start this from the beginning"
|
||||||
collection_level: episode
|
collection_level: episode
|
||||||
collection_order: episode_added.desc
|
collection_order: episode_release.desc
|
||||||
plex_pilots: true
|
plex_pilots: true
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
|
@ -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
|
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
|
- 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)
|
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
|
## Templates
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue