From 5b12ef6b6a309fcdc0cc3131b57c53a23aa26b4e Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Wed, 13 Mar 2024 11:26:32 -0700 Subject: [PATCH] Added NFO option to media profile --- .../media_profile_html/media_profile_form.html.heex | 6 ++++++ 1 file changed, 6 insertions(+) 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." + />

Release Format Options