2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<title>${TitleMetadata}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<div id="metadataImagesConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<div class="content-primary">
|
2014-02-10 13:11:46 -07:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true" style="margin-bottom: 20px!important;">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="metadata.html" data-role="button">${TabBasics}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabServices}</a>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<a href="metadatasubtitles.html" data-role="button">${TabSubtitles}</a>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<a href="metadatakodi.html" data-role="button">${TabKodiMetadata}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="metadataadvanced.html" data-role="button">${TabAdvanced}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2014-02-10 21:55:01 -07:00
|
|
|
|
<div class="tabContent">
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<form class="metadataImagesConfigurationForm" style="margin-top: 10px; max-width: 800px;">
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div style="width: 75%;">
|
|
|
|
|
<label for="selectItemType">${LabelCustomizeOptionsPerMediaType}</label>
|
|
|
|
|
<select id="selectItemType" data-mini="true"></select>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<div class="metadataReaders" style="margin-bottom: 2em; width: 75%;">
|
2014-02-02 06:36:31 -07:00
|
|
|
|
</div>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<div class="metadataSavers" style="margin-bottom: 2em; width: 75%;">
|
2014-02-02 06:36:31 -07:00
|
|
|
|
</div>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<div class="metadataFetchers" style="margin-bottom: 2em;">
|
|
|
|
|
</div>
|
2014-02-10 21:55:01 -07:00
|
|
|
|
<div class="imageFetchers" style="margin-bottom: 2em;">
|
2013-03-15 09:08:15 -07:00
|
|
|
|
</div>
|
2013-12-25 23:17:19 -07:00
|
|
|
|
|
2014-02-10 11:39:41 -07:00
|
|
|
|
<div data-role="collapsible">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<h2>${HeaderImageSettings}</h2>
|
2014-02-02 06:36:31 -07:00
|
|
|
|
<div>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div class="backdropFields" style="margin-bottom: 2em; display: none;">
|
|
|
|
|
<div>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="txtMaxBackdrops">${LabelMaxBackdropsPerItem}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="number" id="txtMaxBackdrops" name="txtMaxBackdrops" pattern="[0-9]*" required="required" min="0" />
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
2014-02-19 21:53:15 -07:00
|
|
|
|
<br />
|
2014-02-10 11:39:41 -07:00
|
|
|
|
<div>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="txtMinBackdropDownloadWidth">${LabelMinBackdropDownloadWidth}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="number" id="txtMinBackdropDownloadWidth" name="txtMinBackdropDownloadWidth" pattern="[0-9]*" required="required" min="0" />
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="screenshotFields" style="margin-bottom: 2em; display: none;">
|
|
|
|
|
<div>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="txtMaxScreenshots">${LabelMaxScreenshotsPerItem}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="number" id="txtMaxScreenshots" name="txtMaxScreenshots" pattern="[0-9]*" required="required" min="0" />
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="txtMinScreenshotDownloadWidth">${LabelMinScreenshotDownloadWidth}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="number" id="txtMinScreenshotDownloadWidth" name="txtMinScreenshotDownloadWidth" pattern="[0-9]*" required="required" min="0" />
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-02-23 20:27:13 -07:00
|
|
|
|
<fieldset class="imageSelections" data-role="controlgroup" style="border-bottom: 1px solid #ddd;">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<legend>${HeaderFetchImages}</legend>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
<div class="imageType" data-imagetype="Primary" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadPrimary" name="chkDownloadPrimary" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadPrimary">${OptionDownloadPrimaryImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="Art" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadArt" name="chkDownloadArt" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadArt">${OptionDownloadArtImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="BoxRear" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkBack" name="chkBack" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkBack">${OptionDownloadBackImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="Banner" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadBanner" name="chkDownloadBanner" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadBanner">${OptionDownloadBannerImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="Box" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadBox" name="chkDownloadBox" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadBox">${OptionDownloadBoxImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="Disc" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadDisc" name="chkDownloadDisc" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadDisc">${OptionDownloadDiscImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="Logo" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadLogo" name="chkDownloadLogo" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadLogo">${OptionDownloadLogoImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="Menu" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadMenu" name="chkDownloadMenu" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadMenu">${OptionDownloadMenuImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="imageType" data-imagetype="Thumb" style="display: none;">
|
|
|
|
|
<input type="checkbox" data-mini="true" id="chkDownloadThumb" name="chkDownloadThumb" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkDownloadThumb">${OptionDownloadThumbImage}</label>
|
2014-02-10 11:39:41 -07:00
|
|
|
|
</div>
|
|
|
|
|
</fieldset>
|
2013-12-25 23:17:19 -07:00
|
|
|
|
</div>
|
2013-03-15 09:08:15 -07:00
|
|
|
|
</div>
|
2014-02-02 09:59:14 -07:00
|
|
|
|
|
2014-02-02 06:36:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
${ButtonSave}
|
2014-02-02 06:36:31 -07:00
|
|
|
|
</button>
|
|
|
|
|
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
${ButtonCancel}
|
2014-02-02 06:36:31 -07:00
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
2014-02-02 06:36:31 -07:00
|
|
|
|
$('.metadataImagesConfigurationForm').off('submit', MetadataImagesPage.onSubmit).on('submit', MetadataImagesPage.onSubmit);
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|