diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index f79761b..ed3e867 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -59,57 +59,8 @@ -
- - - -
- Sets the relative priority of the ffmpeg process during detection
- If you notice excessive RAM usage, try setting a lower value
- If you would like to speed up detection, increase this value -
-
- -
- - -
- If checked, episode fingerprints will be cached to the filesystem -
- WARNING: Disabling cache may result in lengthy detection -
-
-
-
- EDL file generation + EDL File Generation
@@ -164,7 +115,7 @@
- Modify introduction requirements + Modify Intro Requirements
@@ -229,7 +180,7 @@
- Silence detection options + Silence Detection Options
@@ -254,6 +205,74 @@
+ +
+ Task Configuration + +
+
+ + +
+ If checked, episode fingerprints will be saved on the filesystem to improve analysis speed. +
+ WARNING: May result in lengthy detection! Not recommended for large libraries! +
+
+
+ +
+ + + +
+ Sets the relative priority of the analysis ffmpeg process to other parallel operations + (ie. transcoding, chapter detection, etc). +
+
+ +
+ + +
+ Number of simultaneous processes to use for ffmpeg operations. +
+ This value is most often defined as 1 thread per CPU core, + but setting a value of 0 (default) will use the maximum threads available. +
+
+ +
@@ -521,12 +540,13 @@ // analysis "MaxParallelism", "SelectedLibraries", - "ProcessPriority", "AnalysisPercent", "AnalysisLengthLimit", "MinimumIntroDuration", "MaximumIntroDuration", "EdlAction", + "ProcessPriority", + "ProcessThreads", // playback "ShowPromptAdjustment", "HidePromptAdjustment", @@ -542,8 +562,8 @@ var booleanConfigurationFields = [ "AnalyzeSeasonZero", - "CacheFingerprints", "RegenerateEdlFiles", + "CacheFingerprints", "AutoSkip", "SkipFirstEpisode", "PersistSkipButton",