diff --git a/README.md b/README.md index 0794967..f6460e2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ This mod is based and builds up on the awesome work of [BobHasNoSoul-jellyfin-mo ![snowstorm](readmeMedia/snowstorm.gif) ## Installation +> [!TIP] +> Take a look at [CodeDevMLH/Jellyfin-Mods-Automated-Script](https://github.com/CodeDevMLH/Jellyfin-Mods-Automated-Script) 1. **Add Seasonal Container to `index.html`** Edit the `index.html` file of your Jellyfin web instance. Add the following code inside the `` tag: @@ -78,7 +80,7 @@ This mod is based and builds up on the awesome work of [BobHasNoSoul-jellyfin-mo snowfall: { css: 'seasonals/snowfall.css', js: 'seasonals/snowfall.js', - containerClass: 'snowfall' + containerClass: 'snowfall-container' }, // more configs... @@ -89,8 +91,8 @@ This mod is based and builds up on the awesome work of [BobHasNoSoul-jellyfin-mo }; ``` -4. **Restart Jellyfin Web Interface** - After making these changes, restart your Jellyfin web server or refresh the interface to see the changes. +4. **Reload the web interface** + After making these changes, restart your Jellyfin server and/or refresh the web interface (ctrl+F5, sometimes you need to clear the browsers temp files/cache (every time with firefox ;-()) to see the changes. ## Theme Settings Each theme's JavaScript file contains additional settings to customize its behavior. Here are examples for the `autumn` and `snowflakes` themes: