python-qBittorrent icon indicating copy to clipboard operation
python-qBittorrent copied to clipboard

download with SequentialDownload

Open pilsnerbeer opened this issue 2 years ago • 0 comments

improvement proposal: there should be a way to toggle sequential download when adding torrent initially from download_from_link , like download_from_link(file, savepath, sequential=True)., like with qbit GUI client. The reason is that there is a delay when adding a torrent to download, so when download_from_link is called followed immediately with toggle_sequential_download, the torrent may not have been initialized yet, so the toggle is simply ignored.

pilsnerbeer avatar Jan 27 '22 19:01 pilsnerbeer