jellyfin-web/dashboard-ui/metadataimages.html

77 lines
4.4 KiB
HTML
Raw Normal View History

2016-04-15 19:23:01 -07:00
<div id="metadataImagesConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="emby-collapsible,scripts/metadataimagespage,paper-checkbox,paper-input,paper-fab,paper-icon-item,paper-item-body">
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-04-09 13:20:19 -07:00
<emby-collapsible title="${HeaderImageSettings}">
<br />
<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>
2016-03-15 22:33:31 -07:00
<br />
2016-04-09 13:20:19 -07:00
<div>
<paper-input type="number" id="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinBackdropDownloadWidth}"></paper-input>
2016-03-15 22:33:31 -07:00
</div>
2016-04-09 13:20:19 -07:00
</div>
2014-02-10 11:39:41 -07:00
2016-04-09 13:20:19 -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-04-09 13:20:19 -07:00
<div>
<paper-input type="number" id="txtMinScreenshotDownloadWidth" pattern="[0-9]*" required="required" min="0" label="${LabelMinScreenshotDownloadWidth}"></paper-input>
2016-03-15 22:33:31 -07:00
</div>
2016-04-09 13:20:19 -07:00
</div>
2014-02-10 11:39:41 -07:00
2016-04-15 22:27:10 -07:00
<div class="paperListLabel">${HeaderFetchImages}</div>
2016-04-09 13:20:19 -07:00
<div class="imageSelections paperCheckboxList">
2014-02-10 11:39:41 -07:00
2016-04-09 13:20:19 -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-04-09 13:20:19 -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>
2016-04-09 13:20:19 -07:00
</emby-collapsible>
2016-03-15 22:33:31 -07:00
<br />
<br />
<ul data-role="listview" class="ulForm">
<li>
<button type="submit" data-role="none" class="clearButton">
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
</button>
</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>