Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e64e863e3 | ||
|
|
726d172625 | ||
|
|
1c6ed0aaed | ||
|
|
26eecc9ec4 | ||
|
|
912bf7f544 | ||
|
|
0e37d3a291 | ||
|
|
83a8c7fc74 | ||
|
|
b05b35b8f8 | ||
|
|
e90ea952bd | ||
|
|
7216588fef | ||
|
|
f4a7c3f2e5 | ||
|
|
176aa97c1c | ||
|
|
d73b1d17ff | ||
|
|
4bb37f89f3 | ||
|
|
f67e08ef89 | ||
|
|
94709b63fb | ||
|
|
988368b6f5 | ||
|
|
2216ed90c8 | ||
|
|
607042536c |
@@ -40,6 +40,14 @@
|
|||||||
<option value="santa">Santa</option>
|
<option value="santa">Santa</option>
|
||||||
<option value="autumn">Autumn</option>
|
<option value="autumn">Autumn</option>
|
||||||
<option value="easter">Easter</option>
|
<option value="easter">Easter</option>
|
||||||
|
<option value="summer" disabled>Summer (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
|
<option value="spring" disabled>Spring (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
|
<option value="oktoberfest" disabled>Oktoberfest (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
|
<option value="carnival" disabled>Carnival (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
|
<option value="championships" disabled>European/World Championships (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
|
<option value="patrick" disabled>St. Patrick's Day (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
|
<option value="thanksgiving" disabled>Thanksgiving (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
|
<option value="pride" disabled>Pride (not implemented yet, no idea for a theme. Please commit ideas in a issue)</option>
|
||||||
</select>
|
</select>
|
||||||
<div class="fieldDescription">The season to display if automation is disabled.</div>
|
<div class="fieldDescription">The season to display if automation is disabled.</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -48,30 +56,30 @@
|
|||||||
<details>
|
<details>
|
||||||
<summary>Advanced Configuration</summary>
|
<summary>Advanced Configuration</summary>
|
||||||
<p>Configure specific settings for each seasonal theme below.</p>
|
<p>Configure specific settings for each seasonal theme below.</p>
|
||||||
<p>All symbol count settings add this number in addition to the standard 12 symbols (if random symbols is enabled).</p>
|
<p>All symbol count settings add this number in addition to the standard 12 symbols (if additional symbols is enabled).</p>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Autumn</summary>
|
<summary>Autumn</summary>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableAutumn" name="EnableAutumn" type="checkbox" is="emby-checkbox" />
|
<input id="EnableAutumn" name="EnableAutumn" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Autumn</span>
|
<span>Enable Autumn Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the autumn theme effects in general.</div>
|
<div class="fieldDescription">Enable the autumn theme effects in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomLeaves" name="EnableRandomLeaves" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomLeaves" name="EnableRandomLeaves" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Leaves</span>
|
<span>Enable Additional Random Leaves</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays leaves randomly distributed across the screen</div>
|
<div class="fieldDescription">Displays additional leaves randomly distributed across the screen</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomLeavesMobile" name="EnableRandomLeavesMobile" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomLeavesMobile" name="EnableRandomLeavesMobile" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Leaves on Mobile</span>
|
<span>Enable Additional Random Leaves on Mobile</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays leaves randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
<div class="fieldDescription">Displays additional leaves randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="AutumnLeafCount">Leaf Count</label>
|
<label class="inputLabel" for="AutumnLeafCount">Leaf Count</label>
|
||||||
@@ -100,23 +108,23 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableSnowflakes" name="EnableSnowflakes" type="checkbox" is="emby-checkbox" />
|
<input id="EnableSnowflakes" name="EnableSnowflakes" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Snowflakes</span>
|
<span>Enable Snowflakes Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the snowflakes theme in general.</div>
|
<div class="fieldDescription">Enable the snowflakes theme in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomSnowflakes" name="EnableRandomSnowflakes" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomSnowflakes" name="EnableRandomSnowflakes" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Snowflakes</span>
|
<span>Enable Additional Random Snowflakes</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays snowflakes randomly distributed across the screen.</div>
|
<div class="fieldDescription">Displays additional snowflakes randomly distributed across the screen.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomSnowflakesMobile" name="EnableRandomSnowflakesMobile" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomSnowflakesMobile" name="EnableRandomSnowflakesMobile" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Snowflakes on Mobile</span>
|
<span>Enable Additional Random Snowflakes on Mobile</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays snowflakes randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
<div class="fieldDescription">Displays additional snowflakes randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="SnowflakesCount">Snowflake Count</label>
|
<label class="inputLabel" for="SnowflakesCount">Snowflake Count</label>
|
||||||
@@ -145,9 +153,9 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableSnowfall" name="EnableSnowfall" type="checkbox" is="emby-checkbox" />
|
<input id="EnableSnowfall" name="EnableSnowfall" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Snowfall</span>
|
<span>Enable Snowfall Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the snowfall effect in general.</div>
|
<div class="fieldDescription">Enable the snowfall effect in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="SnowfallCount">Snowflake Count</label>
|
<label class="inputLabel" for="SnowfallCount">Snowflake Count</label>
|
||||||
@@ -172,9 +180,9 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableSnowstorm" name="EnableSnowstorm" type="checkbox" is="emby-checkbox" />
|
<input id="EnableSnowstorm" name="EnableSnowstorm" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Snowstorm</span>
|
<span>Enable Snowstorm Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the snowstorm effect in general.</div>
|
<div class="fieldDescription">Enable the snowstorm effect in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="SnowstormCount">Snowflake Count</label>
|
<label class="inputLabel" for="SnowstormCount">Snowflake Count</label>
|
||||||
@@ -209,9 +217,9 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableFireworks" name="EnableFireworks" type="checkbox" is="emby-checkbox" />
|
<input id="EnableFireworks" name="EnableFireworks" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Fireworks</span>
|
<span>Enable Fireworks Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the fireworks effect in general.</div>
|
<div class="fieldDescription">Enable the fireworks effect in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="FireworksParticles">Particle Count</label>
|
<label class="inputLabel" for="FireworksParticles">Particle Count</label>
|
||||||
@@ -248,23 +256,23 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableHalloween" name="EnableHalloween" type="checkbox" is="emby-checkbox" />
|
<input id="EnableHalloween" name="EnableHalloween" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Halloween</span>
|
<span>Enable Halloween Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the Halloween theme in general.</div>
|
<div class="fieldDescription">Enable the Halloween theme in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomHalloween" name="EnableRandomHalloween" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomHalloween" name="EnableRandomHalloween" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Symbols</span>
|
<span>Enable Additional Random Symbols</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays Halloween symbols randomly distributed across the screen.</div>
|
<div class="fieldDescription">Displays additional Halloween symbols randomly distributed across the screen.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomHalloweenMobile" name="EnableRandomHalloweenMobile" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomHalloweenMobile" name="EnableRandomHalloweenMobile" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Symbols on Mobile</span>
|
<span>Enable Additional Random Symbols on Mobile</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays Halloween symbols randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
<div class="fieldDescription">Displays additional Halloween symbols randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="HalloweenCount">Symbol Count</label>
|
<label class="inputLabel" for="HalloweenCount">Symbol Count</label>
|
||||||
@@ -286,23 +294,23 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableHearts" name="EnableHearts" type="checkbox" is="emby-checkbox" />
|
<input id="EnableHearts" name="EnableHearts" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Hearts</span>
|
<span>Enable Hearts Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the Hearts theme in general.</div>
|
<div class="fieldDescription">Enable the Hearts theme in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomHearts" name="EnableRandomHearts" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomHearts" name="EnableRandomHearts" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Symbols</span>
|
<span>Enable Additional Random Symbols</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays hearts randomly distributed across the screen.</div>
|
<div class="fieldDescription">Displays additional hearts randomly distributed across the screen.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomHeartsMobile" name="EnableRandomHeartsMobile" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomHeartsMobile" name="EnableRandomHeartsMobile" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Symbols on Mobile</span>
|
<span>Enable Additional Random Symbols on Mobile</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays hearts randomly distributed across the screen. on mobile devices. Warning: High values may affect performance.</div>
|
<div class="fieldDescription">Displays additional hearts randomly distributed across the screen. on mobile devices. Warning: High values may affect performance.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="HeartsCount">Symbol Count</label>
|
<label class="inputLabel" for="HeartsCount">Symbol Count</label>
|
||||||
@@ -324,23 +332,23 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableChristmas" name="EnableChristmas" type="checkbox" is="emby-checkbox" />
|
<input id="EnableChristmas" name="EnableChristmas" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Christmas</span>
|
<span>Enable Christmas Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the Christmas theme in general.</div>
|
<div class="fieldDescription">Enable the Christmas theme in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomChristmas" name="EnableRandomChristmas" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomChristmas" name="EnableRandomChristmas" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Christmas</span>
|
<span>Enable Additional Random Christmas</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays Christmas-themed icons randomly distributed across the screen.</div>
|
<div class="fieldDescription">Displays additional Christmas-themed icons randomly distributed across the screen.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomChristmasMobile" name="EnableRandomChristmasMobile" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomChristmasMobile" name="EnableRandomChristmasMobile" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Christmas on Mobile</span>
|
<span>Enable Additional Random Christmas on Mobile</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays Christmas-themed icons randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
<div class="fieldDescription">Displays additional Christmas-themed icons randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="ChristmasCount">Symbol Count</label>
|
<label class="inputLabel" for="ChristmasCount">Symbol Count</label>
|
||||||
@@ -362,9 +370,9 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableSanta" name="EnableSanta" type="checkbox" is="emby-checkbox" />
|
<input id="EnableSanta" name="EnableSanta" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Santa</span>
|
<span>Enable Santa Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the Santa theme in general.</div>
|
<div class="fieldDescription">Enable the Santa theme in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="SantaSnowflakes">Snowflakes Count</label>
|
<label class="inputLabel" for="SantaSnowflakes">Snowflakes Count</label>
|
||||||
@@ -419,23 +427,23 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableEaster" name="EnableEaster" type="checkbox" is="emby-checkbox" />
|
<input id="EnableEaster" name="EnableEaster" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Easter</span>
|
<span>Enable Easter Seasonal</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Enable the Easter theme in general.</div>
|
<div class="fieldDescription">Enable the Easter theme in general (e.g. for automation).</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomEaster" name="EnableRandomEaster" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomEaster" name="EnableRandomEaster" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Easter Eggs</span>
|
<span>Enable Additional Random Easter Eggs</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays easter eggs randomly distributed across the screen.</div>
|
<div class="fieldDescription">Displays additional easter eggs randomly distributed across the screen.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="EnableRandomEasterMobile" name="EnableRandomEasterMobile" type="checkbox" is="emby-checkbox" />
|
<input id="EnableRandomEasterMobile" name="EnableRandomEasterMobile" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Enable Additional Random Easter Eggs on Mobile</span>
|
<span>Enable Additional Random Easter Eggs on Mobile</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">Displays easter eggs randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
<div class="fieldDescription">Displays additional easter eggs randomly distributed across the screen on mobile devices. Warning: High values may affect performance.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel" for="EasterEggCount">Egg Count</label>
|
<label class="inputLabel" for="EasterEggCount">Egg Count</label>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||||
<Title>Jellyfin Seasonals Plugin</Title>
|
<Title>Jellyfin Seasonals Plugin</Title>
|
||||||
<Authors>CodeDevMLH</Authors>
|
<Authors>CodeDevMLH</Authors>
|
||||||
<Version>1.2.0.0</Version>
|
<Version>1.3.3.0</Version>
|
||||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-seasonals</RepositoryUrl>
|
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-seasonals</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ public class ScriptInjector
|
|||||||
{
|
{
|
||||||
private readonly IApplicationPaths _appPaths;
|
private readonly IApplicationPaths _appPaths;
|
||||||
private readonly ILogger<ScriptInjector> _logger;
|
private readonly ILogger<ScriptInjector> _logger;
|
||||||
private const string ScriptTag = "<script src=\"/Seasonals/Resources/seasonals.js\"></script>";
|
private const string ScriptTag = "<script src=\"/Seasonals/Resources/seasonals.js\" defer></script>";
|
||||||
private const string Marker = "</body>";
|
private const string Marker = "</body>";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -70,7 +70,7 @@ public class ScriptInjector
|
|||||||
}
|
}
|
||||||
catch (UnauthorizedAccessException)
|
catch (UnauthorizedAccessException)
|
||||||
{
|
{
|
||||||
_logger.LogWarning("Permission denied when attempting to inject script into index.html. Automatic injection failed. Please ensure the Jellyfin web directory is writable by the process, or manually add the script tag: {ScriptTag}", ScriptTag);
|
_logger.LogWarning("Access was denied when attempting to inject script into index.html. Automatic injection failed. Please ensure the Jellyfin web directory is writable by the process, or manually add the script tag: {ScriptTag}", ScriptTag);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
@@ -1,12 +1,18 @@
|
|||||||
.autumn-container {
|
.autumn-container {
|
||||||
display: block;
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaf {
|
.leaf {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 15;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.autumn || {};
|
const config = window.SeasonalsPluginConfig?.Autumn || {};
|
||||||
|
|
||||||
const leaves = config.enableAutumn !== undefined ? config.enableAutumn : true; // enable/disable leaves
|
const leaves = config.EnableAutumn !== undefined ? config.EnableAutumn : true; // enable/disable leaves
|
||||||
const randomLeaves = config.enableRandomLeaves !== undefined ? config.enableRandomLeaves : true; // enable random leaves
|
const randomLeaves = config.EnableRandomLeaves !== undefined ? config.EnableRandomLeaves : true; // enable random leaves
|
||||||
const randomLeavesMobile = config.enableRandomLeavesMobile !== undefined ? config.enableRandomLeavesMobile : false; // enable random leaves on mobile devices (Warning: High values may affect performance)
|
const randomLeavesMobile = config.EnableRandomLeavesMobile !== undefined ? config.EnableRandomLeavesMobile : false; // enable random leaves on mobile devices (Warning: High values may affect performance)
|
||||||
const enableDiffrentDuration = config.enableDifferentDuration !== undefined ? config.enableDifferentDuration : true; // enable different duration for the random leaves
|
const enableDiffrentDuration = config.EnableDifferentDuration !== undefined ? config.EnableDifferentDuration : true; // enable different duration for the random leaves
|
||||||
const enableRotation = config.enableRotation !== undefined ? config.enableRotation : false; // enable/disable leaf rotation
|
const enableRotation = config.EnableRotation !== undefined ? config.EnableRotation : false; // enable/disable leaf rotation
|
||||||
const leafCount = config.leafCount || 25; // count of random extra leaves
|
const leafCount = config.LeafCount || 25; // count of random extra leaves
|
||||||
|
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
@@ -48,23 +48,23 @@ observer.observe(document.body, {
|
|||||||
|
|
||||||
|
|
||||||
const images = [
|
const images = [
|
||||||
"Seasonals/Resources/autumn_images/acorn1.png",
|
"/Seasonals/Resources/autumn_images/acorn1.png",
|
||||||
"Seasonals/Resources/autumn_images/acorn2.png",
|
"/Seasonals/Resources/autumn_images/acorn2.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf1.png",
|
"/Seasonals/Resources/autumn_images/leaf1.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf2.png",
|
"/Seasonals/Resources/autumn_images/leaf2.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf3.png",
|
"/Seasonals/Resources/autumn_images/leaf3.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf4.png",
|
"/Seasonals/Resources/autumn_images/leaf4.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf5.png",
|
"/Seasonals/Resources/autumn_images/leaf5.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf6.png",
|
"/Seasonals/Resources/autumn_images/leaf6.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf7.png",
|
"/Seasonals/Resources/autumn_images/leaf7.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf8.png",
|
"/Seasonals/Resources/autumn_images/leaf8.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf9.png",
|
"/Seasonals/Resources/autumn_images/leaf9.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf10.png",
|
"/Seasonals/Resources/autumn_images/leaf10.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf11.png",
|
"/Seasonals/Resources/autumn_images/leaf11.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf12.png",
|
"/Seasonals/Resources/autumn_images/leaf12.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf13.png",
|
"/Seasonals/Resources/autumn_images/leaf13.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf14.png",
|
"/Seasonals/Resources/autumn_images/leaf14.png",
|
||||||
"Seasonals/Resources/autumn_images/leaf15.png",
|
"/Seasonals/Resources/autumn_images/leaf15.png",
|
||||||
];
|
];
|
||||||
|
|
||||||
function addRandomLeaves(count) {
|
function addRandomLeaves(count) {
|
||||||
|
|||||||
@@ -1,12 +1,18 @@
|
|||||||
.christmas-container {
|
.christmas-container {
|
||||||
display: block;
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.christmas {
|
.christmas {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 15;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.christmas || {};
|
const config = window.SeasonalsPluginConfig?.Christmas || {};
|
||||||
|
|
||||||
const christmas = config.enableChristmas !== undefined ? config.enableChristmas : true; // enable/disable christmas
|
const christmas = config.EnableChristmas !== undefined ? config.EnableChristmas : true; // enable/disable christmas
|
||||||
const randomChristmas = config.enableRandomChristmas !== undefined ? config.enableRandomChristmas : true; // enable random Christmas
|
const randomChristmas = config.EnableRandomChristmas !== undefined ? config.EnableRandomChristmas : true; // enable random Christmas
|
||||||
const randomChristmasMobile = config.enableRandomChristmasMobile !== undefined ? config.enableRandomChristmasMobile : false; // enable random Christmas on mobile devices (Warning: High values may affect performance)
|
const randomChristmasMobile = config.EnableRandomChristmasMobile !== undefined ? config.EnableRandomChristmasMobile : false; // enable random Christmas on mobile devices (Warning: High values may affect performance)
|
||||||
const enableDiffrentDuration = config.enableDifferentDuration !== undefined ? config.enableDifferentDuration : true; // enable different duration for the random Christmas symbols
|
const enableDiffrentDuration = config.EnableDifferentDuration !== undefined ? config.EnableDifferentDuration : true; // enable different duration for the random Christmas symbols
|
||||||
const christmasCount = config.symbolCount || 25; // count of random extra christmas
|
const christmasCount = config.SymbolCount || 25; // count of random extra christmas
|
||||||
|
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
|
|||||||
@@ -1,12 +1,18 @@
|
|||||||
.easter-container {
|
.easter-container {
|
||||||
display: block;
|
display: block;
|
||||||
pointer-events: none;
|
position: fixed;
|
||||||
z-index: 10;
|
overflow: hidden;
|
||||||
overflow: hidden;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hopping-rabbit {
|
.hopping-rabbit {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 15;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -23,6 +29,7 @@
|
|||||||
|
|
||||||
.easter {
|
.easter {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 15;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -40,6 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.easter img {
|
.easter img {
|
||||||
|
z-index: 15;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.easter || {};
|
const config = window.SeasonalsPluginConfig?.Easter || {};
|
||||||
|
|
||||||
const easter = config.enableEaster !== undefined ? config.enableEaster : true; // enable/disable easter
|
const easter = config.EnableEaster !== undefined ? config.EnableEaster : true; // enable/disable easter
|
||||||
const randomEaster = config.enableRandomEaster !== undefined ? config.enableRandomEaster : true; // enable random easter
|
const randomEaster = config.EnableRandomEaster !== undefined ? config.EnableRandomEaster : true; // enable random easter
|
||||||
const randomEasterMobile = config.enableRandomEasterMobile !== undefined ? config.enableRandomEasterMobile : false; // enable random easter on mobile devices (Warning: High values may affect performance)
|
const randomEasterMobile = config.EnableRandomEasterMobile !== undefined ? config.EnableRandomEasterMobile : false; // enable random easter on mobile devices (Warning: High values may affect performance)
|
||||||
const enableDiffrentDuration = config.enableDifferentDuration !== undefined ? config.enableDifferentDuration : true; // enable different duration for the random easter
|
const enableDiffrentDuration = config.EnableDifferentDuration !== undefined ? config.EnableDifferentDuration : true; // enable different duration for the random easter
|
||||||
const easterEggCount = config.eggCount || 20; // count of random extra easter
|
const easterEggCount = config.EggCount || 20; // count of random extra easter
|
||||||
|
|
||||||
const bunny = config.enableBunny !== undefined ? config.enableBunny : true; // enable/disable hopping bunny
|
const bunny = config.EnableBunny !== undefined ? config.EnableBunny : true; // enable/disable hopping bunny
|
||||||
const bunnyDuration = config.bunnyDuration || 12000; // duration of the bunny animation in ms
|
const bunnyDuration = config.BunnyDuration || 12000; // duration of the bunny animation in ms
|
||||||
const hopHeight = config.hopHeight || 12; // height of the bunny hops in px
|
const hopHeight = config.HopHeight || 12; // height of the bunny hops in px
|
||||||
const minBunnyRestTime = config.minBunnyRestTime || 2000; // minimum time the bunny rests in ms
|
const minBunnyRestTime = config.MinBunnyRestTime || 2000; // minimum time the bunny rests in ms
|
||||||
const maxBunnyRestTime = config.maxBunnyRestTime || 5000; // maximum time the bunny rests in ms
|
const maxBunnyRestTime = config.MaxBunnyRestTime || 5000; // maximum time the bunny rests in ms
|
||||||
|
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
@@ -61,20 +61,20 @@ observer.observe(document.body, {
|
|||||||
|
|
||||||
|
|
||||||
const images = [
|
const images = [
|
||||||
"Seasonals/Resources/easter_images/egg_1.png",
|
"/Seasonals/Resources/easter_images/egg_1.png",
|
||||||
"Seasonals/Resources/easter_images/egg_2.png",
|
"/Seasonals/Resources/easter_images/egg_2.png",
|
||||||
"Seasonals/Resources/easter_images/egg_3.png",
|
"/Seasonals/Resources/easter_images/egg_3.png",
|
||||||
"Seasonals/Resources/easter_images/egg_4.png",
|
"/Seasonals/Resources/easter_images/egg_4.png",
|
||||||
"Seasonals/Resources/easter_images/egg_5.png",
|
"/Seasonals/Resources/easter_images/egg_5.png",
|
||||||
"Seasonals/Resources/easter_images/egg_6.png",
|
"/Seasonals/Resources/easter_images/egg_6.png",
|
||||||
"Seasonals/Resources/easter_images/egg_7.png",
|
"/Seasonals/Resources/easter_images/egg_7.png",
|
||||||
"Seasonals/Resources/easter_images/egg_8.png",
|
"/Seasonals/Resources/easter_images/egg_8.png",
|
||||||
"Seasonals/Resources/easter_images/egg_9.png",
|
"/Seasonals/Resources/easter_images/egg_9.png",
|
||||||
"Seasonals/Resources/easter_images/egg_10.png",
|
"/Seasonals/Resources/easter_images/egg_10.png",
|
||||||
"Seasonals/Resources/easter_images/egg_11.png",
|
"/Seasonals/Resources/easter_images/egg_11.png",
|
||||||
"Seasonals/Resources/easter_images/egg_12.png",
|
"/Seasonals/Resources/easter_images/egg_12.png",
|
||||||
];
|
];
|
||||||
const rabbit = "Seasonals/Resources/easter_images/easter-bunny.png";
|
const rabbit = "/Seasonals/Resources/easter_images/easter-bunny.png";
|
||||||
|
|
||||||
function addRandomEaster(count) {
|
function addRandomEaster(count) {
|
||||||
const easterContainer = document.querySelector('.easter-container'); // get the leave container
|
const easterContainer = document.querySelector('.easter-container'); // get the leave container
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: translateY(calc(var(--trailEndY) - var(--trailStartY)));
|
transform: translateY(calc(var(--trailEndY) - var(--trailStartY)));
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@@ -46,6 +47,7 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translate(0, 0);
|
transform: translate(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translate(var(--x), var(--y));
|
transform: translate(var(--x), var(--y));
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.fireworks || {};
|
const config = window.SeasonalsPluginConfig?.Fireworks || {};
|
||||||
|
|
||||||
const fireworks = config.enableFireworks !== undefined ? config.enableFireworks : true; // enable/disable fireworks
|
const fireworks = config.EnableFireworks !== undefined ? config.EnableFireworks : true; // enable/disable fireworks
|
||||||
const scrollFireworks = config.scrollFireworks !== undefined ? config.scrollFireworks : true; // enable fireworks to scroll with page content
|
const scrollFireworks = config.ScrollFireworks !== undefined ? config.ScrollFireworks : true; // enable fireworks to scroll with page content
|
||||||
const particlesPerFirework = config.particleCount || 50; // count of particles per firework (Warning: High values may affect performance)
|
const particlesPerFirework = config.ParticleCount || 50; // count of particles per firework (Warning: High values may affect performance)
|
||||||
const minFireworks = config.minFireworks || 3; // minimum number of simultaneous fireworks
|
const minFireworks = config.MinFireworks || 3; // minimum number of simultaneous fireworks
|
||||||
const maxFireworks = config.maxFireworks || 6; // maximum number of simultaneous fireworks
|
const maxFireworks = config.MaxFireworks || 6; // maximum number of simultaneous fireworks
|
||||||
const intervalOfFireworks = config.launchInterval || 3200; // interval for the fireworks in milliseconds
|
const intervalOfFireworks = config.LaunchInterval || 3200; // interval for the fireworks in milliseconds
|
||||||
|
|
||||||
// array of color palettes for the fireworks
|
// array of color palettes for the fireworks
|
||||||
const colorPalettes = [
|
const colorPalettes = [
|
||||||
|
|||||||
@@ -1,14 +1,19 @@
|
|||||||
.halloween-container {
|
.halloween-container {
|
||||||
display: block;
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.halloween {
|
.halloween {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: -10%;
|
bottom: -10%;
|
||||||
z-index: 0;
|
z-index: 15;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.halloween || {};
|
const config = window.SeasonalsPluginConfig?.Halloween || {};
|
||||||
|
|
||||||
const halloween = config.enableHalloween !== undefined ? config.enableHalloween : true; // enable/disable halloween
|
const halloween = config.EnableHalloween !== undefined ? config.EnableHalloween : true; // enable/disable halloween
|
||||||
const randomSymbols = config.enableRandomSymbols !== undefined ? config.enableRandomSymbols : true; // enable more random symbols
|
const randomSymbols = config.EnableRandomSymbols !== undefined ? config.EnableRandomSymbols : true; // enable more random symbols
|
||||||
const randomSymbolsMobile = config.enableRandomSymbolsMobile !== undefined ? config.enableRandomSymbolsMobile : false; // enable random symbols on mobile devices (Warning: High values may affect performance)
|
const randomSymbolsMobile = config.EnableRandomSymbolsMobile !== undefined ? config.EnableRandomSymbolsMobile : false; // enable random symbols on mobile devices (Warning: High values may affect performance)
|
||||||
const enableDiffrentDuration = config.enableDifferentDuration !== undefined ? config.enableDifferentDuration : true; // enable different duration for the random halloween symbols
|
const enableDiffrentDuration = config.EnableDifferentDuration !== undefined ? config.EnableDifferentDuration : true; // enable different duration for the random halloween symbols
|
||||||
const halloweenCount = config.symbolCount || 25; // count of random extra symbols
|
const halloweenCount = config.SymbolCount || 25; // count of random extra symbols
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
|
|
||||||
@@ -46,9 +46,9 @@ observer.observe(document.body, {
|
|||||||
|
|
||||||
|
|
||||||
const images = [
|
const images = [
|
||||||
"Seasonals/Resources/halloween_images/ghost_20x20.png",
|
"/Seasonals/Resources/halloween_images/ghost_20x20.png",
|
||||||
"Seasonals/Resources/halloween_images/bat_20x20.png",
|
"/Seasonals/Resources/halloween_images/bat_20x20.png",
|
||||||
"Seasonals/Resources/halloween_images/pumpkin_20x20.png",
|
"/Seasonals/Resources/halloween_images/pumpkin_20x20.png",
|
||||||
];
|
];
|
||||||
|
|
||||||
function addRandomSymbols(count) {
|
function addRandomSymbols(count) {
|
||||||
|
|||||||
@@ -1,14 +1,19 @@
|
|||||||
.hearts-container {
|
.hearts-container {
|
||||||
display: block;
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.heart {
|
.heart {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: -10%;
|
bottom: -10%;
|
||||||
z-index: 0;
|
z-index: 15;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.hearts || {};
|
const config = window.SeasonalsPluginConfig?.Hearts || {};
|
||||||
|
|
||||||
const hearts = config.enableHearts !== undefined ? config.enableHearts : true; // enable/disable hearts
|
const hearts = config.EnableHearts !== undefined ? config.EnableHearts : true; // enable/disable hearts
|
||||||
const randomSymbols = config.enableRandomSymbols !== undefined ? config.enableRandomSymbols : true; // enable more random symbols
|
const randomSymbols = config.EnableRandomSymbols !== undefined ? config.EnableRandomSymbols : true; // enable more random symbols
|
||||||
const randomSymbolsMobile = config.enableRandomSymbolsMobile !== undefined ? config.enableRandomSymbolsMobile : false; // enable random symbols on mobile devices (Warning: High values may affect performance)
|
const randomSymbolsMobile = config.EnableRandomSymbolsMobile !== undefined ? config.EnableRandomSymbolsMobile : false; // enable random symbols on mobile devices (Warning: High values may affect performance)
|
||||||
const enableDiffrentDuration = config.enableDifferentDuration !== undefined ? config.enableDifferentDuration : true; // enable different animation duration for random symbols
|
const enableDiffrentDuration = config.EnableDifferentDuration !== undefined ? config.EnableDifferentDuration : true; // enable different animation duration for random symbols
|
||||||
const heartsCount = config.symbolCount || 25; // count of random extra symbols
|
const heartsCount = config.SymbolCount || 25; // count of random extra symbols
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
.santa-container {
|
.santa-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -19,6 +21,7 @@
|
|||||||
|
|
||||||
.santa {
|
.santa {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 12;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.santa || {};
|
const config = window.SeasonalsPluginConfig?.Santa || {};
|
||||||
|
|
||||||
const santaIsFlying = config.enableSanta !== undefined ? config.enableSanta : true; // enable/disable santa
|
const santaIsFlying = config.EnableSanta !== undefined ? config.EnableSanta : true; // enable/disable santa
|
||||||
let snowflakesCount = config.snowflakesCount || 500; // count of snowflakes (recommended values: 300-600)
|
let snowflakesCount = config.SnowflakesCount || 500; // count of snowflakes (recommended values: 300-600)
|
||||||
const snowflakesCountMobile = config.snowflakesCountMobile || 250; // count of snowflakes on mobile devices (Warning: High values may affect performance)
|
const snowflakesCountMobile = config.SnowflakesCountMobile || 250; // count of snowflakes on mobile devices (Warning: High values may affect performance)
|
||||||
const snowFallSpeed = config.snowFallSpeed || 3; // speed of snowfall (recommended values: 0-5)
|
const snowFallSpeed = config.SnowFallSpeed || 3; // speed of snowfall (recommended values: 0-5)
|
||||||
const santaSpeed = config.santaSpeed || 10; // speed of santa in seconds (recommended values: 5-15)
|
const santaSpeed = config.SantaSpeed || 10; // speed of santa in seconds (recommended values: 5-15)
|
||||||
const santaSpeedMobile = config.santaSpeedMobile || 8; // speed of santa on mobile devices in seconds
|
const santaSpeedMobile = config.SantaSpeedMobile || 8; // speed of santa on mobile devices in seconds
|
||||||
const maxSantaRestTime = config.maxSantaRestTime || 8; // maximum time santa rests in seconds
|
const maxSantaRestTime = config.MaxSantaRestTime || 8; // maximum time santa rests in seconds
|
||||||
const minSantaRestTime = config.minSantaRestTime || 3; // minimum time santa rests in seconds
|
const minSantaRestTime = config.MinSantaRestTime || 3; // minimum time santa rests in seconds
|
||||||
const maxPresentFallSpeed = config.maxPresentFallSpeed || 5; // maximum speed of falling presents in seconds
|
const maxPresentFallSpeed = config.MaxPresentFallSpeed || 5; // maximum speed of falling presents in seconds
|
||||||
const minPresentFallSpeed = config.minPresentFallSpeed || 2; // minimum speed of falling presents in seconds
|
const minPresentFallSpeed = config.MinPresentFallSpeed || 2; // minimum speed of falling presents in seconds
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
let isMobile = false; // flag to detect mobile devices
|
let isMobile = false; // flag to detect mobile devices
|
||||||
@@ -154,18 +154,18 @@ function updateSnowflakes() {
|
|||||||
|
|
||||||
// credits: flaticon.com
|
// credits: flaticon.com
|
||||||
const presentImages = [
|
const presentImages = [
|
||||||
'Seasonals/Resources/santa_images/gift1.png',
|
'/Seasonals/Resources/santa_images/gift1.png',
|
||||||
'Seasonals/Resources/santa_images/gift2.png',
|
'/Seasonals/Resources/santa_images/gift2.png',
|
||||||
'Seasonals/Resources/santa_images/gift3.png',
|
'/Seasonals/Resources/santa_images/gift3.png',
|
||||||
'Seasonals/Resources/santa_images/gift4.png',
|
'/Seasonals/Resources/santa_images/gift4.png',
|
||||||
'Seasonals/Resources/santa_images/gift5.png',
|
'/Seasonals/Resources/santa_images/gift5.png',
|
||||||
'Seasonals/Resources/santa_images/gift6.png',
|
'/Seasonals/Resources/santa_images/gift6.png',
|
||||||
'Seasonals/Resources/santa_images/gift7.png',
|
'/Seasonals/Resources/santa_images/gift7.png',
|
||||||
'Seasonals/Resources/santa_images/gift8.png',
|
'/Seasonals/Resources/santa_images/gift8.png',
|
||||||
];
|
];
|
||||||
|
|
||||||
// credits: https://www.animatedimages.org/img-animated-santa-claus-image-0420-85884.htm
|
// credits: https://www.animatedimages.org/img-animated-santa-claus-image-0420-85884.htm
|
||||||
const santaImage = 'Seasonals/Resources/santa_images/santa.gif';
|
const santaImage = '/Seasonals/Resources/santa_images/santa.gif';
|
||||||
|
|
||||||
|
|
||||||
function createSantaElement() {
|
function createSantaElement() {
|
||||||
|
|||||||
@@ -121,6 +121,7 @@ function loadThemeJS(jsPath) {
|
|||||||
|
|
||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
script.src = jsPath;
|
script.src = jsPath;
|
||||||
|
script.defer = true;
|
||||||
|
|
||||||
script.onerror = () => {
|
script.onerror = () => {
|
||||||
console.error(`Failed to load JS: ${jsPath}`);
|
console.error(`Failed to load JS: ${jsPath}`);
|
||||||
@@ -159,8 +160,8 @@ async function initializeTheme() {
|
|||||||
const response = await fetch('/Seasonals/Config');
|
const response = await fetch('/Seasonals/Config');
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
const config = await response.json();
|
const config = await response.json();
|
||||||
automateThemeSelection = config.automateSeasonSelection;
|
automateThemeSelection = config.AutomateSeasonSelection;
|
||||||
defaultTheme = config.selectedSeason;
|
defaultTheme = config.SelectedSeason;
|
||||||
window.SeasonalsPluginConfig = config;
|
window.SeasonalsPluginConfig = config;
|
||||||
console.log('Seasonals Config loaded:', config);
|
console.log('Seasonals Config loaded:', config);
|
||||||
} else {
|
} else {
|
||||||
@@ -201,9 +202,5 @@ async function initializeTheme() {
|
|||||||
removeSelf();
|
removeSelf();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure DOM is ready before initializing
|
|
||||||
if (document.readyState === 'loading') {
|
initializeTheme();
|
||||||
document.addEventListener('DOMContentLoaded', initializeTheme);
|
|
||||||
} else {
|
|
||||||
initializeTheme();
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.snowfall || {};
|
const config = window.SeasonalsPluginConfig?.Snowfall || {};
|
||||||
|
|
||||||
const snowfall = config.enableSnowfall !== undefined ? config.enableSnowfall : true; // enable/disable snowfall
|
const snowfall = config.EnableSnowfall !== undefined ? config.EnableSnowfall : true; // enable/disable snowfall
|
||||||
let snowflakesCount = config.snowflakesCount || 500; // count of snowflakes (recommended values: 300-600)
|
let snowflakesCount = config.SnowflakesCount || 500; // count of snowflakes (recommended values: 300-600)
|
||||||
const snowflakesCountMobile = config.snowflakesCountMobile || 250; // count of snowflakes on mobile devices (Warning: High values may affect performance)
|
const snowflakesCountMobile = config.SnowflakesCountMobile || 250; // count of snowflakes on mobile devices (Warning: High values may affect performance)
|
||||||
const snowFallSpeed = config.speed || 3; // speed of snowfall (recommended values: 0-5)
|
const snowFallSpeed = config.Speed || 3; // speed of snowfall (recommended values: 0-5)
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,18 @@
|
|||||||
.snowflakes {
|
.snowflakes {
|
||||||
display: block;
|
display: block;
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.snowflake {
|
.snowflake {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 15;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.snowflakes || {};
|
const config = window.SeasonalsPluginConfig?.Snowflakes || {};
|
||||||
|
|
||||||
const snowflakes = config.enableSnowflakes !== undefined ? config.enableSnowflakes : true; // enable/disable snowflakes
|
const snowflakes = config.EnableSnowflakes !== undefined ? config.EnableSnowflakes : true; // enable/disable snowflakes
|
||||||
const randomSnowflakes = config.enableRandomSnowflakes !== undefined ? config.enableRandomSnowflakes : true; // enable random Snowflakes
|
const randomSnowflakes = config.EnableRandomSnowflakes !== undefined ? config.EnableRandomSnowflakes : true; // enable random Snowflakes
|
||||||
const randomSnowflakesMobile = config.enableRandomSnowflakesMobile !== undefined ? config.enableRandomSnowflakesMobile : false; // enable random Snowflakes on mobile devices (Warning: High values may affect performance)
|
const randomSnowflakesMobile = config.EnableRandomSnowflakesMobile !== undefined ? config.EnableRandomSnowflakesMobile : false; // enable random Snowflakes on mobile devices
|
||||||
const enableColoredSnowflakes = config.enableColoredSnowflakes !== undefined ? config.enableColoredSnowflakes : true; // enable colored snowflakes on mobile devices
|
const enableColoredSnowflakes = config.EnableColoredSnowflakes !== undefined ? config.EnableColoredSnowflakes : true; // enable colored snowflakes
|
||||||
const enableDiffrentDuration = config.enableDifferentDuration !== undefined ? config.enableDifferentDuration : true; // enable different animation duration for random symbols
|
const enableDiffrentDuration = config.EnableDifferentDuration !== undefined ? config.EnableDifferentDuration : true; // enable different animation duration
|
||||||
const snowflakeCount = config.snowflakeCount || 25; // count of random extra snowflakes
|
const snowflakeCount = config.SnowflakeCount || 25; // count of random extra snowflakes
|
||||||
|
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
|
|||||||
@@ -1,8 +1,20 @@
|
|||||||
.snowflake {
|
.snowstorm-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
width: 100%;
|
||||||
border-radius: 50%;
|
height: 100vh;
|
||||||
|
background: transparent;
|
||||||
|
overflow: hidden;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.7;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
#snowfallCanvas {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
const config = window.SeasonalsPluginConfig?.snowstorm || {};
|
const config = window.SeasonalsPluginConfig?.Snowstorm || {};
|
||||||
|
|
||||||
const snowstorm = config.enableSnowstorm !== undefined ? config.enableSnowstorm : true; // enable/disable snowstorm
|
const snowstorm = config.enableSnowstorm !== undefined ? config.EnableSnowstorm : true; // enable/disable snowstorm
|
||||||
let snowflakesCount = config.snowflakesCount || 500; // count of snowflakes (recommended values: 300-600)
|
let snowflakesCount = config.SnowflakesCount || 500; // count of snowflakes (recommended values: 300-600)
|
||||||
const snowflakesCountMobile = config.snowflakesCountMobile || 250; // count of snowflakes on mobile devices (Warning: High values may affect performance)
|
const snowflakesCountMobile = config.SnowflakesCountMobile || 250; // count of snowflakes on mobile devices (Warning: High values may affect performance)
|
||||||
const snowFallSpeed = config.speed || 6; // speed of snowfall (recommended values: 4-8)
|
const snowFallSpeed = config.Speed || 6; // speed of snowfall (recommended values: 4-8)
|
||||||
const horizontalWind = config.horizontalWind || 4; // horizontal wind speed (recommended value: 4)
|
const horizontalWind = config.HorizontalWind || 4; // horizontal wind speed (recommended value: 4)
|
||||||
const verticalVariation = config.verticalVariation || 2; // vertical variation (recommended value: 2)
|
const verticalVariation = config.VerticalVariation || 2; // vertical variation (recommended value: 2)
|
||||||
|
|
||||||
let msgPrinted = false; // flag to prevent multiple console messages
|
let msgPrinted = false; // flag to prevent multiple console messages
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ function initializeCanvas() {
|
|||||||
|
|
||||||
const container = document.querySelector('.snowstorm-container');
|
const container = document.querySelector('.snowstorm-container');
|
||||||
if (!container) {
|
if (!container) {
|
||||||
console.error('Error: No element with class "snowfall-container" found.');
|
console.error('Error: No element with class "snowstorm-container" found.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -14,6 +14,7 @@ This plugin is based on my manual mod (see the [legacy branch](https://github.co
|
|||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
|
- [Client Compatibility](#client-compatibility)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Automatic Theme Selection](#automatic-theme-selection)
|
- [Automatic Theme Selection](#automatic-theme-selection)
|
||||||
- [Theme Settings](#theme-settings)
|
- [Theme Settings](#theme-settings)
|
||||||
@@ -87,6 +88,21 @@ To install this plugin, you will first need to add the repository in Jellyfin.
|
|||||||
9. **Restart your Jellyfin server.**
|
9. **Restart your Jellyfin server.**
|
||||||
10. **You may need to refresh your browser page** (F5 or Ctrl+R) to see the changes.
|
10. **You may need to refresh your browser page** (F5 or Ctrl+R) to see the changes.
|
||||||
|
|
||||||
|
## Client Compatibility
|
||||||
|
|
||||||
|
Since this plugin relies on modifying the web interface (CSS/JS injection), it only works on clients that use the web wrapper. Native clients that use their own UI rendering engine are not supported.
|
||||||
|
|
||||||
|
| Client Platform | Status | Notes |
|
||||||
|
| :--- | :---: | :--- |
|
||||||
|
| **Web Browsers** (Firefox, Chrome etc.) | ✅ | Direct JS injection |
|
||||||
|
| **Jellyfin Media Player** (Windows/Linux/macOS) | ✅ | Uses jellyfin web |
|
||||||
|
| **Android App** | ✅ | Uses a web wrapper |
|
||||||
|
| **iOS App** | ✅ | Uses a web wrapper |
|
||||||
|
| **Android TV / Fire TV** | ❌ | **Not supported.** Uses a native Java/Kotlin UI. |
|
||||||
|
| **Roku** | ❌ | **Not supported.** Uses a native UI. |
|
||||||
|
| **Swiftfin** (iOS/tvOS) | ❌ | **Not supported.** Uses a native Swift UI. |
|
||||||
|
| **Kodi** (via Jellyfin Addon) | ❌ | **Not supported.** Uses Kodi's native skinning engine. |
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
After installation and restart:
|
After installation and restart:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compilationOptions": {},
|
"compilationOptions": {},
|
||||||
"targets": {
|
"targets": {
|
||||||
".NETCoreApp,Version=v9.0": {
|
".NETCoreApp,Version=v9.0": {
|
||||||
"Jellyfin.Plugin.Seasonals/1.2.0.0": {
|
"Jellyfin.Plugin.Seasonals/1.3.3.0": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Jellyfin.Controller": "10.11.0",
|
"Jellyfin.Controller": "10.11.0",
|
||||||
"Jellyfin.Model": "10.11.0",
|
"Jellyfin.Model": "10.11.0",
|
||||||
@@ -372,7 +372,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
"Jellyfin.Plugin.Seasonals/1.2.0.0": {
|
"Jellyfin.Plugin.Seasonals/1.3.3.0": {
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"serviceable": false,
|
"serviceable": false,
|
||||||
"sha512": ""
|
"sha512": ""
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: "Seasonals"
|
name: "Seasonals"
|
||||||
guid: "ef1e863f-cbb0-4e47-9f23-f0cbb1826ad4"
|
guid: "ef1e863f-cbb0-4e47-9f23-f0cbb1826ad4"
|
||||||
version: "1.2.0.0"
|
version: "1.3.3.0"
|
||||||
targetAbi: "10.11.0.0"
|
targetAbi: "10.11.0.0"
|
||||||
framework: "net9.0"
|
framework: "net9.0"
|
||||||
overview: "Seasonal effects for Jellyfin"
|
overview: "Seasonal effects for Jellyfin"
|
||||||
|
|||||||
@@ -8,13 +8,29 @@
|
|||||||
"category": "General",
|
"category": "General",
|
||||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
|
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"version": "1.3.4.0",
|
||||||
|
"changelog": "- some fixes for js loading\n- adapted config page descriptions",
|
||||||
|
"targetAbi": "10.11.0.0",
|
||||||
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.4.0/Jellyfin.Plugin.Seasonals.zip",
|
||||||
|
"checksum": "4985ef202d93fa3287673daf4ab70360",
|
||||||
|
"timestamp": "2025-12-24T01:41:26Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.3.3.0",
|
||||||
|
"changelog": "- fixed: load config",
|
||||||
|
"targetAbi": "10.11.0.0",
|
||||||
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.3.0/Jellyfin.Plugin.Seasonals.zip",
|
||||||
|
"checksum": "9908c9357b2d8850e6349ce134bad2bd",
|
||||||
|
"timestamp": "2025-12-18T00:11:39Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.3.0.0",
|
"version": "1.3.0.0",
|
||||||
"changelog": "Advanced settings added: Users can now customize the intensity and speed of seasonal effects through the settings panel.",
|
"changelog": "- fixed: image paths to ensure proper loading of resources.\n- fix: z-index issue to ensure seasonal effects appear above other UI elements.",
|
||||||
"targetAbi": "10.11.0.0",
|
"targetAbi": "10.11.0.0",
|
||||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.0.0/Jellyfin.Plugin.Seasonals.zip",
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.0.0/Jellyfin.Plugin.Seasonals.zip",
|
||||||
"checksum": "3c469c92a5c10a08a4d1cb8e6f387df3",
|
"checksum": "362fd94ab11f03e345a911a95d2d763b",
|
||||||
"timestamp": "2025-12-17T21:23:20Z"
|
"timestamp": "2025-12-17T21:46:53Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.2.0.0",
|
"version": "1.2.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user