Stop calling optional items "required"

This commit is contained in:
TwistedUmbrellaX 2024-03-04 08:20:46 -05:00
parent f626595cb1
commit 0107c92d0f
2 changed files with 5 additions and 5 deletions

View File

@ -60,7 +60,7 @@
</div> </div>
<details id="intro_reqs"> <details id="intro_reqs">
<summary>Modify Intro Requirements</summary> <summary>Modify Intro Parameters</summary>
<br /> <br />
<div class="inputContainer"> <div class="inputContainer">

View File

@ -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 * Debian Linux based native installs: provided by the `jellyfin-ffmpeg5` package
* MacOS native installs: build ffmpeg with chromaprint support ([instructions](#installation-instructions-for-macos)) * 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 * 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. All of these requirements can be customized as needed.