2017-01-21 18:37:38 -05:00
|
|
|
|
<h1>${HeaderLibrarySettings}</h1>
|
2016-10-02 00:31:47 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkEnableInternetProvidersContainer hide">
|
|
|
|
|
<label>
|
2016-10-27 13:29:40 -04:00
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableInternetProviders" checked />
|
2016-10-02 00:31:47 -04:00
|
|
|
|
<span>${LabelDownloadInternetMetadata}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelDownloadInternetMetadataHelp}</div>
|
|
|
|
|
</div>
|
2017-01-21 18:37:38 -05:00
|
|
|
|
<div class="selectContainer fldMetadataLanguage hide" style="margin-top:3em;">
|
|
|
|
|
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}" required="required"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="selectContainer fldMetadataCountry hide">
|
|
|
|
|
<select is="emby-select" id="selectCountry" label="${LabelCountry}" required="required"></select>
|
|
|
|
|
</div>
|
2016-10-02 00:31:47 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkSaveLocalContainer hide">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkSaveLocal" />
|
|
|
|
|
<span>${LabelSaveLocalMetadata}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelSaveLocalMetadataHelp}</div>
|
|
|
|
|
</div>
|
2016-08-15 00:36:17 -04: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-11-22 13:22:01 -05:00
|
|
|
|
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription hide chkDownloadImagesInAdvanceContainer">
|
|
|
|
|
<label>
|
2017-01-21 18:37:38 -05:00
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkDownloadImagesInAdvance" />
|
2016-11-22 13:22:01 -05:00
|
|
|
|
<span>${OptionDownloadImagesInAdvance}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDownloadImagesInAdvanceHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-24 16:46:26 -04:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
2016-10-02 00:31:47 -04:00
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableRealtimeMonitor" />
|
2016-08-24 16:46:26 -04:00
|
|
|
|
<span>${LabelEnableRealtimeMonitor}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableRealtimeMonitorHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-11-22 13:22:01 -05:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription hide chkImportMissingEpisodesContainer">
|
2016-09-11 13:09:10 -04:00
|
|
|
|
<label>
|
2016-11-22 13:22:01 -05:00
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkImportMissingEpisodes" />
|
|
|
|
|
<span>${LabelDisplayMissingEpisodesWithinSeasons}</span>
|
2016-09-11 13:09:10 -04:00
|
|
|
|
</label>
|
2016-11-22 13:22:01 -05:00
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${ImportMissingEpisodesHelp}</div>
|
2016-09-11 13:09:10 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-12-06 03:24:29 -05:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription chkAutomaticallyGroupSeriesContainer hide">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkAutomaticallyGroupSeries" />
|
|
|
|
|
<span>${OptionAutomaticallyGroupSeries}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionAutomaticallyGroupSeriesHelp}</div>
|
|
|
|
|
</div>
|
2017-01-21 18:37:38 -05:00
|
|
|
|
|
|
|
|
|
<div class="chapterSettingsSection hide">
|
|
|
|
|
<h1>${HeaderChapterSettings}</h1>
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription fldExtractChapterImages">
|
|
|
|
|
<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">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkExtractChaptersDuringLibraryScan" />
|
|
|
|
|
<span>${LabelExtractChaptersDuringLibraryScan}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelExtractChaptersDuringLibraryScanHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|