DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
406 stars 14 forks source link

[Enhancement] Parallel download #47

Open Pheggas opened 10 months ago

Pheggas commented 10 months ago

🚀 Enhancement Request

Is your enhancement request related to a problem? Please describe.

When downloading large albums with high potential download speeds, those speeds can't be used because of serial downloading the songs one by one. Parallel download would fix this.


Describe the solution you'd like

It would automatically start all the downloads at once (or limited number of downloads that are set in optional settings yml or GUI)


Describe alternatives you've considered

Each download would be performed with different tokens. So if i want to download let's say album of 15 songs, i would set max of 5 parallel downloads and i would also set user ID and token for each of this parallel downloads so it would reduce the risk of getting banned.


Additional context

N/A

orbittwz commented 5 months ago

way back in #6 this request is the same idea... should be merged