UI hoopla (#351)
* Add a disclaimer about changing params * fix formatting * paragraphs are volatile
This commit is contained in:
parent
721de97cc1
commit
b02403da84
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user