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
Other
1.25k stars 206 forks source link

Unsure how to make the name ONLY the title of the song #272

Closed seriousgamer42 closed 1 month ago

seriousgamer42 commented 1 month ago

I am unsure to to make the name of the file ONLY the title of the song. What I am receiving is 'artist - title', how do I make it only the title?

shaked6540 commented 1 month ago

If you go to Help -> File name pattern you can see all the available variables for the file name pattern. In your case, you should use "$artist - $songtitle" image

seriousgamer42 commented 1 month ago

Thanks