Print torrent status via python

General support for problems installing or using Deluge
Post Reply
thatbakerguy
New User
New User
Posts: 4
Joined: Sat Oct 26, 2013 5:07 pm

Print torrent status via python

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Print torrent status via python

Post by Cas »

Probably easier to use a simple deluge client rather than plugin, the conkyDeluge might work for you: https://github.com/cas--/conkyDeluge
thatbakerguy
New User
New User
Posts: 4
Joined: Sat Oct 26, 2013 5:07 pm

Re: Print torrent status via python

Post by thatbakerguy »

Thanks this looks promising.
Post Reply