More standardized formatting
This commit is contained in:
parent
b4fdf14f26
commit
8f46af69e4
@ -32,7 +32,7 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="AutoDetectIntros" type="checkbox" is="emby-checkbox" />
|
<input id="AutoDetectIntros" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Automatically Scan Intros</span>
|
<span>Automatically Analyze Intros</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription">If enabled, new media will be automatically analyzed for introductions</div>
|
<div class="fieldDescription">If enabled, new media will be automatically analyzed for introductions</div>
|
||||||
</div>
|
</div>
|
||||||
@ -40,7 +40,7 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="AutoDetectCredits" type="checkbox" is="emby-checkbox" />
|
<input id="AutoDetectCredits" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Automatically Scan Credits</span>
|
<span>Automatically Analyze Credits</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
@ -61,13 +61,10 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="AnalyzeSeasonZero" type="checkbox" is="emby-checkbox" />
|
<input id="AnalyzeSeasonZero" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Analyze season 0</span>
|
<span>Analyze Season 0 (Specials / Extras)</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
If checked, season 0 (specials / extras) will be included in analysis.
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
Note: Shows containing both a specials and extra folder will identify extras as season 0 and ignore specials, regardless of this setting.
|
Note: Shows containing both a specials and extra folder will identify extras as season 0 and ignore specials, regardless of this setting.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -259,7 +256,7 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="AutoSkip" type="checkbox" is="emby-checkbox" />
|
<input id="AutoSkip" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Automatically skip intros</span>
|
<span>Automatically Skip Intros</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
@ -271,7 +268,7 @@
|
|||||||
<div id="divSkipFirstEpisode" class="checkboxContainer checkboxContainer-withDescription">
|
<div id="divSkipFirstEpisode" 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>Play intro for first episode of a season</span>
|
<span>Play Intro for First Episode of a Season</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="fieldDescription">If checked, auto skip will play the introduction of the first episode in a season.<br /></div>
|
<div class="fieldDescription">If checked, auto skip will play the introduction of the first episode in a season.<br /></div>
|
||||||
@ -288,7 +285,7 @@
|
|||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label class="emby-checkbox-label">
|
<label class="emby-checkbox-label">
|
||||||
<input id="AutoSkipCredits" type="checkbox" is="emby-checkbox" />
|
<input id="AutoSkipCredits" type="checkbox" is="emby-checkbox" />
|
||||||
<span>Automatically skip credits</span>
|
<span>Automatically Skip Credits</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="fieldDescription">
|
<div class="fieldDescription">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user