Compare commits
3 Commits
816f58cf02
...
v1.7.1.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdadc00a0c | ||
|
|
2ab88fd5ac | ||
|
|
9a41c0a2ce |
@@ -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.7.1.3</Version>
|
<Version>1.7.1.4</Version>
|
||||||
<RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl>
|
<RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ function spawnSunbeamGroup(container, count) {
|
|||||||
beam.style.left = `${left}%`;
|
beam.style.left = `${left}%`;
|
||||||
|
|
||||||
// MARK: SUNBEAM WIDTH (in px)
|
// MARK: SUNBEAM WIDTH (in px)
|
||||||
const width = Math.random() * 5 + 15; // 5-20px wide
|
const width = Math.random() * 12 + 8; // 8-20px wide
|
||||||
beam.style.width = `${width}px`;
|
beam.style.width = `${width}px`;
|
||||||
|
|
||||||
beam.style.setProperty('--beam-rotation', `${rotate}deg`);
|
beam.style.setProperty('--beam-rotation', `${rotate}deg`);
|
||||||
@@ -285,7 +285,7 @@ function createButterfly(container) {
|
|||||||
butterfly.style.animationDelay = `-${Math.random() * 3}s`;
|
butterfly.style.animationDelay = `-${Math.random() * 3}s`;
|
||||||
|
|
||||||
// MARK: BUTTERFLY HEIGHT (in %)
|
// MARK: BUTTERFLY HEIGHT (in %)
|
||||||
const top = Math.random() * 35 + 50; // 50-85%
|
const top = Math.random() * 35 + 30; // 30-65%
|
||||||
wrapper.style.top = `${top}%`;
|
wrapper.style.top = `${top}%`;
|
||||||
|
|
||||||
mirror.appendChild(butterfly);
|
mirror.appendChild(butterfly);
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
"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.7.1.3",
|
"version": "1.7.1.4",
|
||||||
"changelog": "- feat: add summer, spring and carnival themes",
|
"changelog": "- feat: add summer, spring and carnival themes",
|
||||||
"targetAbi": "10.11.0.0",
|
"targetAbi": "10.11.0.0",
|
||||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.1.3/Jellyfin.Plugin.Seasonals.zip",
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.1.4/Jellyfin.Plugin.Seasonals.zip",
|
||||||
"checksum": "5dcad8f2341533765b15d89a9a2e94c2",
|
"checksum": "549d2d3d6451c828a5e1284a74d53ab2",
|
||||||
"timestamp": "2026-02-21T13:50:19Z"
|
"timestamp": "2026-02-21T14:24:25Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.7.0.15",
|
"version": "1.7.0.15",
|
||||||
|
|||||||
Reference in New Issue
Block a user