From 3dffd847de7209df085205afd6a448f0a39682b6 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sat, 28 Feb 2026 14:08:22 +0100 Subject: [PATCH] Refactor Earth Day configuration to replace VineCount with FlowersCount and update related descriptions [skip ci] --- .../Configuration/configPage.html | 175 ++++++++---------- 1 file changed, 73 insertions(+), 102 deletions(-) diff --git a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html index 812a88f..f8156df 100644 --- a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html +++ b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html @@ -136,12 +136,10 @@
Enable the autumn theme effects in general (e.g. for automation).
- -
-
Number of additional leaves displayed (if enabled)
+
Number of leaves displayed
@@ -174,12 +172,10 @@
Enable the snowflakes theme in general (e.g. for automation).
- -
-
Number of additional snowflakes displayed (if enabled).
+
Number of snowflakes displayed.
@@ -315,12 +311,10 @@
Enable the Halloween theme in general (e.g. for automation).
- -
-
Number of additional Halloween symbols (pumpkins, ghosts, etc.) on screen (if enabled).
+
Number of Halloween symbols (pumpkins, ghosts, etc.) on screen.
@@ -404,12 +398,10 @@
Enable the Hearts theme in general (e.g. for automation).
- -
-
Number of additional floating hearts.
+
Number of hearts displayed.
@@ -435,12 +427,10 @@
Enable the Christmas theme in general (e.g. for automation).
- -
-
Number of additional Christmas symbols.
+
Number of Christmas symbols.
@@ -523,14 +513,11 @@
Enable the Easter theme in general (e.g. for automation).
- -
-
Number of additional Easter eggs (if enabled).
+
Number of Easter eggs in the lawn.
-
Enable the Resurrection theme in general (e.g. for automation).
- -
-
Number of additional symbols (if enabled).
+
Number of resurrection symbols.
@@ -591,17 +576,10 @@
Enables the Spring theme (grass, pollen).
- -
-
Number of pollen particles (if enabled).
-
-
- - -
Number of sunbeams (if enabled).
+
Number of pollen particles.
Display sunbeams at the top of the screen.
+
+
+ + +
Number of sunbeams.
@@ -631,9 +614,9 @@
Number of ladybugs walking along the bottom.
- + -
Amount of mixed symbols on mobile. Warning: High values may affect performance.
+
Devisor of the symbols count for mobile devices.
@@ -648,22 +631,20 @@
Enable the Summer theme in general (e.g. for automation).
- -
-
Number of bubbles (if enabled).
+
Number of bubbles.
-
Number of dust particles (if enabled).
+
Number of dust particles.
- + -
Amount of mixed symbols on mobile. Warning: High values may affect performance.
+
Devisor of the symbols count for mobile devices.
Enable the Carnival theme in general (e.g. for automation).
- -
-
Number of additional confetti pieces (if enabled).
+
Number of confetti pieces.
@@ -722,12 +701,10 @@
Enable the Cherry Blossom theme in general (e.g. for automation).
- -
-
Number of additional cherry blossoms (if enabled).
+
Number of cherry blossoms.
@@ -754,15 +731,13 @@
Enable the Earth Day theme in general (e.g. for automation).
- - -
Number of animated vines (if enabled).
+ + +
Number of flowers in the lawn.

- -
Sports
@@ -772,8 +747,6 @@
Enable the sports theme effects in general (e.g. for automation).
- -
@@ -796,16 +769,16 @@
-
Color of the grass/turf strip at the bottom.
+
Color of the grass/turf/floor strip at the bottom.
- +
Colors used for the confetti burst. Example: #000000,#FF0000,#FFCC00
-
Select which sports balls should be featured.
+
Select which sports balls should be displayed.
@@ -869,12 +842,10 @@
Enable the olympia theme effects in general (e.g. for automation).
- -
-
Number of additional symbols displayed (if enabled).
+
Number of symbols displayed.
@@ -899,37 +870,35 @@
Enable the space theme effects in general (e.g. for automation).
- -
-
Number of planets displayed (if enabled).
+
Number of planets displayed.
-
Number of astronauts displayed (if enabled).
+
Number of astronauts displayed.
-
Number of satellites displayed (if enabled).
+
Number of satellites displayed.
-
Number of ISS symbols displayed (if enabled).
+
Number of ISS displayed.
-
Number of rockets displayed (if enabled).
+
Number of rockets/Space Shuttles displayed.
- + -
Amount of combined symbols on mobile. Minimum 0. Warning: High values may affect performance.
+
Devisor of the symbols count for mobile devices.
Enable god rays from the top.
- - -
- - -
Amount of sea creatures shown on mobile. Minimum 0.
-
@@ -976,26 +938,37 @@
+
Number of swimming seahorses.
+
Number of swimming jellyfish.
+
Number of swimming turtles.
+
Number of crabs at the bottom.
+
Number of starfish at the bottom.
+
Number of shells at the bottom.
+
+
+ + +
Devisor of the symbols count for mobile devices.
Enable the birthday theme effects in general (e.g. for automation).
- - -
- + -
Number of additional symbols displayed (if enabled).
+
Number of balloons displayed.
- + -
Amount of symbols on mobile. Minimum 0. Warning: High values may affect performance.
+
Amount of balloons on mobile. Minimum 0. Warning: High values may affect performance.
-
Number of confetti pieces created when a balloon bursts.
+
Number of confetti pieces.
- -
-
Number of additional digital rain columns (if enabled).
+
Number of digital rain columns.
Characters to use for the rain effect (default is 0-9).
-
- -
Randomize the digital rain falling speed.
-
-
Displays the Matrix animation behind library tiles and content.
+
Displays the Matrix animation behind library tiles and content as "Background"

@@ -1220,6 +1179,7 @@ @@ -1231,6 +1191,7 @@ @@ -1242,6 +1203,7 @@ @@ -1253,12 +1215,14 @@
@@ -1270,6 +1234,7 @@ @@ -1281,20 +1246,24 @@
+
Total number of symbols in the Oktoberfest theme.
+
Total number of symbols on mobile devices. Warning: High values may affect performance.
@@ -1306,6 +1275,7 @@ @@ -1317,6 +1287,7 @@
@@ -1693,7 +1664,7 @@ // EarthDay document.querySelector('#EnableEarthDay').checked = config.EarthDay.EnableEarthDay; - document.querySelector('#EarthDayVineCount').value = config.EarthDay.VineCount; + document.querySelector('#EarthDayFlowersCount').value = config.EarthDay.FlowersCount; // Easter @@ -2072,7 +2043,7 @@ // Earth Day config.EarthDay.EnableEarthDay = document.querySelector('#EnableEarthDay').checked; - config.EarthDay.VineCount = parseInt(document.querySelector('#EarthDayVineCount').value); + config.EarthDay.FlowersCount = parseInt(document.querySelector('#EarthDayFlowersCount').value); // Eurovision config.Eurovision.EnableEurovision = document.querySelector('#EnableEurovision').checked; @@ -2195,7 +2166,7 @@ // Earth Day config.EarthDay.EnableEarthDay = document.querySelector('#EnableEarthDay').checked; - config.EarthDay.VineCount = parseInt(document.querySelector('#EarthDayVineCount').value); + config.EarthDay.FlowersCount = parseInt(document.querySelector('#EarthDayFlowersCount').value); // Eurovision (second pass - deduplicated) config.Eurovision.EnableEurovision = document.querySelector('#EnableEurovision').checked;