mediastinger overlay plus enhanced runtimes and episode_info (#435)

pull/436/head
bullmoose20 2 years ago committed by GitHub
parent 7bf7ee9a22
commit 8d83ed4399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,6 @@ templates:
collection_level: <<overlay_level>>
overlay:
name: text(S<<season_number0>>E<<episode_number0>>)
back_color: "#00000099"
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
@ -47,7 +46,6 @@ templates:
overlays:
episode_info:
# builder_level: episode
template:
- name: text_episode_info
plex_all: true

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

@ -32,7 +32,6 @@ templates:
collection_level: <<overlay_level>>
overlay:
name: "text(Runtime: <<runtimeH>>h <<runtimeM>>m)"
back_color: "#00000099"
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
@ -47,7 +46,6 @@ templates:
overlays:
runtime_info:
# builder_level: episode
template:
- name: text_runtime_info
plex_all: true

Loading…
Cancel
Save