Compare commits

..

3 Commits

Author SHA1 Message Date
CodeDevMLH
ee724fedc8 Update manifest.json for release v1.7.0.1 [skip ci] 2026-02-16 14:41:02 +00:00
CodeDevMLH
a1dbd4eb12 Bump version to 1.7.0.1
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 1m1s
2026-02-16 15:40:03 +01:00
CodeDevMLH
236d8d9e70 fix tabs 2026-02-16 15:39:42 +01:00
3 changed files with 14 additions and 14 deletions

View File

@@ -6,11 +6,6 @@
</head>
<body>
<div id="SeasonalsConfigPage" data-role="page" class="page type-interior pluginConfigurationPage" data-require="emby-input,emby-button,emby-select,emby-checkbox">
<!-- <style>
select option:disabled {
color: #a3a3a3 !important;
}
</style> -->
<div data-role="content">
<div class="content-primary">
<div class="sectionTitleContainer">
@@ -26,7 +21,7 @@
<div style="margin-bottom: 1.5em;">
<button class="jellyfin-tab-button active" onclick="showTab('basic', this)"
style="background: none; border: none; color: #fff; cursor: pointer; transition: color 0.3s, border-bottom 0.3s; padding: 0.5em 1em; border-bottom: 2px solid #00a4dc;">
<h3>General</h3>
<h3>General Settings</h3>
</button>
<button class="jellyfin-tab-button" onclick="showTab('auto-selection', this)"
style="background: none; border: none; color: #ccc; cursor: pointer; transition: color 0.3s, border-bottom 0.3s; padding: 0.5em 1em; border-bottom: 2px solid transparent;">
@@ -40,7 +35,7 @@
<form id="SeasonalsConfigForm">
<!-- General Tab -->
<div id="tab-general" class="tab-content" style="display: block;">
<div id="general" class="tab-content">
<div class="checkboxContainer checkboxContainer-withDescription">
<label class="emby-checkbox-label">
<input id="IsEnabled" name="IsEnabled" type="checkbox" is="emby-checkbox" />
@@ -91,7 +86,7 @@
</div>
<!-- Auto Selection Tab -->
<div id="tab-auto-selection" class="tab-content" style="display: none;">
<div id="auto-selection" class="tab-content" style="display: none;">
<div style="background-color: rgba(255, 255, 255, 0.05); border-left: 4px solid #00a4dc; border-radius: 4px; padding: 1em 1.5em; margin-bottom: 1.5em;">
<h3>Auto Selection Rules</h3>
<p>Define rules to automatically select a season based on the date. Rules are evaluated from top to bottom. The first matching rule wins.</p>
@@ -108,7 +103,7 @@
</div>
<!-- Advanced Tab -->
<div id="tab-advanced" class="tab-content" style="display: none;">
<div id="advanced" class="tab-content" style="display: none;">
<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 additional symbols is enabled).</p>
<details>
@@ -602,6 +597,11 @@
color: #fff !important;
border-bottom: 2px solid #00a4dc !important;
}
/* Disabled options in selects */
select option:disabled {
color: #a3a3a3 !important;
}
</style>
<script>
function showTab(tabId, btn) {

View File

@@ -12,7 +12,7 @@
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
<Title>Jellyfin Seasonals Plugin</Title>
<Authors>CodeDevMLH</Authors>
<Version>1.7.0.0</Version>
<Version>1.7.0.1</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl>
</PropertyGroup>

View File

@@ -9,12 +9,12 @@
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
"versions": [
{
"version": "1.7.0.0",
"version": "1.7.0.1",
"changelog": "- feat: add customizable auto seasonal list via config page\n- feat: add new season theme 'resurrection' by Bioflash257",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.0.0/Jellyfin.Plugin.Seasonals.zip",
"checksum": "46c5fba0237ea0056d7f9a556e4a8a9a",
"timestamp": "2026-02-16T01:31:55Z"
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.0.1/Jellyfin.Plugin.Seasonals.zip",
"checksum": "6349adf4de2be29ffe163684417189dc",
"timestamp": "2026-02-16T14:41:01Z"
},
{
"version": "1.6.3.0",