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