diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs
index 581d8f9..6da8bfe 100644
--- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs
+++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs
@@ -14,6 +14,8 @@ public class PluginConfiguration : BasePluginConfiguration
{
}
+ // ===== Analysis settings =====
+
///
+ The amount of each episode's audio that will be analyzed is determined using both
+ the percentage of audio and maximum runtime of audio to analyze. The minimum of
+ (episode duration * percent, maximum runtime) is the amount of audio that will
+ be analyzed.
+
+ If the audio percentage or maximum runtime settings are modified, the cached
+ fingerprints and introduction timestamps for each season you want to analyze with the
+ modified settings will have to be deleted.
+
+ Increasing either of these settings will cause episode analysis to take much longer.
+ Modify introduction requirements
+
+