2014-06-29 20:04:50 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleMetadata}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-02-11 21:33:14 -07:00
|
|
|
|
<div id="metadataNfoPage" data-role="page" class="page type-interior metadataConfigurationPage" data-require="scripts/metadatanfo,paper-checkbox">
|
2014-06-29 20:04:50 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
|
|
|
<a href="metadata.html" data-role="button">${TabBasics}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="metadataimages.html" data-role="button">${TabServices}</a>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
<a href="metadatasubtitles.html" data-role="button">${TabSubtitles}</a>
|
2015-01-26 09:47:15 -07:00
|
|
|
|
<a href="#" class="ui-btn-active" data-role="button">${TabNfo}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="metadataadvanced.html" data-role="button">${TabAdvanced}</a>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-01-26 09:47:15 -07:00
|
|
|
|
<form class="metadataNfoForm">
|
2014-06-29 20:04:50 -07:00
|
|
|
|
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<p>${HeaderKodiMetadataHelp}</p>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
<br />
|
|
|
|
|
<ul class="ulForm" data-role="listview">
|
|
|
|
|
|
|
|
|
|
<li>
|
2016-02-07 14:16:02 -07:00
|
|
|
|
<label for="selectUser" class="selectLabel">${LabelKodiMetadataUser}</label>
|
2015-01-26 09:47:15 -07:00
|
|
|
|
<select name="selectUser" id="selectUser" data-mini="true"></select>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<div class="fieldDescription">${LabelKodiMetadataUserHelp}</div>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li>
|
2016-02-07 14:16:02 -07:00
|
|
|
|
<label for="selectReleaseDateFormat" class="selectLabel">${LabelKodiMetadataDateFormat}</label>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
<select name="selectReleaseDateFormat" id="selectReleaseDateFormat" data-mini="true">
|
|
|
|
|
<option value="yyyy-MM-dd">yyyy-MM-dd</option>
|
|
|
|
|
</select>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<div class="fieldDescription">${LabelKodiMetadataDateFormatHelp}</div>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2016-02-11 21:33:14 -07:00
|
|
|
|
<br/>
|
|
|
|
|
<paper-checkbox id="chkSaveImagePaths">${LabelKodiMetadataSaveImagePaths}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelKodiMetadataSaveImagePathsHelp}</div>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2016-02-11 21:33:14 -07:00
|
|
|
|
<paper-checkbox id="chkEnablePathSubstitution">${LabelKodiMetadataEnablePathSubstitution}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<div>${LabelKodiMetadataEnablePathSubstitutionHelp}</div>
|
|
|
|
|
<div style="margin-top: .5em;"><a href="librarypathmapping.html">${LabelKodiMetadataEnablePathSubstitutionHelp2}</a></div>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
</div>
|
|
|
|
|
</li>
|
2014-07-12 07:05:51 -07:00
|
|
|
|
<li>
|
2016-02-11 21:33:14 -07:00
|
|
|
|
<paper-checkbox id="chkEnableExtraThumbs">${LabelKodiMetadataEnableExtraThumbs}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelKodiMetadataEnableExtraThumbsHelp}</div>
|
2014-07-12 07:05:51 -07:00
|
|
|
|
</li>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
</ul>
|
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2015-06-22 08:43:19 -07:00
|
|
|
|
<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>
|
2014-06-29 20:04:50 -07:00
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|