2016-08-21 12:18:58 -07:00
|
|
|
|
<div id="metadataImagesConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="emby-collapse,scripts/metadataimagespage,paper-checkbox,emby-button,emby-input,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
|
|
|
|
<div class="tabContent">
|
2016-04-15 12:57:54 -07:00
|
|
|
|
<form class="metadataImagesConfigurationForm">
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectItemType" data-mini="true" label="${LabelCustomizeOptionsPerMediaType}"></select>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-04-15 12:57:54 -07:00
|
|
|
|
<div class="metadataReaders" style="margin-bottom: 2em;">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-04-15 12:57:54 -07:00
|
|
|
|
<div class="metadataSavers" style="margin-bottom: 2em;">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="metadataFetchers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="imageFetchers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
2013-12-25 23:17:19 -07:00
|
|
|
|
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<div is="emby-collapse" title="${HeaderImageSettings}">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<div class="backdropFields" style="margin-bottom: 2em; display: none;">
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMaxBackdrops" pattern="[0-9]*" required="required" min="0" label="${LabelMaxBackdropsPerItem}"/>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinBackdropDownloadWidth}"/>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2016-04-09 13:20:19 -07:00
|
|
|
|
</div>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<div class="screenshotFields" style="margin-bottom: 2em; display: none;">
|
2016-08-21 12:18:58 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMaxScreenshots" pattern="[0-9]*" required="required" min="0" label="${LabelMaxScreenshotsPerItem}"/>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
|
2016-08-21 12:18:58 -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>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<div class="paperListLabel">${HeaderFetchImages}</div>
|
|
|
|
|
<div class="imageSelections paperCheckboxList">
|
2014-02-10 11:39:41 -07:00
|
|
|
|
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Primary">${OptionDownloadPrimaryImage}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Art">${OptionDownloadArtImage}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="BoxRear">${OptionDownloadBackImage}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Banner">${OptionDownloadBannerImage}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Box">${OptionDownloadBoxImage}</paper-checkbox>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Disc">${OptionDownloadDiscImage}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Logo">${OptionDownloadLogoImage}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Menu">${OptionDownloadMenuImage}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="imageType hide" data-imagetype="Thumb">${OptionDownloadThumbImage}</paper-checkbox>
|
|
|
|
|
</div>
|
2013-03-15 09:08:15 -07:00
|
|
|
|
</div>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2014-02-02 09:59:14 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2016-08-05 13:25:09 -07:00
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
</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>
|