Open t4n7iR opened 6 years ago
https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/docs/faqs.md :
Is there an option to change the maximum parallel downloads?: You can change the number of max parallel downloads by editing the "workers_number" option in your settings.json file. Note that you need to restart youtube-dl-gui for the changes to take place.
Thanks, this is my first time in github. Didn't noticed that. Sorry for my mistake. But an option in youtube-dl-gui would be helpful.
I also want this feature I would like to have a setting that can let you easily change the number of Active Downloads
The current method of editing the json file is not user friendly and as easy to change the number (back and forth) as a quick setting
It would require these many steps
That is a lot more steps than simply going to settings in the youtube-dl-gui
@nodiscc please change label to enhancement or feature request
Yeah, same request here, it'll make life much easier.
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like that [x])WARNING
All invalid issues will be rejected!!
Before going further
If your problem is a bug with youtube-dl or a request for new site support please report it here
Make sure you are using the latest youtube-dl-gui version (Click the
Settings
icon and thenAbout
to view the current version)Make sure you are using the latest youtube-dl version (Click the
Settings
icon and thenUpdate
to update to the latest youtube-dl version)Make sure you searched the bugtracker for similar issues including closed ones
Make sure to read the FAQs file
What is the purpose of your issue?
Feature request (request for a new functionality)
Please make sure that the requested feature is NOT already in the TODO list
What operating system do you use ?
-> windows 7 sp1 x64
What do I want?
--->An option to how many downloads will run simultaneously?
Description :
Sometimes I need only one download to run at a time, to get it finished as soon as possible. But sometimes I need to do parallel download to get my maximum bandwidth for downloading HLS stream because HLS stream are divided into separate stream fragments and speed keeps zig-zaging when requesting for new fragments. So never get my maximum speed.
Currently 3 files downloads simultaneously by default in youtube-dl-gui, but didn't find an option to control the number. As explained above, sometimes I need to download only 1 file at a same time and sometimes more than 3.
So a queue management feature is needed.