marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
820 stars 85 forks source link

Download to Subfolder? #12

Closed MarcusRiemer closed 2 years ago

MarcusRiemer commented 2 years ago

I roughly organize videos per show and have one folder per show. Currently your UI always downloads to the root folder and I move the file some time later manually. Would it be possible to enumerate all existing folders in the download directory (maybe in a simple <select>) and use that path as target path?

And thanks for this awesome GUI, I love having a possibility to very quickly add a new video to the kids library without firing up a SSH session.

marcopeocchi commented 2 years ago

image

Hello @MarcusRiemer!

I think a <select> of the flattened tree of the x folder could do the job. Above there's my proposal.

MarcusRiemer commented 2 years ago

That would be absolutely perfect 🤩

marcopeocchi commented 2 years ago

Pull request #13 approved, download path selection is now integrated.