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 07cc07e..33976a2 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 @@ -208,7 +208,9 @@

Everything in this section is experimental - please open a GitHub issue if you see something odd. - These options only work if this Media Profile's output template is set to split media into seasons. + + These options only work if this Media Profile's output template is set to split media into seasons. + Try the "Media Center" preset if you're not sure.

@@ -226,6 +228,16 @@ /> +
+ <.input + field={f[:download_source_images]} + type="toggle" + label="Download Series Images" + help="Downloads poster and banner images for use with Jellyfin, Kodi, etc. Only works for full channels (not playlists)" + x-init="$watch('selectedPreset', p => p && (enabled = presets[p]))" + /> +
+ <.button class="my-10 sm:mb-7.5 w-full sm:w-auto">Save Media profile