diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex index dd25bae..bed943e 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex @@ -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." + />