mediastinger overlay plus enhanced runtimes and episode_info (#435)
parent
7bf7ee9a22
commit
8d83ed4399
@ -0,0 +1,48 @@
|
||||
#############################################################
|
||||
# Mediastinger 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/mediastinger #
|
||||
# template_variables: #
|
||||
# # Set episode or season to overlay #
|
||||
# overlay_level: #
|
||||
# # Set the horizontal offset for the overlay #
|
||||
# horizontal_offset: 200 #
|
||||
# # Set the horizontal align for the overlay #
|
||||
# horizontal_align: right #
|
||||
# # Set the vertical offset for the overlay #
|
||||
# vertical_offset: 15 #
|
||||
# # Set the vertical align for the overlay #
|
||||
# vertical_align: top #
|
||||
#############################################################
|
||||
|
||||
templates:
|
||||
Mediastinger overlay:
|
||||
optional:
|
||||
- overlay_level
|
||||
default:
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 200
|
||||
horizontal_align: right
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
collection_level: <<overlay_level>>
|
||||
overlay:
|
||||
name: <<overlay_name>>
|
||||
git: PMM/overlays/images/raw/<<overlay>>
|
||||
back_color: "#00000099"
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
|
||||
overlays:
|
||||
Mediastinger:
|
||||
template:
|
||||
- name: Mediastinger overlay
|
||||
plex_all: true
|
||||
filters:
|
||||
tmdb_keyword: aftercreditsstinger, duringcreditsstinger
|
Loading…
Reference in new issue