Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED

General support for problems installing or using Deluge
Post Reply
smwarduk
New User
New User
Posts: 2
Joined: Wed Feb 07, 2018 10:44 pm

Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED

Post 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.
boomclick
Member
Member
Posts: 22
Joined: Fri Jan 19, 2018 6:31 pm

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

Post 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.
smwarduk
New User
New User
Posts: 2
Joined: Wed Feb 07, 2018 10:44 pm

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

Post 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.
boomclick
Member
Member
Posts: 22
Joined: Fri Jan 19, 2018 6:31 pm

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

Post 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.
Post Reply