mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
29 lines
1.4 KiB
HTML
29 lines
1.4 KiB
HTML
<div id="metadataConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="scripts/metadataconfigurationpage,emby-checkbox,emby-button,emby-select">
|
|
|
|
<div data-role="content">
|
|
|
|
<div class="content-primary">
|
|
|
|
<form class="metadataConfigurationForm">
|
|
|
|
<div style="margin:1em 0;background: #e8e8e8;padding: 1em;">
|
|
<h1 style="margin-top:.5em;">Some metadata settings have moved</h1>
|
|
<p>You can now configure internet providers and saving of local metadata on a per-library basis.</p>
|
|
<p>To do this, go to Library setup and click on a library to view the options.</p>
|
|
</div>
|
|
<br/>
|
|
<div class="selectContainer">
|
|
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}" required="required"></select>
|
|
</div>
|
|
<div class="selectContainer">
|
|
<select is="emby-select" id="selectCountry" label="${LabelCountry}" required="required"></select>
|
|
</div>
|
|
<br />
|
|
<div>
|
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
</div> |