rtorrent-python
rtorrent-python copied to clipboard
A simple rTorrent interface written in Python
Environment: Arch Linux, latest packages version, rtorrent 0.9.8. ```python >>> import rtorrent as rt >>> client = rtorrent.RTorrent('http://localhost:5000/RPC2') Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/site-packages/rtorrent/__init__.py",...
Hi, I'm trying to use : ``` >>> import rtorrent >>> a=rtorrent.RTorrent('https://XXXXXXXX/RPC2') rtorrent.err.MethodError: Method isn't available. ``` Have you got an idea ? Thanks Dom
Are these available somewhere convenient?
Hi, FYI: Installing via PIP installes an old version of rtorrent python.. Ive installed from source but just wanted to let you know PIP repo needs updating.
If there's nothing specific to RTorrent in the RPC module in this library, shouldn't it be split out into a separate package?
magnet-uri doesnt contain the info section, so no info_hash was parsed out. however, since the "xt=urn:btih:..." is there, it is possible to parse out the info_hash.
This issue can be used as a forum for anything 1.0 related. Feel free to express any concerns/opinions here as I will be checking it regularly. #### XMLRPC Connection support...
**NOTE: This is a proposed feature, feel free to add your thoughts or opinions** #### Background Info The previous implementation of the multi-call interface left much to be desired. It...
**NOTE: This is a proposed feature, feel free to add your thoughts or opinions** #### Background Info Previously, the only supported way to batch get data for all objects was...
**NOTE: This is a proposed feature, feel free to add your thoughts or opinions** #### Background Info Previously, when a method backed by a RPC call was executed, the result...