diff --git a/Jellyfin.Plugin.Seasonals/Configuration/PluginConfiguration.cs b/Jellyfin.Plugin.Seasonals/Configuration/PluginConfiguration.cs index 191d107..0c021ee 100644 --- a/Jellyfin.Plugin.Seasonals/Configuration/PluginConfiguration.cs +++ b/Jellyfin.Plugin.Seasonals/Configuration/PluginConfiguration.cs @@ -389,6 +389,7 @@ public class SportsOptions public bool EnableDifferentDuration { get; set; } = true; public string TurfColor { get; set; } = "#228b22"; public string SportsBalls { get; set; } = "football,basketball,tennis,volleyball"; + public bool EnableTrophy { get; set; } = false; } public class OlympiaOptions @@ -402,7 +403,11 @@ public class OlympiaOptions public class SpaceOptions { - public int SymbolCount { get; set; } = 25; + public int PlanetCount { get; set; } = 12; + public int AstronautCount { get; set; } = 5; + public int SatelliteCount { get; set; } = 2; + public int IssCount { get; set; } = 1; + public int RocketCount { get; set; } = 1; public bool EnableSpace { get; set; } = true; public bool EnableRandomSymbols { get; set; } = true; public bool EnableRandomSymbolsMobile { get; set; } = false; @@ -429,7 +434,8 @@ public class UnderwaterOptions public class BirthdayOptions { - public int SymbolCount { get; set; } = 25; + public int SymbolCount { get; set; } = 5; + public int ConfettiCount { get; set; } = 60; public bool EnableBirthday { get; set; } = true; public bool EnableRandomSymbols { get; set; } = true; public bool EnableRandomSymbolsMobile { get; set; } = false; diff --git a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html index 423da88..7a1031d 100644 --- a/Jellyfin.Plugin.Seasonals/Configuration/configPage.html +++ b/Jellyfin.Plugin.Seasonals/Configuration/configPage.html @@ -70,16 +70,13 @@ - - - - + @@ -88,6 +85,8 @@ + +
The season to display if automation is disabled or no "Auto Selection" rule matches the current date.
@@ -935,6 +934,13 @@ Enable Different Duration +
+ +
Enable the flying trophy animation.
+
@@ -1054,9 +1060,29 @@
- - -
Number of additional symbols displayed (if enabled).
+ + +
Number of planets displayed (if enabled).
+
+
+ + +
Number of astronauts displayed (if enabled).
+
+
+ + +
Number of satellites displayed (if enabled).
+
+
+ + +
Number of ISS symbols displayed (if enabled).
+
+
+ + +
Number of rockets displayed (if enabled).
+
+ + +
Number of confetti pieces created when a balloon bursts.
+