2016-08-12 23:33:31 -07:00
|
|
|
|
<h1>${HeaderSettings}</h1>
|
2016-08-14 21:36:17 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkEnablePhotosContainer">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnablePhotos" checked />
|
|
|
|
|
<span>${EnablePhotos}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${EnablePhotosHelp}</div>
|
|
|
|
|
</div>
|
2016-08-24 13:46:26 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
2016-08-29 14:06:24 -07:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableRealtimeMonitor"/>
|
2016-08-24 13:46:26 -07:00
|
|
|
|
<span>${LabelEnableRealtimeMonitor}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableRealtimeMonitorHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-29 14:06:24 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChapterImages hide">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkExtractChapterImages" />
|
|
|
|
|
<span>${OptionExtractChapterImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${ExtractChapterImagesHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChaptersDuringLibraryScan hide">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkExtractChaptersDuringLibraryScan" />
|
|
|
|
|
<span>${LabelExtractChaptersDuringLibraryScan}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelExtractChaptersDuringLibraryScanHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-12 23:33:31 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkArhiveAsMediaContainer">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkArhiveAsMedia" />
|
|
|
|
|
<span>${OptionDetectArchiveFilesAsMedia}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDetectArchiveFilesAsMediaHelp}</div>
|
|
|
|
|
</div>
|