diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index fc7ccdc..5f5ce68 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -79,12 +79,12 @@
-

Limit analysis to the following libraries

+

Limit analysis to the following libraries

- 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.

- + [![CodeQL](https://github.com/jumoog/intro-skipper/actions/workflows/codeql.yml/badge.svg)](https://github.com/jumoog/intro-skipper/actions/workflows/codeql.yml) - -`https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json` + https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json
## Jellyfin 10.8