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

Get download percentage

Open SamanHamidi opened this issue 6 years ago • 1 comments

Hey there,

I wrote a little code that would automatically download a bunch of torrents. I'm using python-qbittorrent. I was wondering is there a way I can get the download percentage as an output when a new download is started? I read the docs but I fail to find anything that would return this value.

Any help would be appreciated.

SamanHamidi avatar Dec 14 '18 19:12 SamanHamidi

Take a look here: https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-Documentation#get-torrent-list That is the info returned by qb.torrents() as a list of dict. You want torrent["progress"].

the-white-light avatar Dec 25 '18 23:12 the-white-light

Stale issue message

github-actions[bot] avatar Oct 20 '23 21:10 github-actions[bot]