diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-12-08 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-12-08 18:00:00 +0100 |
commit | 2b15337b71d71c5e486efe738a507b550bb28843 (patch) | |
tree | dcd6fe2d5a57366e0c39ab1fd400ec20a4226ed6 /PLUGINS/src/sky | |
parent | 96ebdbf4b1e495d44f8f837068af7c2d925bab62 (diff) | |
download | vdr-patch-lnbsharing-2b15337b71d71c5e486efe738a507b550bb28843.tar.gz vdr-patch-lnbsharing-2b15337b71d71c5e486efe738a507b550bb28843.tar.bz2 |
Version 1.1.19vdr-1.1.19
- The character '|' in description texts of EPG records is now interpreted as a
newline character (suggested by Gerhard Steiner).
- Updated 'channels.conf.cable' (thanks to Andreas Kool).
- Improved handling of repeated remote keys.
- The RCU now only sets the channel number display when there are no incoming remote
control keys, which improves reaction on repeated keys.
- The actual tuning is now done in a separate thread, which makes zapping through the
channels a lot faster and no longer gets stuck on channels that don't broadcast.
This also makes "Motor-DiSEqC" work (thanks to Reinhard Walter Buchner for his help
in testing this). Since switching channels now no longer explicitly waits for a
channel lock in the foreground thread, the "panic level" mechanism is no longer
used (maybe we don't need it any more, anyway).
- The keyboard is now by default always active to control VDR. The 'make' option
REMOTE=KBD is therefore obsolete. When compiling VDR with REMOTE=RCU or REMOTE=LIRC,
the keyboard can thus now be active together with the remote control. If you want
to build VDR _without_ keyboard support you can set NO_KBD=1 in the 'make' call.
Since the keyboard codes are now different from the ones used previously (which
were mapped by the 'ncurses' library) you will need to go through the "Learning
keys" procedure again. To do so, either delete the file /video/remote.conf or
remove the KBD.* entries from it before starting this version of VDR.
(Thanks to Thomas Sailer for pointing out how to set the terminal parameters to
read from the keyboard).
- The 'ncurses' library is now only necessary when compiling VDR with DEBUG_OSD=1.
Diffstat (limited to 'PLUGINS/src/sky')
-rw-r--r-- | PLUGINS/src/sky/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PLUGINS/src/sky/README b/PLUGINS/src/sky/README index e383279..bd089cc 100644 --- a/PLUGINS/src/sky/README +++ b/PLUGINS/src/sky/README @@ -19,6 +19,9 @@ 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. @@ -43,3 +46,5 @@ uses to generate the EPG pages are stored as the 'sid' parameter in the channels.conf definitions of the Sky channels. 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. |