- Can't do Smart Playlists with PMM, have to use `plex_search` rather than `smart_filter` (and regenerate playlists manually each time)
This commit is contained in:
parent
384aed982d
commit
12a17bef0a
|
@ -8,8 +8,8 @@ playlists:
|
|||
"Treehouse of Horror":
|
||||
summary: "All The Simpsons' Treehouse of Horror episodes"
|
||||
libraries: TV Shows
|
||||
builder_level: episode
|
||||
smart_filter:
|
||||
plex_search:
|
||||
type: episode
|
||||
all:
|
||||
title.is: "The Simpsons"
|
||||
episode_title: "Treehouse"
|
||||
|
@ -19,8 +19,8 @@ playlists:
|
|||
"Top 100 Simpsons Episodes":
|
||||
summary: "The top 100 Simpsons episodes"
|
||||
libraries: TV Shows
|
||||
builder_level: episode
|
||||
smart_filter:
|
||||
plex_search:
|
||||
type: episode
|
||||
all:
|
||||
title.is: "The Simpsons"
|
||||
sort_by: audience_rating.desc
|
||||
|
|
|
@ -101,6 +101,7 @@ This collection uses a combination of all these prefixes, and are always sorted
|
|||
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.)
|
||||
- `smart_filter` ONLY works for collections, not playlists (despite there being a Smart Playlist concept in Plex)
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue