add new episode related defaults (#431)

pull/432/head
bullmoose20 2 years ago committed by GitHub
parent f85e6d4fea
commit 9cd48dcb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,26 @@
#############################################################
# Episode Info Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images #
#############################################################
# Call this from your config.yml (Show): #
# overlay_path: #
# - git: PMM/overlays/episode_info #
#############################################################
overlays:
text_episode_info:
builder_level: episode
overlay:
name: text(S<<season_number0>>E<<episode_number0>>)
horizontal_align: center
vertical_offset: 30
vertical_align: bottom
font: fonts/Inter-Medium.ttf
font_size: 63
font_color: "#FFFFFF"
back_color: "#00000099"
back_radius: 30
back_width: 300
back_height: 105
plex_all: true

@ -0,0 +1,27 @@
#############################################################
# Episodes Runtime Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images #
#############################################################
# Call this from your config.yml (Show): #
# overlay_path: #
# - git: PMM/overlays/runtimes #
#############################################################
overlays:
text_runtime_info:
builder_level: episode
overlay:
name: "text(Runtime: <<runtimeH>>h <<runtimeM>>m)"
horizontal_offset: 15
horizontal_align: right
vertical_offset: 30
vertical_align: bottom
font: fonts/Inter-Medium.ttf
font_size: 63
font_color: "#FFFFFF"
back_color: "#00000099"
back_radius: 30
back_width: 600
back_height: 105
plex_all: true
Loading…
Cancel
Save