- Make Stephen King collection a smart collection

This commit is contained in:
nwithan8 2023-11-05 10:30:35 -07:00
parent ab28ea885f
commit 25193c6883
2 changed files with 4 additions and 3 deletions

View File

@ -222,11 +222,10 @@ collections:
template: { name: Franchise, template: { name: Franchise,
sort_title: "Stephen King", sort_title: "Stephen King",
level: "+" } level: "+" }
collection_order: release.asc smart_filter:
plex_search:
sort_by:
all: all:
writer: "Stephen King" writer: "Stephen King"
sort_by: release.asc
"🐦‍⬛ Quoth the Raven": "🐦‍⬛ Quoth the Raven":
summary: "The Edgar Allan Poe collection" summary: "The Edgar Allan Poe collection"

View File

@ -94,6 +94,8 @@ This collection uses a combination of all these prefixes, and are always sorted
- criteria2 - 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,
episodes, etc.)
- 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 - `episode_added` only works on Shows, because it accounts for when Show had an episode added, not when episode was