- 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.
-
+ 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.
+
@@ -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": [