additional ribbon overlay

pull/382/head
bullmoose20 3 years ago
parent c997897c42
commit fd35a7b533

@ -1,21 +1,31 @@
############################################################# #############################################################
# IMDb Top 250 Overlays # # IMDb Top 250 Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images # # Credit to Magic815 for base images #
############################################################# #############################################################
# Call this from your config.yml (Movie or Show): # # Call this from your config.yml (Movie or Show): #
# overlay_path: # # overlay_path: #
# - git: PMM/overlays/imdb_top_250 # # - git: PMM/overlays/imdb_top_250 #
# template_variables: #
# # Set episode or season to overlay #
# overlay_level: #
# # Set the weight for the overlay #
# weight: 20 #
############################################################# #############################################################
templates: templates:
IMDbTop250: IMDbTop250:
optional:
- overlay_level
default: default:
overlay: <<overlay_name>> overlay: <<overlay_name>>
weight: 20
imdb_chart: top_<<library_type>>s imdb_chart: top_<<library_type>>s
overlay: overlay:
name: <<overlay_name>> name: <<overlay_name>>
git: PMM/overlays/images/<<overlay>> git: PMM/overlays/images/<<overlay>>
group: ribbon
weight: <<weight>>
horizontal_offset: 0 horizontal_offset: 0
horizontal_align: right horizontal_align: right
vertical_offset: 0 vertical_offset: 0

@ -0,0 +1,38 @@
#############################################################
# Rotten Tomatoes Certified Fresh Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images #
#############################################################
# Call this from your config.yml (Movie or Show): #
# overlay_path: #
# - git: PMM/overlays/rt_cert_fresh #
# template_variables: #
# # Set episode or season to overlay #
# overlay_level: #
# # Set the weight for the overlay #
# weight: 10 #
#############################################################
templates:
RTCertFresh:
optional:
- overlay_level
mdblist_list: https://mdblist.com/lists/plexmetamanager/certifiedfreshmovies
default:
overlay: <<overlay_name>>
weight: 10
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/<<overlay>>
group: ribbon
weight: <<weight>>
horizontal_offset: 0
horizontal_align: right
vertical_offset: 0
vertical_align: bottom
overlays:
RT-Cert-Fresh-Ribbon:
template:
- name: RTCertFresh
Loading…
Cancel
Save