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

Python wrapper for qBittorrent Web API (for versions above v3.1.x)

Results 26 python-qBittorrent issues
Sort by recently updated
recently updated
newest added

Qbittorrent: 4.0.4 OS: Windows 10 Python: 2.7 Downloadlist is a list populated with a few items. Category is "Movies" in this case. I always get into the Except-State. `if len(Downloadlist)>0:...

i'm running qbittorrent in a box along with couchpotato (a movies pvr). the box is running xubuntu 16.04. i have never worked with python but apparently couchpotato uses your module...

Following the example labeled "Quick Usage Guide" results in an exception. python-qbittorrent version: 0.1.4 qBittorrent version 3.1.11 requests version 2.8.1 Traceback: Traceback (most recent call last): File "./temp.py", line 13,...

Qbittorrent allows you to set priority of multiple files of a torrent with one request. To do this you have to separate file ids by "|". The request url will...

I tried copying the sample code, but I got an error since `print torrent['name']` is Python 2 style. This PR updates sample code so it uses Python 3 style. Anyone...

404 Client Error: Not Found for url: http://127.0.0.1:8080//json/torrents Use to work fine, not sure what might happened?? @v1k45