diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex index 1cffae9..a313002 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex @@ -30,7 +30,13 @@ defmodule PinchflatWeb.MediaProfiles.MediaProfileHTML do end def custom_output_template_options do - ~w(upload_day upload_month upload_year source_custom_name source_collection_type)a + %{ + upload_day: nil, + upload_month: nil, + upload_year: nil, + source_custom_name: "the name of the sources that use this profile", + source_collection_type: "the collection type of the sources that use this profile. Either 'channel' or 'playlist'" + } end def common_output_template_options do diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/output_template_help.html.heex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/output_template_help.html.heex index 7b11b1d..7dd6df2 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/output_template_help.html.heex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/output_template_help.html.heex @@ -46,8 +46,8 @@
+
Any single-word yt-dlp
option
<.inline_link href="https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#output-template">
@@ -58,8 +58,9 @@
Custom Aliases
-
Common Options