From 0107c92d0f105e05239a66ec2c74199dd86dbde3 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Mon, 4 Mar 2024 08:20:46 -0500 Subject: [PATCH] Stop calling optional items "required" --- .../Configuration/configPage.html | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html index 39f8699..151a77d 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/configPage.html @@ -60,7 +60,7 @@
- Modify Intro Requirements + Modify Intro Parameters
diff --git a/README.md b/README.md index 7048bf4..d7ed50c 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ This fork doesn't ship the custom web interface on your server. So the plugin ne * Debian Linux based native installs: provided by the `jellyfin-ffmpeg5` package * MacOS native installs: build ffmpeg with chromaprint support ([instructions](#installation-instructions-for-macos)) -## Introduction requirements +## Introduction parameters -Show introductions will only be detected if they are: +Show introductions will be detected if they are: -* Located within the first 25% of an episode, or the first 10 minutes, whichever is smaller +* Located within the first 25% of an episode or the first 10 minutes, whichever is smaller * Between 15 seconds and 2 minutes long -Ending credits will only be detected if they are shorter than 4 minutes. +Ending credits will be detected if they are shorter than 4 minutes. All of these requirements can be customized as needed.