Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7b598525d1d3fdbb3fd153889a841cfb > files > 7

vdr-plugin-lcr-0.0.9-2mdv2010.0.i586.rpm

This is a Least Cost Routing plugin for the Video Disk Recorder (VDR).

Written by:                  theonlychriss

Project's homepage:          http://lcr.vdr-developer.org

Latest version available at: http://lcr.vdr-developer.org/downloads/

See the file COPYING for license information.
See the file CONTRIBUTORS for a list of persons that have contributed to this
plugin and who I want to thank for that.

Requirements:

VDR >= 1.5.7 & internet & perl (LWP::Simple, HTML::Parser) & lynx
- IMPORTANT: The retrieved tariff data may only be used by this plugin
  showing the logo and the URL www.teltarif.de as their source.

Description:

Least Cost Routing is a plugin that displays information about the lowest
rates for telephoning AT THE MOMENT on the osd. It retrieves its data from
"www.teltarif.de" and displays them in a table on the osd.
For the retrieval an additional (perl) script is needed (vdr-lcr-retrieve_data.pl).

The plugin is based on the well known femon-plugin by Rolf Ahrenberg.
I used it as a template and added/removed functionality to my needs.
So, there's VERY special thanks to Rolf Ahrenberg!


Controls:

ChanUp/ChanDn - Switch channel up/down
0-9           - Select one destination out of the destinations choosable
                in the plugin's setup menu (detail-view)
Back          - Exit plugin / if displaying a detail-view, display the startscreen
Ok            - Exit plugin
if "Highlight entry" and/or "Display on lcdproc & co." is enabled
(do this in the plugin's setup):
Up            - highlight/display entry above
Down          - highlight/highlight entry beyond

Installation:

cd /put/your/path/here/VDR/PLUGINS/src
tar -xzf /put/your/path/here/vdr-lcr-X.Y.Z.tgz
ln -s lcr-X.Y.Z lcr
cd /put/your/path/here/VDR
make
make plugins
./vdr -P lcr

For the additional perl script you may have to install (if not yet done)
HTML::Parser and
LWP::Simple (included in libwww-perl)
to make it work.
Open cpan-shell:
cpan
and then install them by:
cpan> install LWP::Simple
cpan> install HTML::Parser

"vdr-lcr-retrieve_data.pl" has to be placed in your path (e.g. /usr/bin/).
You can add your own provider-parsers. Please see "vdr-lcr-retrieve_data.pl"
for details.


Parameter:
"-S" resp. "--script" to change the retrieval script's location and/or name.
Add
-S /path/to/the/retrieval_script
or
--script=/path/to/the/retrieval_script
to the command for starting vdr; where retrieval_script is the
actual script-file (full absolute path).


Notes:
- The zoom-in effect bridges the time gap until the data has been
  completely retrieved. With my CPU (PIII 1,2GHz) the effect looks nice,
  but I do not know how it looks like on slower CPUs (except for my client
  with a PII 266MHz - it's damn slow, so I deactivated the effect).
- There's a shrinked default OSD height for NTSC users: make LCR_NTSC=1
  (This I simply adopted from femon - as I do not have a NTSC-TV I cannot
  tell if it is working correctly.)
- As I mainly code in java, forgive me for the rudimental perl script.
  However, it works and that is most important.
- If Teltarif changes the output of their results of their pda-data
  (http://pda.teltarif.de/), this may have unpredictable effects on the
  detail-pages. In such cases the sed-command must be adjusted accordingly
  (at the end of vdr-lcr-retrieve_data.pl).
- I have added an icon for the vdr-skin DeepBlue in the directory "skins".
  In the file "DeepBlue.skin" of the DeepBlue-skin-directory you will have to add the line
  "<image x="0" y="0" path="images/menu/menuitems/lcr.png" alpha="200" condition="equal({MenuCurrent:clean},plugin('lcr'))"/>"
  to the menuitem-section (at lines about 210-230).


TODO:
- nothing at the moment ;-)