A rtorrent client built using py and pyQT
-
Connect to a rTorrent server using XMLRPC (http / https)
-
View all torrents in the server
-
Completion % of each torrent
-
Downloaded, Uploaded data and its current rate
-
A GUI interface for putting the setitngs in instead of hard coded value
-
More data about each torrent
-
Other nice to have things
The current plans is to make this a fully working rTorrent VIEWER. Once all the read only things are handled then the interaction with the server will be dealt with. But for now getting all the READ-ONLY functionality has priority.
XMLRPC Commands that seem to crash rTorrent in my test enviorment, needs further investigation.
- f.path(uuid, file_index)
- f.path_components(uuid, file_index)
It seems like the documentaiton available is incomplete and old. Basing most of my calls now from here.
- d commands take just the torrent uuid
- f commands take the torrent uuid and file index