diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
index c8622c5..c4bc9a1 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html
@@ -326,7 +326,7 @@
If checked, a skip button will be displayed at the start of an episode's introduction.
- This setting only applies to the web interface.
+ Only applies to the web interface and compatible applications.
@@ -338,7 +338,9 @@
- If checked, skip button will appear throughout entire intro (offset and timeout are ignored).
+ If checked, skip button will remain visible throught the intro (offset and timeout are ignored).
+
+ Note: If unchecked, button will only appear in the player controls after the set timeout.
diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs
index 462dca6..cc7cf17 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs
@@ -57,7 +57,7 @@ public class BaseItemAnalyzerTask
if (Plugin.Instance!.Configuration.UseChromaprint && !FFmpegWrapper.CheckFFmpegVersion())
{
throw new FingerprintException(
- "ffmpeg with chromaprint is not installed on this system - episodes will not be analyzed. If Jellyfin is running natively, install jellyfin-ffmpeg5. If Jellyfin is running in a container, upgrade it to the latest version of 10.8.0.");
+ "Analysis terminated! Chromaprint is not enabled in the current ffmpeg. If Jellyfin is running natively, install jellyfin-ffmpeg5. If Jellyfin is running in a container, upgrade to version 10.8.0 or newer.");
}
var queueManager = new QueueManager(
diff --git a/manifest.json b/manifest.json
index 54a271e..6a3e2ff 100644
--- a/manifest.json
+++ b/manifest.json
@@ -16,14 +16,6 @@
"checksum": "8989cbe9c438d5a14fab3002e21c26ba",
"timestamp": "2024-03-04T10:10:35Z"
},
- {
- "version": "0.1.15.0",
- "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
- "targetAbi": "10.8.4.0",
- "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/v0.1.15/intro-skipper-v0.1.15.zip",
- "checksum": "cf05593afbb2be39b8de31dcb7fd8a50",
- "timestamp": "2024-03-03T09:08:10Z"
- },
{
"version": "0.1.14.0",
"changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
@@ -32,30 +24,6 @@
"checksum": "704ecc32588243545c44b2eed130b033",
"timestamp": "2024-03-02T21:10:57Z"
},
- {
- "version": "0.1.13.0",
- "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
- "targetAbi": "10.8.4.0",
- "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/v0.1.13/intro-skipper-v0.1.13.zip",
- "checksum": "73bf30290dce30dd8d9c08a01e90d326",
- "timestamp": "2024-03-02T14:19:36Z"
- },
- {
- "version": "0.1.12.0",
- "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
- "targetAbi": "10.8.4.0",
- "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/v0.1.12/intro-skipper-v0.1.12.zip",
- "checksum": "5851f2d7036bcd56817f66983a8e1190",
- "timestamp": "2024-03-02T13:21:04Z"
- },
- {
- "version": "0.1.11.0",
- "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",
- "targetAbi": "10.8.4.0",
- "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/v0.1.11/intro-skipper-v0.1.11.zip",
- "checksum": "c96a90b581a08ca204e5eb860f9dc759",
- "timestamp": "2024-03-01T17:35:47Z"
- },
{
"version": "0.1.10.0",
"changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/blob/master/CHANGELOG.md)\n",