marcopeocchi / yt-dlp-web-ui

A terrible web ui for yt-dlp. Designed to be self-hosted.
Mozilla Public License 2.0
660 stars 68 forks source link

Folder on playlist download #75

Closed CrazyWolf13 closed 8 months ago

CrazyWolf13 commented 11 months ago

Is it possible to let yt-dlp create a folder on playlist download, so the download folder does not get messy.

Could be done with a simple -o '/%%(playlist_title)s/%%(title)s.%%(ext)s'

marcopeocchi commented 8 months ago

it's preferences, you can pass your template to the "custom file name" option.

CrazyWolf13 commented 8 months ago

it's preferences, you can pass your template to the "custom file name" option.

Sorry, can you explain a bit more?

I currently have mappen the config folder but there is no file, should I create the config manually?

And what should I write in the config to get the expected results with the string above?

https://github.com/marcopeocchi/yt-dlp-web-ui#config-file Have found this but there is no option to set some sort of yt-dlp output flag