Merge remote-tracking branch 'meisnate12/master'

pull/399/head
bullmoose20 3 years ago
commit b9c21d7dc5

@ -8,11 +8,13 @@
# metadata_path: #
# - git: PMM/actor #
# template_variables: #
# # Sets the style of posters: bw or rainier #
# style: bw #
# # Turn the separator collection on/off #
# use_separator: true #
# # Sets how the collection is sorted #
# sort_by: release.desc #
# # Sets the collection mode of the collection #
# # Sets the collection mode of the collections #
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 17 #
@ -27,8 +29,9 @@ templates:
actor_dynamic:
default:
sort_by: release.desc
style: bw
tmdb_person: <<value>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<key_encoded>>.jpg
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg
smart_filter:
sort_by: <<sort_by>>
all:

@ -8,11 +8,13 @@
# metadata_path: #
# - git: PMM/movie/director #
# template_variables: #
# # Sets the style of posters: bw or rainier #
# style: bw #
# # Turn the separator collection on/off #
# use_separator: true #
# # Sets how the collection is sorted #
# sort_by: release.desc #
# # Sets the collection mode of the collection #
# # Sets the collection mode of the collections #
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 18 #
@ -27,8 +29,9 @@ templates:
director_dynamic:
default:
sort_by: release.desc
style: bw
tmdb_person: <<value>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<key_encoded>>.jpg
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg
smart_filter:
sort_by: <<sort_by>>
all:

@ -8,11 +8,13 @@
# metadata_path: #
# - git: PMM/movie/producer #
# template_variables: #
# # Sets the style of posters: bw or rainier #
# style: bw #
# # Turn the separator collection on/off #
# use_separator: true #
# # Sets how the collection is sorted #
# sort_by: release.desc #
# # Sets the collection mode of the collection #
# # Sets the collection mode of the collections #
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 19 #
@ -27,8 +29,9 @@ templates:
producer_dynamic:
default:
sort_by: release.desc
style: bw
tmdb_person: <<value>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<key_encoded>>.jpg
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg
smart_filter:
sort_by: <<sort_by>>
all:

@ -8,11 +8,13 @@
# metadata_path: #
# - git: PMM/writer #
# template_variables: #
# # Sets the style of posters: bw or rainier #
# style: bw #
# # Turn the separator collection on/off #
# use_separator: true #
# # Sets how the collection is sorted #
# sort_by: release.desc #
# # Sets the collection mode of the collection #
# # Sets the collection mode of the collections #
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 20 #
@ -27,8 +29,9 @@ templates:
writer_dynamic:
default:
sort_by: release.desc
style: bw
tmdb_person: <<value>>
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<key_encoded>>.jpg
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<style>>/<<key_encoded>>.jpg
smart_filter:
sort_by: <<sort_by>>
all:

@ -79,6 +79,7 @@ templates:
value: <<standard_value>>
collection_level: <<overlay_level>>
allowed_library_types: <<use_<<slug>>>>
ignore_blank_results: true
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/raw/<<style>>/<<overlay>>

@ -35,6 +35,7 @@ templates:
vertical_offset: 30
vertical_align: bottom
collection_level: <<overlay_level>>
ignore_blank_results: true
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/<<overlay>>

@ -13,19 +13,19 @@
# #
# # Set rating type for rating1, rating2, and/or #
# rating3 #
# # Rating Types: user, critic, audience #
# # Rating Types: critic, audience, user #
# #
# rating1: user #
# rating2: critic #
# rating3: audience #
# rating1: critic #
# rating2: audience #
# rating3: user #
# #
# # Set rating image for rating1, rating2, and/or #
# rating3 #
# # Rating Images: anidb, imdb, letterboxd, tmdb, #
# metacritic, rt_popcorn, rt_tomato, trakt #
# #
# rating1_image: rt_tomato #
# rating2_image: imdb #
# rating1_image: imdb #
# rating2_image: rt_popcorn #
# rating3_image: tmdb #
# #
# # Sets the position to display the ratings #
@ -45,18 +45,41 @@
# overlay_level: #
# #
# Movies: #
# overlay_path: #
# - git: PMM/overlays/ratings #
# template_variables: #
# rating1: critic #
# rating2: audience #
# rating3: user #
# rating1_image: imdb #
# rating2_image: rt_popcorn #
# rating3_image: tmdb #
# operations: #
# mass_critic_rating_update: imdb #
# mass_audience_rating_update: tmdb #
# mass_user_rating_update: mdb_tomatoes #
# mass_audience_rating_update: mdb_tomatoesaudience #
# mass_user_rating_update: tmdb #
# TV Shows: #
# overlay_path: #
# - git: PMM/overlays/ratings #
# template_variables: #
# rating1: critic #
# rating2: audience #
# rating3: user #
# rating1_image: imdb #
# rating2_image: rt_popcorn #
# rating3_image: tmdb #
# - git: PMM/overlays/ratings #
# template_variables: #
# rating1: critic #
# rating2: audience #
# rating1_image: imdb #
# rating2_image: tmdb #
# operations: #
# mass_critic_rating_update: imdb #
# mass_audience_rating_update: tmdb #
# mass_user_rating_update: mdb_tomatoes #
# mass_audience_rating_update: mdb_tomatoesaudience #
# mass_user_rating_update: tmdb #
# mass_episode_critic_rating_update: imdb #
# mass_episode_audience_rating_update: tmdb #
# #
#############################################################
templates:
@ -73,9 +96,7 @@ templates:
horizontal_position: left
vertical_position: center
rating_alignment: vertical
rating1: none
rating2: none
rating3: none
rating<<rating_num>>: none
center_offset: 0
standard_offset: 30
v2_offset: 235

@ -52,6 +52,7 @@ templates:
vertical_offset: 15
vertical_align: top
collection_level: <<overlay_level>>
ignore_blank_results: true
allowed_library_types:
- <<use_<<opt1>>>>
- <<use_<<opt2>>>>

@ -17,7 +17,7 @@ templates:
RTCertFresh:
optional:
- overlay_level
mdblist_list: https://mdblist.com/lists/plexmetamanager/certifiedfreshmovies
mdblist_list: https://mdblist.com/lists/plexmetamanager/certifiedfresh<<library_type>>s
default:
overlay: <<overlay_name>>
weight: 20

@ -56,6 +56,7 @@ templates:
vertical_align: top
collection_level: <<overlay_level>>
allowed_library_types: <<use_<<slug>>>>
ignore_blank_results: true
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/<<overlay>>

@ -50,6 +50,7 @@ templates:
vertical_offset: 150
vertical_align: bottom
allowed_library_types: <<use_<<slug>>>>
ignore_blank_results: true
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/raw/<<overlay>>

@ -50,6 +50,7 @@ templates:
vertical_align: bottom
collection_level: <<overlay_level>>
allowed_library_types: <<use_<<slug>>>>
ignore_blank_results: true
overlay:
name: text(<<overlay_name>>)
group: quality

@ -157,6 +157,7 @@ templates:
visible_library: <<visible_library_<<key>>>>
visible_home: <<visible_home_<<key>>>>
visible_shared: <<visible_shared_<<key>>>>
ignore_blank_results: true
cache_builders: 1
smart_label: <<sort_by>>
sync_mode: sync

@ -109,6 +109,7 @@ templates:
cache_builders: 1
sync_mode: sync
collection_order: <<collection_order>>
ignore_blank_results: true
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/<<image>>.jpg
playlist:

Loading…
Cancel
Save