additional fixes for people

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

@ -4,21 +4,28 @@
# #
######################################################
actor template:
templates:
actor_dynamic:
collection_mode: hide
sort_title: +02act_<<collection_name>>
sort_title: +17_<<collection_name>>
tmdb_person: <<actor>>
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: <<title>> (Actor)
data:
depth: 5
limit: 25

@ -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

@ -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

@ -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
Loading…
Cancel
Save