From 1285d79538b8f055bd346252e0880677c3617c4e Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Wed, 4 Feb 2026 02:27:04 +0100 Subject: [PATCH] Bump version to 1.3.0.2 --- .../Configuration/configPage.html | 8 +++++--- .../Jellyfin.Plugin.MediaBarEnhanced.csproj | 2 +- manifest.json | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html index 63506da..99b69d2 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html +++ b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html @@ -114,14 +114,16 @@ style="width: 100%; height: 150px; font-family: monospace;">
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/...] -
+ 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: 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).