Lcdproc-plugin
From VDR Wiki
Contents |
[edit] Description
The LCDProc plugin make use of alphanummeric displays.
[edit] Hardware requirements
- Alphanummeric displays
[edit] Software requirements
- LCDProc
[edit] Installation
To install LCDProc
cd $SOURCEDIR tar xvzf lcdproc-CVS-stable-0-4-4.tar.gz cd lcdproc-CVS-stable-0-4-4-20030317 ./configure --prefix=/usr/local --enable-drivers=hd44780 cp LCDd.conf /etc make make install
You have to adjust the --enable-drivers option to your needs. Use
./configure --help
to see a list of all possible drivers and other options. After compilation and installation of LCDProc you have a deamon in your system called LCDd. You hav to start it before VDR e.g. in the runvdr
LCDd -c /etc/LCDd.conf &
For the plugin see plugin installation.
[edit] Configuration
[edit] Parameter
Parameter (short) | Parameter (long) | Description |
---|---|---|
-h HOST | --host HOST | LCDproc host (default=localhost) |
-p PORT | --port PORT | LCDproc port (default=13666) |
[edit] Problems
- Use a recent CVS version of LCDProc to avoid memory problems
[edit] Links
[1] | http://home.pages.at/linux/dvb.html | Plugin homepage |
[2] | http://joachim-wilke.de/vdr-patches.htm | Recent versions for vdr >= 1.4.0 |
[3] | http://lcdproc.omnipotent.net | LCDproc homepage |
[4] | http://lcdproc.sourceforge.net/nightly | Recent versions of LCDproc |