Include YouTube Channel Id/Uploader id in "tv_show_name" #1118
Unanswered
0ut1awStar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Its possible but I highly recommend relying the subscription name because it's 'static', i.e. doesn't rely on parsing metadata to create the root folder. To change, refer to https://ytdl-sub.readthedocs.io/en/latest/config_reference/prebuilt_presets/tv_show.html Specifically, you'll want something like:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to find a way to add the YouTube channel id/uploader id into the "tv_show_name:" override.
But when I try adding it, I receive the following error:
[ytdl-sub] static formatters must contain variables that have no dependency to entry variables
It it possible to accomplish what I am trying to do?
Beta Was this translation helpful? Give feedback.
All reactions