Seconds after the introduction starts to hide the skip prompt at.
@@ -53,7 +66,7 @@
Erasing introduction timestamps is only necessary after upgrading the plugin if specifically
- requested to do so in the plugin's changelog.
+ requested to do so in the plugin's changelog. After the timestamps are erased, run the Analyze episodes scheduled task to re-analyze all media on the server.
@@ -401,6 +414,7 @@
.addEventListener('pageshow', function () {
Dashboard.showLoadingMsg();
ApiClient.getPluginConfiguration("c83d86bb-a1e0-4c35-a113-e2101cf4ee6b").then(function (config) {
+ document.querySelector('#AutoSkip').checked = config.AutoSkip;
document.querySelector('#CacheFingerprints').checked = config.CacheFingerprints;
document.querySelector('#ShowPromptAdjustment').value = config.ShowPromptAdjustment;
@@ -414,6 +428,7 @@
.addEventListener('submit', function (e) {
Dashboard.showLoadingMsg();
ApiClient.getPluginConfiguration("c83d86bb-a1e0-4c35-a113-e2101cf4ee6b").then(function (config) {
+ config.AutoSkip = document.querySelector('#AutoSkip').checked;
config.CacheFingerprints = document.querySelector('#CacheFingerprints').checked;
config.ShowPromptAdjustment = document.querySelector("#ShowPromptAdjustment").value;
diff --git a/README.md b/README.md
index b4daf51..b8b7a0e 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,9 @@ Installing this plugin (along with a modified web interface and `fpcalc`) will r
![Skip intro button](images/skip-button.png)
-This plugin **will not work** until both the modified web interface and `fpcalc` are installed. The easiest way to do this is to follow the steps below.
+If you use Jellyfin clients that do not use the web interface provided by the server, the plugin can be configured to automatically skip intros.
+
+This plugin **will not work** without installing `fpcalc`. The easiest way to do this is to follow the steps below.
## Introduction requirements