From bcacfc85175693457cfa7a7066da36856b73a252 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Mon, 4 Mar 2024 11:51:55 -0500 Subject: [PATCH] Season 0 only recognizes one folder --- .../Configuration/configPage.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index c60bdc7..9ae2000 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -30,11 +30,14 @@
- Analyze show extras (specials). + If checked, season 0 (specials / extras) will be included in analysis. +
+ Note: Shows containing both a specials and extra folder will identify extras as season 0 + and ignore specials, regardless of this setting.
@@ -727,10 +730,10 @@ rhs = await getJson("Intros/Episode/" + selectEpisode2.value + "/Chromaprint"); if (lhs === undefined) { - timestampError.value += "Error: " + selectEpisode1.value + " fingerprints missing!\n"; + timestampError.value += "Error: " + selectEpisode1.value + " fingerprints failed!\n"; } if (rhs === undefined) { - timestampError.value += "Error: " + selectEpisode2.value + " fingerprints missing!"; + timestampError.value += "Error: " + selectEpisode2.value + " fingerprints failed!"; } if (timestampError.value == "") { timestampError.style.display = "none";