- Select the libraries you want to include in the analysis. If no libraries are selected, all TV show libraries will be analyzed.
+ Selected libraries will be analyzed. If none are selected, all TV show and mixed libraries will be analyzed.
@@ -1024,7 +1024,7 @@
// Try to get the timestamps of each intro, falling back a default value of zero if no intro was found
const leftEpisodeJson = await getJson("Episode/" + leftEpisode.value + "/Timestamps");
const rightEpisodeJson = await getJson("Episode/" + rightEpisode.value + "/Timestamps");
-
+
// Update the editor for the first and second episodes
timestampEditor.style.display = "unset";
document.querySelector("#editLeftEpisodeTitle").textContent = leftEpisode.text;
@@ -1347,7 +1347,7 @@
let remainingSeconds = seconds % 60;
// Format as HH:MM:SS
- let formattedTime =
+ let formattedTime =
String(hours).padStart(2, '0') + ':' +
String(minutes).padStart(2, '0') + ':' +
String(remainingSeconds).padStart(2, '0');
diff --git a/README.md b/README.md
index dd2e407..8985a59 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,10 @@
Analyzes the audio of television episodes to detect and skip over intros.