From 8354a0c0235b53cebfc7964f4aec4882ecd5f212 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Thu, 6 Oct 2022 18:35:23 -0400 Subject: [PATCH] [100] new default location --- VERSION | 2 +- defaults/overlays/versions.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index b0508add..0060aa99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop99 +1.17.3-develop100 diff --git a/defaults/overlays/versions.yml b/defaults/overlays/versions.yml index 054b4e54..aa5a95a0 100644 --- a/defaults/overlays/versions.yml +++ b/defaults/overlays/versions.yml @@ -10,13 +10,13 @@ # # Set episode or season or show to overlay # # overlay_level: # # # Set the horizontal offset for the overlay # -# horizontal_offset: 15 # +# horizontal_offset: 80 # # # Set the horizontal align for the overlay # # horizontal_align: right # # # Set the vertical offset for the overlay # -# vertical_offset: 390 # +# vertical_offset: 15 # # # Set the vertical align for the overlay # -# vertical_align: bottom # +# vertical_align: top # # # Set the back color for the overlay # # back_color: "#00000099" # # # Set the back radius for the overlay # @@ -41,10 +41,10 @@ templates: optional: - overlay_level default: - horizontal_offset: 15 - horizontal_align: left - vertical_offset: 390 - vertical_align: bottom + horizontal_offset: 80 + horizontal_align: right + vertical_offset: 15 + vertical_align: top back_color: "#00000099" back_radius: 30 back_width: 105