jellyfin-web/dashboard-ui/metadataimages.html

76 lines
4.5 KiB
HTML
Raw Normal View History

2016-07-11 09:56:16 -07:00
<div id="metadataImagesConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="jqmlistview,emby-collapse,scripts/metadataimagespage,paper-checkbox,paper-input,paper-fab,paper-icon-item,paper-item-body,emby-button">
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">
<div>
2016-03-15 22:33:31 -07:00
<label for="selectItemType" class="selectLabel">${LabelCustomizeOptionsPerMediaType}</label>
<select id="selectItemType" data-mini="true"></select>
</div>
<br />
<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;">
<div>
<paper-input type="number" id="txtMaxBackdrops" pattern="[0-9]*" required="required" min="0" label="${LabelMaxBackdropsPerItem}"></paper-input>
</div>
<br />
<div>
<paper-input type="number" id="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinBackdropDownloadWidth}"></paper-input>
</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;">
<div>
<paper-input type="number" id="txtMaxScreenshots" pattern="[0-9]*" required="required" min="0" label="${LabelMaxScreenshotsPerItem}"></paper-input>
</div>
2014-02-10 11:39:41 -07:00
2016-07-11 09:56:16 -07:00
<div>
<paper-input type="number" id="txtMinScreenshotDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinScreenshotDownloadWidth}"></paper-input>
</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>
</div>
2016-07-11 09:56:16 -07:00
</div>
2016-03-15 22:33:31 -07:00
<br />
<br />
<ul data-role="listview" class="ulForm">
<li>
2016-06-04 20:50:07 -07:00
<button is="emby-button" type="submit" class="raised submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></button>
2016-03-15 22:33:31 -07:00
</li>
</ul>
</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>