mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
50 lines
2.8 KiB
HTML
50 lines
2.8 KiB
HTML
<div id="metadataNfoPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="scripts/metadatanfo,emby-checkbox,emby-button,emby-select">
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="content-primary">
|
|
<form class="metadataNfoForm">
|
|
|
|
<p>${HeaderKodiMetadataHelp}</p>
|
|
<br />
|
|
<div class="selectContainer">
|
|
<select is="emby-select" name="selectUser" id="selectUser" label="${LabelKodiMetadataUser}"></select>
|
|
<div class="fieldDescription">${LabelKodiMetadataUserHelp}</div>
|
|
</div>
|
|
|
|
<div class="selectContainer">
|
|
<select is="emby-select" name="selectReleaseDateFormat" id="selectReleaseDateFormat" label="${LabelKodiMetadataDateFormat}">
|
|
<option value="yyyy-MM-dd">yyyy-MM-dd</option>
|
|
</select>
|
|
<div class="fieldDescription">${LabelKodiMetadataDateFormatHelp}</div>
|
|
</div>
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" id="chkSaveImagePaths" />
|
|
<span>${LabelKodiMetadataSaveImagePaths}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelKodiMetadataSaveImagePathsHelp}</div>
|
|
</div>
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" id="chkEnablePathSubstitution" />
|
|
<span>${LabelKodiMetadataEnablePathSubstitution}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">
|
|
<div>${LabelKodiMetadataEnablePathSubstitutionHelp}</div>
|
|
<div style="margin-top: .5em;"><a href="librarypathmapping.html">${LabelKodiMetadataEnablePathSubstitutionHelp2}</a></div>
|
|
</div>
|
|
</div>
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
<label>
|
|
<input type="checkbox" is="emby-checkbox" id="chkEnableExtraThumbs" />
|
|
<span>${LabelKodiMetadataEnableExtraThumbs}</span>
|
|
</label>
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelKodiMetadataEnableExtraThumbsHelp}</div>
|
|
</div>
|
|
<div><button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button></div>
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
</div> |