From af603e88036d774a8f48ef5b303a8bba2bda00fe Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:57:51 +0100 Subject: [PATCH] Enhance options in mediaBarEnhanced for seasonal content, local trailers, and sorting criteria [skip ci] --- Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css | 3 +++ Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css index 2967c72..766d8fc 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css @@ -14,6 +14,9 @@ * - option to disable loading screen * - option to put collection (boxsets) IDs into the slideshow to display their items * - option to enable client-side settings (allow users to override settings locally on their device) + * - option to enable seasonal content (only show items that are relevant to the current season/holiday) + * - option to prefer local trailers (from the media item) over online sources + * - options to sort the content by various criteria (PremiereDate, ProductionYear, Random, Original order, etc.) */ @import url(https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap); diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js index 33894c8..84ef8cd 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.js @@ -14,6 +14,9 @@ * - option to disable loading screen * - option to put collection (boxsets) IDs into the slideshow to display their items * - option to enable client-side settings (allow users to override settings locally on their device) + * - option to enable seasonal content (only show items that are relevant to the current season/holiday) + * - option to prefer local trailers (from the media item) over online sources + * - options to sort the content by various criteria (PremiereDate, ProductionYear, Random, Original order, etc.) */ //Core Module Configuration