From f626595cb1ffb1d92728cf892ee047c52daced69 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Mon, 4 Mar 2024 07:08:11 -0500 Subject: [PATCH] Disconnect erase from editor window --- .../Configuration/configPage.html | 129 +++++++++--------- manifest.json | 2 +- 2 files changed, 66 insertions(+), 65 deletions(-) diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index ed3e867..39f8699 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -59,61 +59,6 @@ -
- EDL File Generation - -
-
- - - -
- If set to a value other than None, specifies which action to write to - MPlayer compatible EDL files - alongside your episode files.
- - If this value is changed after EDL files are generated, you must check the - "Regenerate EDL files" checkbox below. -
-
- -
- - -
- If checked, the plugin will overwrite all EDL files associated with - your episodes with the currently discovered introduction timestamps and EDL action. -
-
-
-
Modify Intro Requirements @@ -179,6 +124,61 @@

+
+ EDL File Generation + +
+
+ + + +
+ If set to a value other than None, specifies which action to write to + MPlayer compatible EDL files + alongside your episode files.
+ + If this value is changed after EDL files are generated, you must check the + "Regenerate EDL files" checkbox below. +
+
+ +
+ + +
+ If checked, the plugin will overwrite all EDL files associated with + your episodes with the currently discovered introduction timestamps and EDL action. +
+
+
+
Silence Detection Options @@ -207,7 +207,7 @@
- Task Configuration + Process Configuration
@@ -271,7 +271,6 @@ but setting a value of 0 (default) will use the maximum threads available.
-
@@ -322,7 +321,7 @@
- If checked, skip button will appear through entire intro (offset and timeout are ignored).
+ If checked, skip button will appear throughout entire intro (offset and timeout are ignored).
@@ -442,13 +441,13 @@

- - -
+ +
+ @@ -674,6 +673,7 @@ // show changed, populate seasons async function showChanged() { clearSelect(selectSeason); + btnSeasonEraseTimestamps.style.display = "none"; // add all seasons from this show to the season select for (var season of shows[selectShow.value]) { @@ -690,6 +690,7 @@ clearSelect(selectEpisode1); clearSelect(selectEpisode2); + btnSeasonEraseTimestamps.style.display = "block"; let i = 1; for (let episode of episodes) { @@ -770,7 +771,7 @@ // make an authenticated GET to the server and parse the response as JSON async function getJson(url) { - return await fetchWithAuth(url, "GET").then(r => { return r.json(); }); + return await fetchWithAuth(url, "GET").then(r => { return r.json(); }).catch(err => { console.debug(err) }); } // make an authenticated fetch to the server diff --git a/manifest.json b/manifest.json index d23259b..d7ab2fd 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "Intro Skipper", "overview": "Automatically detect and skip intros in television episodes", "description": "Analyzes the audio of television episodes and detects introduction sequences.", - "owner": "ConfusedPolarBear", + "owner": "jumoog (forked from ConfusedPolarBear)", "category": "General", "imageUrl": "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png", "versions": [