From 01c7c458c59077b11c94456010c95fada6fe0f43 Mon Sep 17 00:00:00 2001 From: Yozora Date: Sat, 18 Jan 2025 16:30:59 +0000 Subject: [PATCH 1/9] add tooltips to first 3 Collection Files within awards for demo --- static/css/styles.css | 4 ++++ static/js/bootstrap.bundle.js | 5 +++++ templates/000-base.html | 11 +++++++++++ templates/015-libraries.html | 33 ++++++++++++++++++++++++++++++--- 4 files changed, 50 insertions(+), 3 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index c6058ee..96f826d 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -215,3 +215,7 @@ div#loading { text-align: center; cursor: wait; } + +.tooltip.show { + opacity: 1.0 !important; +} \ No newline at end of file diff --git a/static/js/bootstrap.bundle.js b/static/js/bootstrap.bundle.js index 6294dff..3fec7dd 100644 --- a/static/js/bootstrap.bundle.js +++ b/static/js/bootstrap.bundle.js @@ -6312,3 +6312,8 @@ })); //# sourceMappingURL=bootstrap.bundle.js.map + +$('a[data-toggle="tooltip"]').tooltip({ + placement: 'bottom', + html: true +}); \ No newline at end of file diff --git a/templates/000-base.html b/templates/000-base.html index 9b5ae0d..f2b60d0 100644 --- a/templates/000-base.html +++ b/templates/000-base.html @@ -9,9 +9,20 @@ {{ page_info['title'] }} - Kometa YAML Config Wizard + + +
+

Select which Collection Files you would like to run against your libraries. You can hover over the magnifying glass to see some of the collections that the file will create, or click on the name of the file to be taken to it's wiki page.

@@ -107,22 +108,48 @@

name="mov-collection_separator_award" value="true" {% if data['libraries']['mov-collection_separator_award']|string|lower=='true' %}checked{% endif %}> - +
+ + + +

+ +
- +
+ + +
+
- +
+ + +
+
Date: Sat, 18 Jan 2025 19:37:51 +0000 Subject: [PATCH 2/9] some color changes and more links --- templates/015-libraries.html | 337 ++++++++++++++++++++++++++++------- 1 file changed, 274 insertions(+), 63 deletions(-) diff --git a/templates/015-libraries.html b/templates/015-libraries.html index b38312c..a4c31c0 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -110,16 +110,10 @@

@@ -130,124 +124,240 @@

data['libraries']['mov-collection_oscars']|string|lower=='true' %}checked{% endif %}>

+ + + +
- +
+ +
- +
+ + + +
+ +
- +
+ + + +
+ +
- +
+ + + +
+ +
- +
+ + + +
+ +
- +
+ +
- + - +
+ +
- + - +
+ +
- +
+ + + +
+ +
- + - +
+ +
- +
+ + + +
- +
+ + +
@@ -265,76 +375,150 @@

data-bs-parent="#mov-chartCollectionsAccordion">
+
- +
+ + + +
+ +
- +
+ + +
+ +
- +
+ + + +
+ +
- +
+ + +
+ +
- +
+ + +
+ +
- +
+ + + +
+ +
- +
+ + +
+ +
- +
+ + +
+ +
- +
+ + +
+ +
- +
+ + +
+ +
@@ -355,39 +539,66 @@

+ name="mov-collection_genre" value="true" {% if data['libraries']['mov-collection_genre']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_franchise" value="true" {% if data['libraries']['mov-collection_franchise']|string|lower=='true' %}checked{% endif %}> - +
+ + + +
+
+ name="mov-collection_universe" value="true" {% if data['libraries']['mov-collection_universe']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_based" value="true" {% if data['libraries']['mov-collection_based']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_collectionless" value="true" {% if data['libraries']['mov-collection_collectionless']|string|lower=='true' %}checked{% endif %}> - +
+ + + +
+ From ece486fbe660348460775f2d2e1c39261335f7c3 Mon Sep 17 00:00:00 2001 From: Yozora Date: Sat, 18 Jan 2025 23:49:02 +0000 Subject: [PATCH 3/9] Movie Collection Files --- templates/015-libraries.html | 286 +++++++++++++++++++++++------------ 1 file changed, 187 insertions(+), 99 deletions(-) diff --git a/templates/015-libraries.html b/templates/015-libraries.html index a4c31c0..5c9deca 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -617,57 +617,66 @@

data-bs-parent="#mov-contentRatingCollectionsAccordion">
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
+
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+ +
+ + + +
+ + +
@@ -688,25 +697,40 @@

+ name="mov-collection_country" value="true" {% if data['libraries']['mov-collection_country']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_region" value="true" {% if data['libraries']['mov-collection_region']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_continent" value="true" {% if data['libraries']['mov-collection_continent']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+ @@ -726,32 +750,52 @@

+ name="mov-collection_aspect" value="true" {% if data['libraries']['mov-collection_aspect']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_resolution" value="true" {% if data['libraries']['mov-collection_resolution']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_audio_language" value="true" {% if data['libraries']['mov-collection_audio_language']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_subtitle_language" value="true" {% if data['libraries']['mov-collection_subtitle_language']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+ @@ -772,18 +816,28 @@

+ name="mov-collection_streaming" value="true" {% if data['libraries']['mov-collection_streaming']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_studio" value="true" {% if data['libraries']['mov-collection_studio']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+ @@ -803,32 +857,52 @@

+ name="mov-collection_actor" value="true" {% if data['libraries']['mov-collection_actor']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_director" value="true" {% if data['libraries']['mov-collection_director']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_producer" value="true" {% if data['libraries']['mov-collection_producer']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_writer" value="true" {% if data['libraries']['mov-collection_writer']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+ @@ -848,24 +922,38 @@

+ name="mov-collection_seasonal" value="true" {% if data['libraries']['mov-collection_seasonal']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_year" value="true" {% if data['libraries']['mov-collection_year']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-collection_decade" value="true" {% if data['libraries']['mov-collection_decade']|string|lower=='true' %}checked{% endif %}> - +
+ + +
From e51c8cebbc7a1ed85576dd07fcbd1282e8fc94af Mon Sep 17 00:00:00 2001 From: Yozora Date: Sun, 19 Jan 2025 12:19:38 +0000 Subject: [PATCH 4/9] finish Movies section --- templates/015-libraries.html | 243 ++++++++++++++++++++++------------- 1 file changed, 157 insertions(+), 86 deletions(-) diff --git a/templates/015-libraries.html b/templates/015-libraries.html index 5c9deca..25b9752 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -986,12 +986,17 @@

- + - +
+ + +
+
@@ -1011,25 +1016,16 @@

+ name="mov-overlay_mediastinger" value="true" {% if data['libraries']['mov-overlay_mediastinger']|string|lower=='true' %}checked{% endif %}> - -
-
- - - -
-
- - - +
+ + +
+ @@ -1049,49 +1045,53 @@

- - - + + +
+ + +
+
+ name="mov-overlay_content_rating_uk" value="true" {% if data['libraries']['mov-overlay_content_rating_uk']|string|lower=='true' %}checked{% endif %}> - -
-
- - - -
-
- - - +
+ + +
+
+ name="mov-overlay_content_rating_de" value="true" {% if data['libraries']['mov-overlay_content_rating_de']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-overlay_commonsense" value="true" {% if data['libraries']['mov-overlay_commonsense']|string|lower=='true' %}checked{% endif %}> - +
+
@@ -1110,61 +1110,117 @@

- + - +
+ + + + + +
+
+ name="mov-overlay_audio_codec" value="true" {% if data['libraries']['mov-overlay_audio_codec']|string|lower=='true' %}checked{% endif %}> - +
+ + + + + +
+
+ name="mov-overlay_language_count" value="true" {% if data['libraries']['mov-overlay_language_count']|string|lower=='true' %}checked{% endif %}> - +
+
+ name="mov-overlay_languages" value="true" {% if data['libraries']['mov-overlay_languages']|string|lower=='true' %}checked{% endif %}> - +
+
+ name="mov-overlay_resolution" value="true" {% if data['libraries']['mov-overlay_resolution']|string|lower=='true' %}checked{% endif %}> - +
+
+ name="mov-overlay_runtimes" value="true" {% if data['libraries']['mov-overlay_runtimes']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-overlay_versions" value="true" {% if data['libraries']['mov-overlay_versions']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="mov-overlay_video_format" value="true" {% if data['libraries']['mov-overlay_video_format']|string|lower=='true' %}checked{% endif %}> - +
+ + + + + +
+
@@ -1185,18 +1241,28 @@

+ name="mov-overlay_streaming" value="true" {% if data['libraries']['mov-overlay_streaming']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
- + - +
+ + +
+ @@ -1216,11 +1282,16 @@

+ name="mov-overlay_direct_play" value="true" {% if data['libraries']['mov-overlay_direct_play']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+ From 96c68b7d3e9c13ebb1c0f5a586b13c563880fdb2 Mon Sep 17 00:00:00 2001 From: Yozora Date: Sun, 19 Jan 2025 12:50:13 +0000 Subject: [PATCH 5/9] finish Show types --- templates/015-libraries.html | 785 ++++++++++++++++++++++++----------- 1 file changed, 542 insertions(+), 243 deletions(-) diff --git a/templates/015-libraries.html b/templates/015-libraries.html index 25b9752..868c942 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -110,9 +110,9 @@

@@ -125,7 +125,7 @@

@@ -139,7 +139,7 @@

@@ -154,7 +154,7 @@

@@ -169,7 +169,7 @@

@@ -184,7 +184,7 @@

@@ -199,7 +199,7 @@

@@ -214,7 +214,7 @@

@@ -229,7 +229,7 @@

@@ -244,7 +244,7 @@

@@ -259,7 +259,7 @@

@@ -274,7 +274,7 @@

@@ -289,7 +289,7 @@

@@ -304,7 +304,7 @@

@@ -319,7 +319,7 @@

@@ -334,7 +334,7 @@

@@ -349,7 +349,7 @@

@@ -383,7 +383,7 @@

@@ -398,7 +398,7 @@

@@ -412,7 +412,7 @@

@@ -427,7 +427,7 @@

@@ -441,7 +441,7 @@

@@ -455,7 +455,7 @@

@@ -470,7 +470,7 @@

@@ -484,7 +484,7 @@

@@ -498,7 +498,7 @@

@@ -512,7 +512,7 @@

@@ -1366,6 +1366,7 @@

+

Select which Collection Files you would like to run against your libraries. You can hover over the magnifying glass to see some of the collections that the file will create, or click on the name of the file to be taken to it's wiki page.

@@ -1384,44 +1385,89 @@

name="sho-collection_separator_award" value="true" {% if data['libraries']['sho-collection_separator_award']|string|lower=='true' %}checked{% endif %}> - +
+ + + +

+ +
- +
+ + + +
+ +
- +
+ + + +
+ +
- +
+ + + +
+ +
- + - +
+
- + - +
+
@@ -1439,70 +1485,135 @@

data-bs-parent="#sho-chartCollectionsAccordion">
+
- +
+ + + +
+ +
- +
+ + +
+ +
- +
+ + + +
+ +
- +
+ + +
+ +
- +
+ + +
+ +
- +
+ + + +
+ +
- +
+ + +
+ +
- +
+ + +
+
- +
+ + +
+ +

@@ -1523,39 +1634,66 @@

+ name="sho-collection_genre" value="true" {% if data['libraries']['sho-collection_genre']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_franchise" value="true" {% if data['libraries']['sho-collection_franchise']|string|lower=='true' %}checked{% endif %}> - +
+ + + +
+
+ name="sho-collection_universe" value="true" {% if data['libraries']['sho-collection_universe']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_based" value="true" {% if data['libraries']['sho-collection_based']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_collectionless" value="true" {% if data['libraries']['sho-collection_collectionless']|string|lower=='true' %}checked{% endif %}> - +
+ + + +
+

@@ -1574,57 +1712,66 @@

data-bs-parent="#sho-contentRatingCollectionsAccordion">
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
-
- - - -
+
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+ +
+ + + +
+ + +

@@ -1645,25 +1792,40 @@

+ name="sho-collection_country" value="true" {% if data['libraries']['sho-collection_country']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_region" value="true" {% if data['libraries']['sho-collection_region']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_continent" value="true" {% if data['libraries']['sho-collection_continent']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+

@@ -1683,34 +1845,52 @@

+ name="sho-collection_aspect" value="true" {% if data['libraries']['sho-collection_aspect']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_resolution" value="true" {% if data['libraries']['sho-collection_resolution']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_audio_language" value="true" {% if data['libraries']['sho-collection_audio_language']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_subtitle_language" value="true" {% if data['libraries']['sho-collection_subtitle_language']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+

@@ -1729,27 +1909,43 @@

data-bs-parent="#sho-productionCollectionsAccordion">
+
+ name="sho-collection_network" value="true" {% if data['libraries']['sho-collection_network']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_streaming" value="true" {% if data['libraries']['sho-collection_streaming']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_studio" value="true" {% if data['libraries']['sho-collection_studio']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+

@@ -1769,11 +1965,16 @@

+ name="sho-collection_actor" value="true" {% if data['libraries']['sho-collection_actor']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+

@@ -1791,19 +1992,29 @@

data-bs-parent="#sho-timeCollectionsAccordion">
+
+ name="sho-collection_year" value="true" {% if data['libraries']['sho-collection_year']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-collection_decade" value="true" {% if data['libraries']['sho-collection_decade']|string|lower=='true' %}checked{% endif %}> - +
+ + +
@@ -1836,12 +2047,17 @@

- + - +
+ + +
+
@@ -1861,25 +2077,28 @@

+ name="sho-overlay_mediastinger" value="true" {% if data['libraries']['sho-overlay_mediastinger']|string|lower=='true' %}checked{% endif %}> - -
-
- - - +
+ + +
+
- + - +
+ + +
+ @@ -1899,48 +2118,53 @@

- - - + + +
+ + +
+
+ name="sho-overlay_content_rating_uk" value="true" {% if data['libraries']['sho-overlay_content_rating_uk']|string|lower=='true' %}checked{% endif %}> - -
-
- - - -
-
- - - +
+ + +
+
+ name="sho-overlay_content_rating_de" value="true" {% if data['libraries']['sho-overlay_content_rating_de']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-overlay_commonsense" value="true" {% if data['libraries']['sho-overlay_commonsense']|string|lower=='true' %}checked{% endif %}> - +
+
@@ -1959,61 +2183,117 @@

- + - +
+ + + + + +
+
+ name="sho-overlay_audio_codec" value="true" {% if data['libraries']['sho-overlay_audio_codec']|string|lower=='true' %}checked{% endif %}> - +
+ + + + + +
+
+ name="sho-overlay_language_count" value="true" {% if data['libraries']['sho-overlay_language_count']|string|lower=='true' %}checked{% endif %}> - +
+
+ name="sho-overlay_languages" value="true" {% if data['libraries']['sho-overlay_languages']|string|lower=='true' %}checked{% endif %}> - +
+
+ name="sho-overlay_resolution" value="true" {% if data['libraries']['sho-overlay_resolution']|string|lower=='true' %}checked{% endif %}> - +
+
+ name="sho-overlay_runtimes" value="true" {% if data['libraries']['sho-overlay_runtimes']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-overlay_versions" value="true" {% if data['libraries']['sho-overlay_versions']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
+ name="sho-overlay_video_format" value="true" {% if data['libraries']['sho-overlay_video_format']|string|lower=='true' %}checked{% endif %}> - +
+ + + + + +
+
@@ -2034,25 +2314,39 @@

+ name="sho-overlay_network" value="true" {% if data['libraries']['sho-overlay_network']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+ name="sho-overlay_streaming" value="true" {% if data['libraries']['sho-overlay_streaming']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+
- + - +
+ + +
+ @@ -2072,11 +2366,16 @@

+ name="sho-overlay_direct_play" value="true" {% if data['libraries']['sho-overlay_direct_play']|string|lower=='true' %}checked{% endif %}> - +
+ + +
+ From a870431c825c721d6245698d1cd06354e2bdd99d Mon Sep 17 00:00:00 2001 From: Yozora Date: Sun, 19 Jan 2025 15:29:48 +0000 Subject: [PATCH 6/9] add AU and NZ content ratings (collections/overlays) --- templates/015-libraries.html | 97 ++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/templates/015-libraries.html b/templates/015-libraries.html index 868c942..fed0bba 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -653,6 +653,31 @@

+
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+ +
@@ -1080,6 +1105,30 @@

+
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+
@@ -1748,6 +1797,30 @@

+
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+
@@ -2153,6 +2226,30 @@

+
+ + +
+ + +
+
+ +
+ + +
+ + +
+
+
From 8e2534e33cd53e18e2b732b77f4aa14e7b6db6c4 Mon Sep 17 00:00:00 2001 From: Yozora Date: Sun, 19 Jan 2025 17:10:42 +0000 Subject: [PATCH 7/9] fix issues raised by bull and some CSS changes to reduce color clutter --- static/css/styles.css | 27 +++ templates/015-libraries.html | 322 ++++++++++++++++++----------------- 2 files changed, 195 insertions(+), 154 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 96f826d..bb8eb95 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -218,4 +218,31 @@ div#loading { .tooltip.show { opacity: 1.0 !important; +} + +.mt-4 { + margin-top: 0 !important; + + +.nav-button { + background-color: #00bc8c !important; + color: white !important; + border-color: #00bc8c !important; +} +.nav-button:hover { + background-color: #019c75 !important; + border-color: #019c75 !important; +}} + +.form-check-input:checked { + background-color: #00bc8c; + border-color: #0f5132; +} + +.accordion-button:not(.collapsed) { + background-color: transparent; +} + +a { + color: rgb(255 255 255 / 70%); } \ No newline at end of file diff --git a/templates/015-libraries.html b/templates/015-libraries.html index fed0bba..e7a4af0 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -110,7 +110,7 @@

@@ -125,7 +125,7 @@

@@ -139,7 +139,7 @@

@@ -154,7 +154,7 @@

@@ -169,7 +169,7 @@

@@ -184,7 +184,7 @@

@@ -199,7 +199,7 @@

@@ -214,7 +214,7 @@

@@ -229,7 +229,7 @@

@@ -244,7 +244,7 @@

@@ -259,7 +259,7 @@

@@ -274,7 +274,7 @@

@@ -289,7 +289,7 @@

@@ -304,7 +304,7 @@

@@ -319,7 +319,7 @@

@@ -334,7 +334,7 @@

@@ -349,7 +349,7 @@

@@ -383,7 +383,7 @@

@@ -398,7 +398,7 @@

@@ -412,7 +412,7 @@

@@ -427,7 +427,7 @@

@@ -441,7 +441,7 @@

@@ -455,7 +455,7 @@

@@ -470,7 +470,7 @@

@@ -484,7 +484,7 @@

@@ -498,7 +498,7 @@

@@ -512,7 +512,7 @@

@@ -543,7 +543,7 @@

@@ -555,10 +555,10 @@

@@ -568,7 +568,7 @@

@@ -580,7 +580,7 @@

@@ -592,7 +592,7 @@

@@ -623,7 +623,7 @@

@@ -635,7 +635,7 @@

@@ -647,7 +647,7 @@

@@ -659,7 +659,7 @@

@@ -671,7 +671,7 @@

@@ -684,7 +684,7 @@

@@ -696,7 +696,7 @@

@@ -726,7 +726,7 @@

@@ -738,7 +738,7 @@

@@ -750,7 +750,7 @@

@@ -779,7 +779,7 @@

@@ -791,7 +791,7 @@

@@ -803,7 +803,7 @@

@@ -815,7 +815,7 @@

@@ -845,9 +845,10 @@

@@ -857,7 +858,7 @@

@@ -886,9 +887,11 @@

+ +

@@ -898,7 +901,7 @@

@@ -910,9 +913,10 @@

@@ -922,9 +926,10 @@

@@ -951,9 +956,10 @@

@@ -963,7 +969,7 @@

@@ -975,7 +981,7 @@

@@ -1016,7 +1022,7 @@

@@ -1045,7 +1051,7 @@

@@ -1070,12 +1076,12 @@

- - + + @@ -1087,7 +1093,7 @@

@@ -1099,7 +1105,7 @@

@@ -1111,7 +1117,7 @@

@@ -1123,7 +1129,7 @@

@@ -1135,7 +1141,7 @@

@@ -1164,10 +1170,10 @@

- + @@ -1180,10 +1186,10 @@

- + @@ -1196,7 +1202,7 @@

@@ -1208,7 +1214,7 @@

@@ -1220,10 +1226,10 @@

- + @@ -1236,7 +1242,7 @@

@@ -1248,7 +1254,7 @@

@@ -1260,10 +1266,10 @@

- + @@ -1294,9 +1300,11 @@

@@ -1306,7 +1314,7 @@

@@ -1335,7 +1343,7 @@

@@ -1381,7 +1389,9 @@

name="mov-attribute_remove_overlays" value="true" {% if data['libraries']['mov-attribute_remove_overlays']|string|lower=='true' %}checked{% endif %}> - +

@@ -1436,7 +1446,7 @@

@@ -1451,7 +1461,7 @@

@@ -1466,7 +1476,7 @@

@@ -1481,7 +1491,7 @@

@@ -1496,7 +1506,7 @@

@@ -1510,7 +1520,7 @@

@@ -1542,7 +1552,7 @@

@@ -1557,7 +1567,7 @@

@@ -1571,7 +1581,7 @@

@@ -1586,7 +1596,7 @@

@@ -1600,7 +1610,7 @@

@@ -1614,7 +1624,7 @@

@@ -1629,7 +1639,7 @@

@@ -1643,7 +1653,7 @@

@@ -1656,7 +1666,7 @@

@@ -1687,7 +1697,7 @@

@@ -1699,7 +1709,7 @@

@@ -1712,7 +1722,7 @@

@@ -1724,7 +1734,7 @@

@@ -1736,7 +1746,7 @@

@@ -1767,7 +1777,7 @@

@@ -1779,7 +1789,7 @@

@@ -1791,7 +1801,7 @@

@@ -1803,7 +1813,7 @@

@@ -1815,7 +1825,7 @@

@@ -1827,7 +1837,7 @@

@@ -1839,7 +1849,7 @@

@@ -1869,7 +1879,7 @@

@@ -1881,7 +1891,7 @@

@@ -1893,7 +1903,7 @@

@@ -1922,7 +1932,7 @@

@@ -1934,7 +1944,7 @@

@@ -1946,7 +1956,7 @@

@@ -1958,7 +1968,7 @@

@@ -1989,7 +1999,7 @@

@@ -2001,9 +2011,10 @@

@@ -2013,7 +2024,7 @@

@@ -2042,7 +2053,7 @@

@@ -2072,7 +2083,7 @@

@@ -2084,7 +2095,7 @@

@@ -2125,7 +2136,7 @@

@@ -2154,7 +2165,7 @@

@@ -2166,7 +2177,7 @@

@@ -2191,12 +2202,12 @@

- - + + @@ -2208,7 +2219,7 @@

@@ -2220,7 +2231,7 @@

@@ -2232,7 +2243,7 @@

@@ -2244,7 +2255,7 @@

@@ -2256,7 +2267,7 @@

@@ -2285,10 +2296,10 @@

- + @@ -2301,10 +2312,10 @@

- + @@ -2317,7 +2328,7 @@

@@ -2329,7 +2340,7 @@

@@ -2341,10 +2352,10 @@

- + @@ -2357,7 +2368,7 @@

@@ -2369,7 +2380,7 @@

@@ -2381,10 +2392,10 @@

- + @@ -2415,7 +2426,7 @@

@@ -2426,9 +2437,10 @@

@@ -2438,7 +2450,7 @@

@@ -2467,7 +2479,7 @@

@@ -2513,7 +2525,9 @@

name="sho-attribute_remove_overlays" value="true" {% if data['libraries']['sho-attribute_remove_overlays']|string|lower=='true' %}checked{% endif %}> - +

From dffbcfb1e5678f2ea9234820cf322eef91ea5372 Mon Sep 17 00:00:00 2001 From: Yozora Date: Sun, 19 Jan 2025 19:02:54 +0000 Subject: [PATCH 8/9] fix 2 issues --- templates/015-libraries.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/015-libraries.html b/templates/015-libraries.html index e7a4af0..eff69f5 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -1999,7 +1999,7 @@

@@ -2525,7 +2525,7 @@

name="sho-attribute_remove_overlays" value="true" {% if data['libraries']['sho-attribute_remove_overlays']|string|lower=='true' %}checked{% endif %}> -

From 43624faa9a88a603ecc3ebcee5e12c5a557a23cb Mon Sep 17 00:00:00 2001 From: Yozora Date: Sun, 19 Jan 2025 19:08:44 +0000 Subject: [PATCH 9/9] move warning --- templates/015-libraries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/015-libraries.html b/templates/015-libraries.html index eff69f5..bb14fd9 100644 --- a/templates/015-libraries.html +++ b/templates/015-libraries.html @@ -904,6 +904,7 @@

Directors +

@@ -959,7 +960,6 @@

Seasonal -