From b75cc300e2879948c60d5bf7c4605cc14d96ff31 Mon Sep 17 00:00:00 2001 From: CodeDevMLH Date: Sun, 22 Dec 2024 03:23:32 +0100 Subject: [PATCH] .. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5d030ec..da4c216 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This mod is based and builds up on the awesome work of [BobHasNoSoul-jellyfin-mo - [Features](#features) - [Installation](#installation) - [Usage](#usage) + - [Additional Directory: Separate Single Seasonals](#additional-directory-separate-single-seasonals) - [Troubleshooting](#troubleshooting) - [Contributing](#contributing) @@ -111,6 +112,20 @@ To use a fixed theme, set automateThemeSelection to false in the theme-configs.j } ``` + +## Additional Directory: Separate Single Seasonals +For users who prefer not to use the automatic seasonal theme selection, individual seasonals are available in the `separate single seasonals` folder. Each seasonal theme can be independently loaded and used without relying on the main automatic selection system. + +but this requires to the modify of the `index.html` with adding the html in `add_to_index_html`. + +To use a single seasonal theme, include its specific CSS and JS files in your `index.html` inside the ` ` tags provided by `add_to_index_html.html` in the sub-theme-folders as shown below: + +```html +
+ + +``` + ## Troubleshooting - **No Theme Appears:** Ensure the `
` and `` element exists in your index.html inside the ` ` tags. - **Missing Files:** Verify that the paths in themeConfigs point to the correct files in the seasonals folder.