From 9de0d60bb8cf3fd77b0bca2d9a04b666177bb6af Mon Sep 17 00:00:00 2001
From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com>
Date: Wed, 4 Feb 2026 02:39:07 +0100
Subject: [PATCH] Update configPage.html to clarify manual trailer override
instructions
---
.../Configuration/configPage.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html
index 99b69d2..0ca0a22 100644
--- a/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html
+++ b/Jellyfin.Plugin.MediaBarEnhanced/Configuration/configPage.html
@@ -116,15 +116,15 @@
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:
e.g. ID DESCRIPTION [https://youtu.be/...] or ID [https://youtu.be/...] DESCRIPTION
You can also add a description after the ID using any separator like space, pipe
- (|) or dash (-) (e.g. ID | Description).
+ (|) or dash (-):
e.g. ID DESCRIPTION or 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).
+ Note: The separator MUST NOT be a hex character (0-9, a-f).