diff --git a/PMM/overlays/episode_info.yml b/PMM/overlays/episode_info.yml index 3676477..b7be088 100644 --- a/PMM/overlays/episode_info.yml +++ b/PMM/overlays/episode_info.yml @@ -6,16 +6,37 @@ # Call this from your config.yml (Show): # # overlay_path: # # - git: PMM/overlays/episode_info # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 0 # +# # Set the horizontal align for the overlay # +# horizontal_align: center # +# # Set the vertical offset for the overlay # +# vertical_offset: 30 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # ############################################################# -overlays: +templates: text_episode_info: - builder_level: episode - overlay: - name: text(S<>E<>) + optional: + - overlay_level + default: + overlay: <> + horizontal_offset: 0 horizontal_align: center vertical_offset: 30 vertical_align: bottom + collection_level: <> + overlay: + name: text(S<>E<>) + back_color: "#00000099" + horizontal_offset: <> + horizontal_align: <> + vertical_offset: <> + vertical_align: <> font: fonts/Inter-Medium.ttf font_size: 63 font_color: "#FFFFFF" @@ -23,4 +44,10 @@ overlays: back_radius: 30 back_width: 300 back_height: 105 + +overlays: + episode_info: + # builder_level: episode + template: + - name: text_episode_info plex_all: true diff --git a/PMM/overlays/images/raw/Mediastinger.png b/PMM/overlays/images/raw/Mediastinger.png new file mode 100644 index 0000000..d3e5987 Binary files /dev/null and b/PMM/overlays/images/raw/Mediastinger.png differ diff --git a/PMM/overlays/runtimes.yml b/PMM/overlays/runtimes.yml index 9dfdabd..36a60d1 100644 --- a/PMM/overlays/runtimes.yml +++ b/PMM/overlays/runtimes.yml @@ -6,17 +6,37 @@ # Call this from your config.yml (Show): # # overlay_path: # # - git: PMM/overlays/runtimes # +# template_variables: # +# # Set episode or season to overlay # +# overlay_level: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: right # +# # Set the vertical offset for the overlay # +# vertical_offset: 30 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # ############################################################# -overlays: +templates: text_runtime_info: - builder_level: episode - overlay: - name: "text(Runtime: <>h <>m)" + optional: + - overlay_level + default: + overlay: <> horizontal_offset: 15 horizontal_align: right vertical_offset: 30 vertical_align: bottom + collection_level: <> + overlay: + name: "text(Runtime: <>h <>m)" + back_color: "#00000099" + horizontal_offset: <> + horizontal_align: <> + vertical_offset: <> + vertical_align: <> font: fonts/Inter-Medium.ttf font_size: 63 font_color: "#FFFFFF" @@ -24,4 +44,10 @@ overlays: back_radius: 30 back_width: 600 back_height: 105 + +overlays: + runtime_info: + # builder_level: episode + template: + - name: text_runtime_info plex_all: true