additional fixes for people

pull/180/head
bullmoose20 3 years ago
parent 5b5657ab8b
commit e5789435cb

@ -4,19 +4,26 @@
# # # #
###################################################### ######################################################
actor template: templates:
actor_dynamic:
collection_mode: hide collection_mode: hide
sort_title: +02act_<<collection_name>> sort_title: +17_<<collection_name>>
tmdb_person: <<actor>> tmdb_person: <<actor>>
plex_search: plex_search:
all: all:
actor: tmdb actor: tmdb
Top Actors: # mapping name does not matter just needs to be unique collections:
test: true Actors Collections:
blank_collection: true 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 type: actor
template: actor template template: actor_dynamic
title_format: <<title>> (Actor) title_format: <<title>> (Actor)
data: data:
depth: 5 depth: 5

@ -4,19 +4,26 @@
# # # #
###################################################### ######################################################
director template: templates:
director_dynamic:
collection_mode: hide collection_mode: hide
sort_title: +02dir_<<collection_name>> sort_title: +18_<<collection_name>>
tmdb_person: <<director>> tmdb_person: <<director>>
plex_search: plex_search:
all: all:
director: tmdb director: tmdb
Top Directors: # mapping name does not matter just needs to be unique collections:
test: true Directors Collections:
blank_collection: true 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 type: director
template: director template template: director_dynamic
title_format: <<title>> (Director) title_format: <<title>> (Director)
data: data:
depth: 5 depth: 5

@ -4,20 +4,28 @@
# # # #
###################################################### ######################################################
producer template: templates:
producer_dynamic:
collection_mode: hide collection_mode: hide
sort_title: +02pro_<<collection_name>> sort_title: +19_<<collection_name>>
tmdb_person: <<producer>> tmdb_person: <<producer>>
plex_search: plex_search:
all: all:
producer: tmdb producer: tmdb
Top Producers: # mapping name does not matter just needs to be unique collections:
test: true Producers Collections:
blank_collection: true 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 type: producer
template: producer template template: producer_dynamic
title_format: <<title>> (Producer) title_format: <<title>> (Producer)
data: data:
depth: 5 depth: 5
limit: 25 limit: 25

@ -4,20 +4,28 @@
# # # #
###################################################### ######################################################
writer template: templates:
writer_dynamic:
collection_mode: hide collection_mode: hide
sort_title: +02wri_<<collection_name>> sort_title: +20_<<collection_name>>
tmdb_person: <<writer>> tmdb_person: <<writer>>
plex_search: plex_search:
all: all:
writer: tmdb writer: tmdb
Top Writers: # mapping name does not matter just needs to be unique collections:
test: true Writers Collections:
blank_collection: true 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 type: writer
template: writer template template: writer_dynamic
title_format: <<title>> (Writer) title_format: <<title>> (Writer)
data: data:
depth: 5 depth: 5
limit: 25 limit: 25
Loading…
Cancel
Save