Page 1 of 1

Print torrent status via python

Posted: Sat Oct 26, 2013 5:17 pm
by thatbakerguy
I have deluge successfully up and running headless on my rPi via deluge console from an Ubuntu Machine. but now Im trying to expand on it and add an lcd screen to the pi that displays torrent status, mainly just whether or not its downloading and its completion percentage, maybe download rate too I see that it has been done before with the transmission client

http://cyberasylum.janithw.com/raspberr ... /2-3/#main

and hes able to do that through the transmissionrpc resource

https://bitbucket.org/blueluna/transmis ... /wiki/Home


I have looked through all of the plugins and such here for deluge and havent come up with anything, I assume its because i dont know what I'm looking for. i an program the lcd just fine i just need to find some way to find the torrent status and print it via python? does anyone know of a way?

the stats plugin looks promising but im unsure of its features.

thanks in advance

Re: Print torrent status via python

Posted: Tue Oct 29, 2013 11:39 am
by Cas
Probably easier to use a simple deluge client rather than plugin, the conkyDeluge might work for you: https://github.com/cas--/conkyDeluge

Re: Print torrent status via python

Posted: Wed Oct 30, 2013 2:04 pm
by thatbakerguy
Thanks this looks promising.