Added NFO option to media profile
This commit is contained in:
parent
afad769d0b
commit
5b12ef6b6a
1 changed files with 6 additions and 0 deletions
|
|
@ -81,6 +81,12 @@
|
|||
label="Embed Metadata"
|
||||
help="Downloads and embeds metadata in the media file itself, if supported. Uneffected by 'Download Metadata' (recommended)"
|
||||
/>
|
||||
<.input
|
||||
field={f[:download_nfo]}
|
||||
type="toggle"
|
||||
label="Download NFO data"
|
||||
help="Downloads NFO data alongside media file for use with Jellyfin, Kodi, etc."
|
||||
/>
|
||||
|
||||
<h3 class="mt-8 text-2xl text-black dark:text-white">
|
||||
Release Format Options
|
||||
|
|
|
|||
Loading…
Reference in a new issue