update readme
This commit is contained in:
@@ -51,6 +51,8 @@ This mod is based and builds up on the awesome work of [BobHasNoSoul-jellyfin-mo
|
|||||||

|

|
||||||
|
|
||||||
## Installation
|
## 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`**
|
1. **Add Seasonal Container to `index.html`**
|
||||||
Edit the `index.html` file of your Jellyfin web instance. Add the following code inside the `<body>` tag:
|
Edit the `index.html` file of your Jellyfin web instance. Add the following code inside the `<body>` tag:
|
||||||
@@ -78,7 +80,7 @@ This mod is based and builds up on the awesome work of [BobHasNoSoul-jellyfin-mo
|
|||||||
snowfall: {
|
snowfall: {
|
||||||
css: 'seasonals/snowfall.css',
|
css: 'seasonals/snowfall.css',
|
||||||
js: 'seasonals/snowfall.js',
|
js: 'seasonals/snowfall.js',
|
||||||
containerClass: 'snowfall'
|
containerClass: 'snowfall-container'
|
||||||
},
|
},
|
||||||
|
|
||||||
// more configs...
|
// 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**
|
4. **Reload the web interface**
|
||||||
After making these changes, restart your Jellyfin web server or refresh the interface to see the changes.
|
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
|
## Theme Settings
|
||||||
Each theme's JavaScript file contains additional settings to customize its behavior. Here are examples for the `autumn` and `snowflakes` themes:
|
Each theme's JavaScript file contains additional settings to customize its behavior. Here are examples for the `autumn` and `snowflakes` themes:
|
||||||
|
|||||||
Reference in New Issue
Block a user