Search found 6 matches

by Elfish
September 6th, 2011, 7:12 am
Forum: Third-party Addons
Topic: Lcdproc client to display sabnzbd infos
Replies: 11
Views: 11906

Re: Lcdproc client to display sabnzbd infos

./scriptname.tcl &

will run it in the backround.

if u want to autostart you need a script in init.d and a symlink.
best thing would be to google for that :P

anyway, i still wonder why ssl doesn't work for you.
it worked fine on my box.

regards
by Elfish
September 6th, 2011, 1:10 am
Forum: Third-party Addons
Topic: Lcdproc client to display sabnzbd infos
Replies: 11
Views: 11906

Re: Lcdproc client to display sabnzbd infos

are you behind some proxy or anything?
i never ran into that error before

did u try to turn off ssl in sabnzbd and in the script?
i wonder if it works then (if you didn't try it yet)
by Elfish
September 5th, 2011, 9:22 am
Forum: Third-party Addons
Topic: Lcdproc client to display sabnzbd infos
Replies: 11
Views: 11906

Re: Lcdproc client to display sabnzbd infos

it's using the api key provided in your webinterface. did u change the settings in the tcl script? # port LCDd is listening on set config(lcddport) "13666" # ip LCDd is bound to set config(lcddhost) "127.0.0.1" # sabnzbd webinterface ip set config(sabnzbdhost) "127.0.0.1&quo...
by Elfish
September 5th, 2011, 12:50 am
Forum: Third-party Addons
Topic: Lcdproc client to display sabnzbd infos
Replies: 11
Views: 11906

Re: Lcdproc client to display sabnzbd infos

make sure u got tcl 8.5 installed
otherwise u need to install the dict package.

oh and if you decide to upgrade. dont forget to uninstall tcl8.4
by Elfish
September 1st, 2011, 8:25 am
Forum: Third-party Addons
Topic: Lcdproc client to display sabnzbd infos
Replies: 11
Views: 11906

Re: Lcdproc client to display sabnzbd infos

hi,

you need to install the tcllib
there should be a package in the ubuntu repos.
by Elfish
November 10th, 2010, 6:54 pm
Forum: Third-party Addons
Topic: Lcdproc client to display sabnzbd infos
Replies: 11
Views: 11906

Lcdproc client to display sabnzbd infos

Hello, i discovered sabnzbd a few weeks ago. since i got a headless server, i got myself a 20x4 lcd display to show some stats. lcdproc provides a server which is connected to the lcd display. i wrote a client in pure tcl to display some infos. if u need any help feel free to ask... basicly there ar...