shaked6540 / YoutubePlaylistDownloader

A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Apache License 2.0
1.54k stars 244 forks source link

Please add description variables for filename #189

Open korenevskiy opened 1 year ago

korenevskiy commented 1 year ago

Please add description variables for filename pattern: 1.$title 2.. 3.. 4..

shaked6540 commented 1 year ago

Its already in help->file name pattern. If thats not what you meant please clarify further

korenevskiy commented 1 year ago

Its already in help->file name pattern. If thats not what you meant please clarify further

I meant variables: $ChannelName, $Short or $Video, $minute But, meant variable $ChannelName

shaked6540 commented 1 year ago

I dont understand what you mean

korenevskiy commented 1 year ago

I dont understand what you mean

In the settings of the download, we specify the layout of the file name by writing $title in it, but it would be convenient to write the name of the channel in the file name by specifying something like $channel_$title in the template

shaked6540 commented 1 year ago

You can already do that by writing $channel. Read the information in the help page like I said, it lists all available variables

korenevskiy commented 1 year ago

I'll do it. It's hard and not intuitive. Please place a button next to the file name field leading to the help page. I understand that my request is intrusive. But in modern interfaces, hints are made immediately above the buttons. Therefore, it seems that there is no help for the name template.

korenevskiy commented 1 year ago

I will close this ISSUE.