vdr/PLUGINS/src/sky
Klaus Schmidinger 2e76e74597 Updated the GPL copies 2006-04-21 14:53:26 +02:00
..
COPYING Updated the GPL copies 2006-04-21 14:53:26 +02:00
HISTORY Fixed format string handling 2006-03-26 09:27:30 +02:00
Makefile Implemented APIVERSION for the VDR plugin API version number 2006-04-16 09:36:10 +02:00
README Adapted the 'sky' plugin to use the actual channel IDs, and to fetch EPG data from www.bleb.org 2004-02-15 13:35:52 +01:00
channels.conf.sky Fixed entry for "Sky Two" 2006-01-04 21:07:12 +01:00
getskyepg.pl Fixed a typo 2006-01-08 10:21:32 +01:00
lircd.conf.sky Added the 'sky' plugin 2002-12-01 11:25:22 +01:00
sky.c Fixed format string handling 2006-03-26 09:27:30 +02:00

README

This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Klaus Schmidinger <kls@cadsoft.de>

Project's homepage:          www.cadsoft.de/vdr

Latest version available at: www.cadsoft.de/vdr

See the file COPYING for license information.

Description:

The 'sky' plugin implements a new device for VDR, which is based on the
MPEG2 encoder card described at linuxtv.org/mpeg2/kfir.xml. It
allows you to connect the analog a/v output of your Sky Digibox to VDR,
so that you can enjoy the full recording flexibility of VDR with your
Sky subscription. Note that this is NOT something that does anything
illegal, like decrypting the Sky programme without a subscription. You
will need a Sky Digibox and a valid subscription in order to use this
plugin.

The 'kfir' module must be loaded with the option 'streamtype=4' to make it
produce a Transport Stream.

The Digibox is remotely controlled through VDR via LIRC (see lirc.org).
The file lircd.conf.sky contains the remote control codes necessary to
control the Digibox.

In order to access the Sky channels VDR needs to know the channel number
under which each channel is stored in the Sky Digibox. These numbers are
stored in the file 'channels.conf.sky', together with the channel IDs as
derived from the actual channel data and the names under which the EPG
data for each channel can be found (see below). Copy this file to your
plugins config directory, in a subdirectory named 'sky', as in

/video/plugins/sky/channels.conf.sky

The Sky EPG is available on the Internet at http://www.bleb.org.
The Perl script getskyepg.pl extracts the EPG data from these pages
and sends it to VDR via an SVDRP connection. The channel names as
used on the bleb.org pages are defined in the channels.conf.sky file.
You can keep your EPG data up-to-date by entering a call to getskyepg.pl
into your /etc/crontab. Call 'getskyepg.pl -h' for a list of options.
The getskyepg.pl script requires the programs /usr/bin/wget and /usr/bin/logger
to be installed on your system.