UI hoopla (#351)

* Add a disclaimer about changing params

* fix formatting

* paragraphs are volatile
This commit is contained in:
TwistedUmbrellaX 2024-10-20 15:14:03 -04:00 committed by GitHub
parent 721de97cc1
commit b02403da84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,12 @@
<details id="intro_reqs">
<summary>Modify Segment Parameters</summary>
<br />
<p>
<strong style="color:orange">Changing segment parameters requires regenerating media segments before changes take effect.</strong>
<br />
Per the jellyfin MediaSegments API, records must be updated individually and may be slow to regenerate.
</p>
<div class="inputContainer">
<label class="inputLabel inputLabelUnfocused" for="AnalysisPercent"> Percent of audio to analyze </label>
<input id="AnalysisPercent" type="number" is="emby-input" min="1" max="90" />
@ -149,12 +154,12 @@
<label class="inputLabel inputLabelUnfocused" for="MaximumMovieCreditsDuration"> Maximum movie credits duration (in seconds) </label>
<input id="MaximumMovieCreditsDuration" type="number" is="emby-input" min="1" />
<div class="fieldDescription">Segments longer than this duration will not be considered movie credits.</div>
<br />upda
<br />
</div>
</details>
<details id="mediasegment">
<summary>Jellyfin Mediasegment Generation</summary>
<summary>Jellyfin MediaSegment Generation</summary>
<br />
<div class="checkboxContainer checkboxContainer-withDescription">