Clarified embedding vs. downloading on media profile form
This commit is contained in:
parent
96b6e7e83a
commit
998acca187
1 changed files with 5 additions and 5 deletions
|
|
@ -35,13 +35,13 @@
|
||||||
field={f[:download_auto_subs]}
|
field={f[:download_auto_subs]}
|
||||||
type="toggle"
|
type="toggle"
|
||||||
label="Download Autogenerated Subtitles"
|
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
|
<.input
|
||||||
field={f[:embed_subs]}
|
field={f[:embed_subs]}
|
||||||
type="toggle"
|
type="toggle"
|
||||||
label="Embed Subtitles"
|
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
|
<.input
|
||||||
field={f[:sub_langs]}
|
field={f[:sub_langs]}
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
field={f[:embed_thumbnail]}
|
field={f[:embed_thumbnail]}
|
||||||
type="toggle"
|
type="toggle"
|
||||||
label="Embed Thumbnail"
|
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)"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<h3 class="mt-8 text-2xl text-black dark:text-white">
|
<h3 class="mt-8 text-2xl text-black dark:text-white">
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
field={f[:embed_metadata]}
|
field={f[:embed_metadata]}
|
||||||
type="toggle"
|
type="toggle"
|
||||||
label="Embed Metadata"
|
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)"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<h3 class="mt-8 text-2xl text-black dark:text-white">
|
<h3 class="mt-8 text-2xl text-black dark:text-white">
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
options={friendly_resolution_options()}
|
options={friendly_resolution_options()}
|
||||||
type="select"
|
type="select"
|
||||||
label="Preferred Resolution"
|
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</.button>
|
<.button class="my-10 sm:mb-7.5 w-full sm:w-auto">Save Media profile</.button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue