2016-08-25 10:06:30 -07:00
|
|
|
|
<div id="metadataConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="scripts/metadataconfigurationpage,emby-checkbox,emby-button,emby-select">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="content-primary">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form class="metadataConfigurationForm">
|
|
|
|
|
|
2016-08-25 10:06:30 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkEnableInternetProviders" />
|
|
|
|
|
<span>${LabelDownloadInternetMetadata}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelDownloadInternetMetadataHelp}</div>
|
2016-08-24 22:41:44 -07:00
|
|
|
|
</div>
|
2016-08-25 10:06:30 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkSaveLocal" />
|
|
|
|
|
<span>${LabelSaveLocalMetadata}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelSaveLocalMetadataHelp}</div>
|
2016-08-24 22:41:44 -07:00
|
|
|
|
</div>
|
2016-08-25 10:06:30 -07:00
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
|
<label>
|
|
|
|
|
<input is="emby-checkbox" type="checkbox" id="chkDownloadImagesInAdvance" />
|
|
|
|
|
<span>${OptionDownloadImagesInAdvance}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${OptionDownloadImagesInAdvanceHelp}</div>
|
2016-08-24 22:41:44 -07:00
|
|
|
|
</div>
|
2016-08-25 10:06:30 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}" required="required"></select>
|
2016-08-24 22:41:44 -07:00
|
|
|
|
</div>
|
2016-08-25 10:06:30 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectCountry" label="${LabelCountry}" required="required"></select>
|
2016-08-24 22:41:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|