2016-09-15 16:17:50 -07:00
|
|
|
|
<div id="metadataImagesConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="emby-collapse,scripts/metadataimagespage,emby-checkbox,emby-button,emby-input,emby-select">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
|
<div>
|
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
|
|
|
|
|
2017-03-05 08:37:38 -07:00
|
|
|
|
<form class="metadataImagesConfigurationForm">
|
|
|
|
|
<h1 style="margin-top:0;">${HeaderPreferredMetadataLanguage}</h1>
|
|
|
|
|
|
|
|
|
|
<p style="margin:1.5em 0;">${DefaultMetadataLangaugeDescription}</p>
|
|
|
|
|
|
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectLanguage" required="required" label="${LabelLanguage}"></select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectCountry" required="required" label="${LabelCountry}"></select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectItemType" data-mini="true" label="${LabelCustomizeOptionsPerMediaType}"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div class="metadataReaders" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="metadataSavers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="metadataFetchers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="imageFetchers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div is="emby-collapse" title="${HeaderImageSettings}">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<div class="backdropFields" style="margin-bottom: 2em; display: none;">
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMaxBackdrops" pattern="[0-9]*" required="required" min="0" label="${LabelMaxBackdropsPerItem}" />
|
2016-04-09 13:20:19 -07:00
|
|
|
|
</div>
|
2017-03-05 08:37:38 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinBackdropDownloadWidth}" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
|
2017-03-05 08:37:38 -07:00
|
|
|
|
<div class="screenshotFields" style="margin-bottom: 2em; display: none;">
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMaxScreenshots" pattern="[0-9]*" required="required" min="0" label="${LabelMaxScreenshotsPerItem}" />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
|
2017-03-05 08:37:38 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMinScreenshotDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinScreenshotDownloadWidth}" />
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2013-03-15 09:08:15 -07:00
|
|
|
|
</div>
|
2014-02-02 09:59:14 -07:00
|
|
|
|
|
2017-03-05 08:37:38 -07:00
|
|
|
|
<h3 class="checkboxListLabel">${HeaderFetchImages}</h3>
|
|
|
|
|
<div class="imageSelections checkboxList">
|
|
|
|
|
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Primary" />
|
|
|
|
|
<span>${OptionDownloadPrimaryImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Art" />
|
|
|
|
|
<span>${OptionDownloadArtImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="BoxRear" />
|
|
|
|
|
<span>${OptionDownloadBackImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Banner" />
|
|
|
|
|
<span>${OptionDownloadBannerImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Box" />
|
|
|
|
|
<span>${OptionDownloadBoxImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Disc" />
|
|
|
|
|
<span>${OptionDownloadDiscImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Logo" />
|
|
|
|
|
<span>${OptionDownloadLogoImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Menu" />
|
|
|
|
|
<span>${OptionDownloadMenuImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Thumb" />
|
|
|
|
|
<span>${OptionDownloadThumbImage}</span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2017-03-05 08:37:38 -07:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div><button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button></div>
|
|
|
|
|
</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>
|