2016-09-15 19:17:50 -04: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 20:33:05 -05:00
|
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div data-role="content">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div class="content-primary">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div class="tabContent">
|
2016-04-15 15:57:54 -04:00
|
|
|
|
<form class="metadataImagesConfigurationForm">
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="selectContainer">
|
|
|
|
|
<select is="emby-select" id="selectItemType" data-mini="true" label="${LabelCustomizeOptionsPerMediaType}"></select>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-04-15 15:57:54 -04:00
|
|
|
|
<div class="metadataReaders" style="margin-bottom: 2em;">
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
2016-04-15 15:57:54 -04:00
|
|
|
|
<div class="metadataSavers" style="margin-bottom: 2em;">
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div class="metadataFetchers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="imageFetchers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
2013-12-26 01:17:19 -05:00
|
|
|
|
|
2016-07-11 12:56:16 -04:00
|
|
|
|
<div is="emby-collapse" title="${HeaderImageSettings}">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<div class="backdropFields" style="margin-bottom: 2em; display: none;">
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMaxBackdrops" pattern="[0-9]*" required="required" min="0" label="${LabelMaxBackdropsPerItem}"/>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinBackdropDownloadWidth}"/>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2016-04-09 16:20:19 -04:00
|
|
|
|
</div>
|
2014-02-10 13:39:41 -05:00
|
|
|
|
|
2016-07-11 12:56:16 -04:00
|
|
|
|
<div class="screenshotFields" style="margin-bottom: 2em; display: none;">
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMaxScreenshots" pattern="[0-9]*" required="required" min="0" label="${LabelMaxScreenshotsPerItem}"/>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2014-02-10 13:39:41 -05:00
|
|
|
|
|
2016-08-21 15:18:58 -04:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtMinScreenshotDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinScreenshotDownloadWidth}"/>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
2014-02-10 13:39:41 -05:00
|
|
|
|
|
2016-09-15 19:17:50 -04:00
|
|
|
|
<h3 class="checkboxListLabel">${HeaderFetchImages}</h3>
|
|
|
|
|
<div class="imageSelections checkboxList">
|
2014-02-10 13:39:41 -05:00
|
|
|
|
|
2016-09-15 19:17:50 -04:00
|
|
|
|
<label class="hide">
|
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="imageType" data-imagetype="Primary" />
|
|
|
|
|
<span>${OptionDownloadPrimaryImage}</span>
|
|
|
|
|
</label>
|
2014-02-10 13:39:41 -05:00
|
|
|
|
|
2016-09-15 19:17:50 -04:00
|
|
|
|
<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>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2013-03-15 12:08:15 -04:00
|
|
|
|
</div>
|
2016-07-11 12:56:16 -04:00
|
|
|
|
</div>
|
2014-02-02 11:59:14 -05:00
|
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2016-09-18 01:52:10 -04:00
|
|
|
|
<div><button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button></div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</form>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|