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
Print torrent status via python
Re: Print torrent status via python
Probably easier to use a simple deluge client rather than plugin, the conkyDeluge might work for you: https://github.com/cas--/conkyDeluge
-
- New User
- Posts: 4
- Joined: Sat Oct 26, 2013 5:07 pm
Re: Print torrent status via python
Thanks this looks promising.