From 49ad41c3f6d68351094e07a47ba76c35b78cb3b4 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Wed, 4 Feb 2026 01:06:12 +0100 Subject: [PATCH] Enhance custom media ID functionality with manual trailer override --- .../Configuration/configPage.html | 19 +++++--- .../Web/mediaBarEnhanced.js | 48 ++++++++++++++++--- README.md | 3 ++ 3 files changed, 57 insertions(+), 13 deletions(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html index 86fac3a..bcb95b6 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html +++ b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html @@ -16,7 +16,7 @@ - Help + ${Help}
@@ -109,20 +109,25 @@
+ (Newline or Comma separated) -
Enter the IDs of the items you want to - show in the slideshow. - You can separate them by comma or new line. +
Enter the IDs of the items you want to show in the slideshow. + You can separate them by new line or comma. +
+ Manual Trailer Override: You can specify a YouTube URL for an item by adding it in + brackets: ID [https://youtu.be/...] +
You can also add a description after the ID using any separator like space, pipe (|) or dash (-) (e.g. ID | Description). - Note: The separator MUST NOT be a hex character (0-9, a-f).
+ Note: If using a Collection Name (instead of an ID) combined with a description, you MUST use + the pipe (|) separator.
+ Note: The separator MUST NOT be a hex character (0-9, a-f).