erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

Feature: start all stopped downloads #177

Closed char101 closed 2 years ago

char101 commented 2 years ago

Hi,

Problem: I like to queue downloads in stopped state. If I want to start the downloads, I have to manually select the stopped items and click Start.

Suggestion: Since there are already buttons to batch pause and stop, it would be great to also have a button to batch start paused items.

Thanks.

erickutcher commented 2 years ago

That's certainly doable. I'll see what I can come up with.

erickutcher commented 2 years ago

I added a button to the toolbar as well as an Edit menu item that'll Start / Resume Inactive downloads. Basically it'll attempt to start or resume any download that isn't completed.

char101 commented 2 years ago

Thank you, I have tested it and it works.