- Add collections for each Best Actor/Actress nominee
This commit is contained in:
@ -76,6 +76,18 @@ templates:
|
||||
visible_library: true
|
||||
url_poster: <<poster_url>>
|
||||
|
||||
ActorAward:
|
||||
default:
|
||||
level: ""
|
||||
smart_filter: # smart filter means Plex will automatically update the collection when new movies are added, rather than having to rerun the script
|
||||
all:
|
||||
actor: tmdb
|
||||
tmdb_person: <<tmdb>>
|
||||
sort_title: 05_+<<level>>_<<collection_name>>
|
||||
sync_mode: append
|
||||
schedule: weekly(wednesday), weekly(sunday)
|
||||
visible_library: true
|
||||
|
||||
Collection:
|
||||
default:
|
||||
level: ""
|
||||
|
@ -31,7 +31,7 @@ templates:
|
||||
schedule: weekly(saturday)
|
||||
|
||||
Per_Actor:
|
||||
plex_search:
|
||||
smart_filter:
|
||||
any:
|
||||
actor: <<value>>
|
||||
default:
|
||||
@ -43,7 +43,7 @@ templates:
|
||||
schedule: weekly(thursday), weekly(monday)
|
||||
|
||||
Per_Director:
|
||||
plex_search:
|
||||
smart_filter:
|
||||
any:
|
||||
director: <<value>>
|
||||
default:
|
||||
|
Reference in New Issue
Block a user