From 998acca187e1e7340e6803a05ea9a80224cf4076 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 12 Mar 2024 17:01:02 -0700 Subject: [PATCH] Clarified embedding vs. downloading on media profile form --- .../media_profile_html/media_profile_form.html.heex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 e149ed0..e98c683 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 @@ -35,13 +35,13 @@ field={f[:download_auto_subs]} type="toggle" label="Download Autogenerated Subtitles" - help="Prefers normal subs but will download autogenerated if needed" + help="Prefers normal subs but will download autogenerated if needed. Requires 'Download Subtitles' to be enabled" /> <.input field={f[:embed_subs]} type="toggle" label="Embed Subtitles" - help="Embeds subtitles in the video file itself, if supported (recommended)" + help="Downloads and embeds subtitles in the media file itself, if supported. Uneffected by 'Download Subtitles' (recommended)" /> <.input field={f[:sub_langs]} @@ -63,7 +63,7 @@ field={f[:embed_thumbnail]} type="toggle" label="Embed Thumbnail" - help="Embeds thumbnail in the video file itself, if supported (recommended)" + help="Downloads and embeds thumbnail in the media file itself, if supported. Uneffected by 'Download Thumbnail' (recommended)" />

@@ -79,7 +79,7 @@ field={f[:embed_metadata]} type="toggle" label="Embed Metadata" - help="Embeds metadata in the video file itself, if supported (recommended)" + help="Downloads and embeds metadata in the media file itself, if supported. Uneffected by 'Download Metadata' (recommended)" />

@@ -109,7 +109,7 @@ options={friendly_resolution_options()} type="select" label="Preferred Resolution" - help="Will grab the closest available resolution if your preferred is not available" + help="Will grab the closest available resolution if your preferred is not available. 'Audio Only' grabs the highest quality m4a" /> <.button class="my-10 sm:mb-7.5 w-full sm:w-auto">Save Media profile