mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
start on manual collection creation
This commit is contained in:
parent
cc87a41cad
commit
e8a58abae8
9 changed files with 73 additions and 64 deletions
|
@ -15,7 +15,12 @@
|
|||
|
||||
<br />
|
||||
<div style="margin: 1em 0;">
|
||||
<label for="chkSaveLocalMetadata">Save metadata into media folders</label>
|
||||
<input type="checkbox" id="chkEnableInternetProviders" name="chkEnableInternetProviders" checked="checked" />
|
||||
<label for="chkEnableInternetProviders">Download artwork and metadata from the internet </label>
|
||||
<div class="fieldDescription">Media Browser can download information about your media to enable rich presentations.</div>
|
||||
</div>
|
||||
<div style="margin: 2em 0;">
|
||||
<label for="chkSaveLocalMetadata">Save artwork and metadata into media folders</label>
|
||||
<input id="chkSaveLocalMetadata" name="chkSaveLocalMetadata" type="checkbox" checked="checked" />
|
||||
<div class="fieldDescription">Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue