Page 1 of 1

Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED

Posted: Wed Feb 07, 2018 10:51 pm
by smwarduk
I've been looking at using the Adafruit PiOLED and seeing if it can display information on torrents currently being downloaded. My problem is I'm a bit of a newbie when it comes to such matters and I was hoping that someone could point me in the direction of an answer.

Re: Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED

Posted: Thu Feb 08, 2018 1:17 pm
by boomclick
It looks like adafruit has a guide here https://learn.adafruit.com/adafruit-pio ... y-pi/usage. is https://blog.adafruit.com/2017/06/02/ne ... pberry-pi/ the product that you are looking at? you could probably write a script for it with deluge-console. what specific information are you looking to display? you could probably do something with deluge-console info -s downloading.

Re: Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED

Posted: Thu Feb 08, 2018 9:44 pm
by smwarduk
I just want to show what is currently downloading as it would be a real time-saver and I wouldn't have to sign into the client to check.

Re: Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED

Posted: Sun Feb 11, 2018 5:25 pm
by boomclick
I would update to 2.0 for deluge-console; the output of deluge-console info -s downloading is presented in a much more readable form. then you can use the info from https://learn.adafruit.com/adafruit-pio ... y-pi/usage to write a script that periodically displays the output of the command.