From e5789435cb45ab3e021912c616289e057a698dae Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Sat, 2 Apr 2022 18:17:02 -0400 Subject: [PATCH] additional fixes for people --- yozora/configs 2.0 - WIP/common/actor.yml | 19 +++++++++++++------ yozora/configs 2.0 - WIP/common/director.yml | 19 +++++++++++++------ yozora/configs 2.0 - WIP/common/producer.yml | 18 +++++++++++++----- yozora/configs 2.0 - WIP/common/writer.yml | 18 +++++++++++++----- 4 files changed, 52 insertions(+), 22 deletions(-) diff --git a/yozora/configs 2.0 - WIP/common/actor.yml b/yozora/configs 2.0 - WIP/common/actor.yml index a177fa0..bf89339 100644 --- a/yozora/configs 2.0 - WIP/common/actor.yml +++ b/yozora/configs 2.0 - WIP/common/actor.yml @@ -4,21 +4,28 @@ # # ###################################################### - actor template: +templates: + actor_dynamic: collection_mode: hide - sort_title: +02act_<> + sort_title: +17_<> tmdb_person: <> plex_search: all: actor: tmdb - Top Actors: # mapping name does not matter just needs to be unique - test: true +collections: + Actors Collections: blank_collection: true + collection_mode: hide + sort_title: +17_+Actor Collections + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/people/actor/Actor%20Collections.jpg + +dynamic_collections: + Top Actors: type: actor - template: actor template + template: actor_dynamic title_format: <> (Actor) data: depth: 5 limit: 25 - + \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/common/director.yml b/yozora/configs 2.0 - WIP/common/director.yml index e07bcc4..686e05d 100644 --- a/yozora/configs 2.0 - WIP/common/director.yml +++ b/yozora/configs 2.0 - WIP/common/director.yml @@ -4,21 +4,28 @@ # # ###################################################### - director template: +templates: + director_dynamic: collection_mode: hide - sort_title: +02dir_<<collection_name>> + sort_title: +18_<<collection_name>> tmdb_person: <<director>> plex_search: all: director: tmdb - Top Directors: # mapping name does not matter just needs to be unique - test: true +collections: + Directors Collections: blank_collection: true + collection_mode: hide + sort_title: +18_+Director Collections + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/people/director/Director%20Collections.jpg + +dynamic_collections: + Top Directors: type: director - template: director template + template: director_dynamic title_format: <<title>> (Director) data: depth: 5 limit: 25 - + \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/common/producer.yml b/yozora/configs 2.0 - WIP/common/producer.yml index 57e6311..a10c687 100644 --- a/yozora/configs 2.0 - WIP/common/producer.yml +++ b/yozora/configs 2.0 - WIP/common/producer.yml @@ -4,20 +4,28 @@ # # ###################################################### - producer template: +templates: + producer_dynamic: collection_mode: hide - sort_title: +02pro_<<collection_name>> + sort_title: +19_<<collection_name>> tmdb_person: <<producer>> plex_search: all: producer: tmdb - Top Producers: # mapping name does not matter just needs to be unique - test: true +collections: + Producers Collections: blank_collection: true + collection_mode: hide + sort_title: +19_+Producer Collections + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/people/producer/Producer%20Collections.jpg + +dynamic_collections: + Top Producers: # mapping name does not matter just needs to be unique type: producer - template: producer template + template: producer_dynamic title_format: <<title>> (Producer) data: depth: 5 limit: 25 + \ No newline at end of file diff --git a/yozora/configs 2.0 - WIP/common/writer.yml b/yozora/configs 2.0 - WIP/common/writer.yml index 194ee6b..6a70507 100644 --- a/yozora/configs 2.0 - WIP/common/writer.yml +++ b/yozora/configs 2.0 - WIP/common/writer.yml @@ -4,20 +4,28 @@ # # ###################################################### - writer template: +templates: + writer_dynamic: collection_mode: hide - sort_title: +02wri_<<collection_name>> + sort_title: +20_<<collection_name>> tmdb_person: <<writer>> plex_search: all: writer: tmdb - Top Writers: # mapping name does not matter just needs to be unique - test: true +collections: + Writers Collections: blank_collection: true + collection_mode: hide + sort_title: +20_+Writer Collections + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/people/writer/Writer%20Collections.jpg + +dynamic_collections: + Top Writers: # mapping name does not matter just needs to be unique type: writer - template: writer template + template: writer_dynamic title_format: <<title>> (Writer) data: depth: 5 limit: 25 + \ No newline at end of file