- Split FX from Fox for network library
- Move studios from "TV Shows" library to all show libraries - Add required search query for building per-actor, per-director, per-country and per-genre dynamic collections - Add Per_Network dynamic collection template (not enabled) - Add and enable per-actor dynamic collection for all show libraries - Remove incompatible custom collection order for "Studio" template
This commit is contained in:
@ -160,7 +160,6 @@ templates:
|
||||
- poster
|
||||
sort_title: 10_+<<level>>_<<collection_name>>
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
schedule: daily
|
||||
visible_library: true
|
||||
url_poster: <<poster>>
|
||||
|
@ -17,6 +17,11 @@ templates:
|
||||
schedule: monthly(1)
|
||||
|
||||
Per_Genre:
|
||||
smart_filter:
|
||||
limit: 10000
|
||||
sort_by: critic_rating.desc
|
||||
all:
|
||||
genre: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 07_+<<level>>_<<key>>
|
||||
@ -26,6 +31,9 @@ templates:
|
||||
schedule: weekly(saturday)
|
||||
|
||||
Per_Actor:
|
||||
plex_search:
|
||||
any:
|
||||
actor: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 09_+<<level>>_<<key>>
|
||||
@ -35,6 +43,9 @@ templates:
|
||||
schedule: weekly(thursday), weekly(monday)
|
||||
|
||||
Per_Director:
|
||||
plex_search:
|
||||
any:
|
||||
director: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 09_+<<level>>_<<key>>
|
||||
@ -44,6 +55,11 @@ templates:
|
||||
schedule: weekly(friday), weekly(tuesday)
|
||||
|
||||
Per_Country:
|
||||
smart_filter:
|
||||
limit: 10000
|
||||
sort_by: critic_rating.desc
|
||||
any:
|
||||
country: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 11_+<<level>>_<<key>>
|
||||
@ -51,3 +67,10 @@ templates:
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: weekly(saturday)
|
||||
|
||||
Per_Network:
|
||||
smart_filter:
|
||||
sort_by: critic_rating.desc
|
||||
all:
|
||||
network: <<value>>
|
||||
|
||||
|
Reference in New Issue
Block a user