Rationalize configuration wording
Make it read more like settings than attempting to explain it conversationally.
This commit is contained in:
parent
69fb122c92
commit
05de2b44fe
@ -223,37 +223,37 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="SkipFirstEpisode" type="checkbox" is="emby-checkbox" />
|
<input id="SkipFirstEpisode" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Automatically skip analysis of the first episode of a season</span>
|
<span>Ignore intro in the first episode of a season</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
If checked, auto skip will ignore introductions in the first episode of a season.<br />
|
If checked, auto skip will ignore introduction in the first episode of a season.<br />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel inputLabelUnfocused" for="ShowPromptAdjustment">
|
<label class="inputLabel inputLabelUnfocused" for="ShowPromptAdjustment">
|
||||||
Show skip prompt at
|
Skip prompt offset (in seoncds)
|
||||||
</label>
|
</label>
|
||||||
<input id="ShowPromptAdjustment" type="number" is="emby-input" min="0" />
|
<input id="ShowPromptAdjustment" type="number" is="emby-input" min="0" />
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
Seconds before the introduction starts to display the skip prompt at.
|
Seconds to display skip prompt before introduction begins.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel inputLabelUnfocused" for="HidePromptAdjustment">
|
<label class="inputLabel inputLabelUnfocused" for="HidePromptAdjustment">
|
||||||
Hide skip prompt after
|
Skip prompt timeout (in seconds)
|
||||||
</label>
|
</label>
|
||||||
<input id="HidePromptAdjustment" type="number" is="emby-input" min="2" />
|
<input id="HidePromptAdjustment" type="number" is="emby-input" min="2" />
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
Seconds after the introduction starts to hide the skip prompt at.
|
Seconds after introduction before skip prompt is hidden.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<label class="inputLabel inputLabelUnfocused" for="SecondsOfIntroToPlay">
|
<label class="inputLabel inputLabelUnfocused" for="SecondsOfIntroToPlay">
|
||||||
Seconds of intro to play
|
Intro playback offset (in seconds)
|
||||||
</label>
|
</label>
|
||||||
<input id="SecondsOfIntroToPlay" type="number" is="emby-input" min="0" />
|
<input id="SecondsOfIntroToPlay" type="number" is="emby-input" min="0" />
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
@ -290,7 +290,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<input id="AutoSkipNotificationText" type="text" is="emby-input" />
|
<input id="AutoSkipNotificationText" type="text" is="emby-input" />
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
Message sent to a user after automatically skipping an introduction. Leave blank to skip sending a notification.
|
Message shown after automatically skipping an introduction. Leave blank to disable notification.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user