Jeeaaasus / youtube-dl

Automated yt-dlp Docker image
https://hub.docker.com/r/jeeaaasustest/youtube-dl/
MIT License
258 stars 33 forks source link

WebUI: Downloads should be asynchronous #56

Open fpiesche opened 2 years ago

fpiesche commented 2 years ago

Currently, when one download is started from the web UI, the web UI stalls until the download is completed. The download process should probably be asynchronous so the web UI can continue to be used and new downloads started or configuration edited/viewed. Ideally this should have a thread pool/queueing mechanism underlying so users don't just end up spawning dozens of download processes at once.