From f77c3fbf71adb179367d78e2fe21d1a631922e4a Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:04:15 +0100 Subject: [PATCH] Add custom overlay positioning and scaling options to configuration --- Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js index 517037c..69bee98 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js @@ -64,6 +64,9 @@ const CONFIG = { customOverlayStyle: "Shadowed", customOverlayImageStyle: "None", customOverlayPriority: "Image", + customOverlayPositionX: 0, + customOverlayPositionY: 0, + customOverlayScale: 100, enableCustomMediaIds: true, enableSeasonalContent: false, customMediaIds: "",