jellyfin-web/dashboard-ui/metadata.html

29 lines
1.4 KiB
HTML
Raw Normal View History

2016-08-25 10:06:30 -07:00
<div id="metadataConfigurationPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="scripts/metadataconfigurationpage,emby-checkbox,emby-button,emby-select">
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
<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>
2016-08-24 22:41:44 -07:00
</div>
<br/>
2016-08-25 10:06:30 -07:00
<div class="selectContainer">
<select is="emby-select" id="selectLanguage" label="${LabelMetadataDownloadLanguage}" required="required"></select>
2016-08-24 22:41:44 -07:00
</div>
2016-08-25 10:06:30 -07:00
<div class="selectContainer">
<select is="emby-select" id="selectCountry" label="${LabelCountry}" required="required"></select>
2016-08-24 22:41:44 -07:00
</div>
<br />
<div>
2016-09-17 22:52:10 -07:00
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
2016-08-24 22:41:44 -07:00
</div>
2016-03-15 22:33:31 -07:00
</form>
2013-02-20 18:33:05 -07:00
</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>