diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2000-09-03 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2000-09-03 18:00:00 +0200 |
commit | 48fea259ae5ed3ac19bcc4152341252b9df39128 (patch) | |
tree | 244597d3af4bc89bc1997e7cceb91745e23ea811 /INSTALL | |
parent | 9b405778674d5325b225b32ab694d9216b099527 (diff) | |
download | vdr-patch-lnbsharing-48fea259ae5ed3ac19bcc4152341252b9df39128.tar.gz vdr-patch-lnbsharing-48fea259ae5ed3ac19bcc4152341252b9df39128.tar.bz2 |
Version 0.62vdr-0.62
- The Makefile now defines DVBDIR to easily point to where the DVB driver
source is located.
- When switching channels the current/next information is now displayed if
available (thanks to Robert Schneider). Since there is now more information
to read when switching channels, the timeout for displaying it has been
increased from 2 to 5 seconds (remember that this info can always be recalled
by pressing the "Ok" button).
For this feature to work it is necessary that the 'Pnr' parameter in the
channel setup ('channels.conf') is set to the proper value. This has been
done for some of the channels in the default 'channels.conf'. Some other
parameters in the default 'channels.conf' have also been updated, so please
make sure your timers still use the correct channels!
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ http://linuxtv.org/dvb/siemens_dvb.html for more information about that driver). For example, if the DVB driver was extracted into the directory /home/kls/vdr/DVB, then this package should be extracted into /home/kls/vdr/VDR. +If you have the DVB driver source in a different location +you will have to change the definition of DVBDIR in the +Makefile. This program requires the card driver version 0.05 or higher to work properly. |