tanoDxyz / GDownload

Light Weight, Fast 🚀 , Easy to Use, Reliable Download client for android.
Apache License 2.0
38 stars 2 forks source link

group download #1

Closed freehussain closed 1 year ago

freehussain commented 1 year ago

hello,

how can i get the list of group download?

tanoDxyz commented 1 year ago

Checkout GroupListener it has different methods.

also you can get list of downloads by calling Group.getState(). Group.getState().

will return different type of lists of downloads.

        downloads,
        queuedDownloads,
        pausedDownloads,
        runningDownloads,
        completedDownloads,
        cancelledDownloads,
        failedDownloads,
freehussain commented 1 year ago

i'm trying to download 114 file, but it looks that max number is 30 or more, can you please confirm the max number of files, and if you can limit download for 2 urls only

tanoDxyz commented 1 year ago

there is a field concurrentDownloadsRunningCapacity

which is used to handle number of concurrent downloads that can run at same time. please check the documentation. 👇

Group Downloads

freehussain commented 1 year ago

thanks it works