persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.26k stars 653 forks source link

Start/Resume a single download from a category/queue #810

Open mhasadi78 opened 4 years ago

mhasadi78 commented 4 years ago

System Details:

Issue Description and steps to reproduce: Assume we have 10 download links in a category named "DL", waiting to be downloaded one by one. If I want to start/resume the 4th link of the queue to start downloading simultaneously, or if I want to start just 4th link of a stopped category, I can't. I have to bring it to the top of queue. And that's not so convenient. I tried starting download from "All Downloads" category, but it gives me this message:

Operation was not successful Please resume the following category: DL

EDIT: I just realized this could be a duplicate of #761