diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-01-11 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-01-11 18:00:00 +0100 |
commit | a76a03c0d815680e3e8fc52f24f60a30177d3021 (patch) | |
tree | 50c39ea8e54d1d4242f10ab636e8500505201e5b /MANUAL | |
parent | 93a94b18b540fbcb9bcdaaea9abd26cdf23d6ee6 (diff) | |
download | vdr-patch-lnbsharing-a76a03c0d815680e3e8fc52f24f60a30177d3021.tar.gz vdr-patch-lnbsharing-a76a03c0d815680e3e8fc52f24f60a30177d3021.tar.bz2 |
Version 1.3.1vdr-1.3.1
- Fixed a lockup in the EPG scanner when no non-primary device was available
(thanks to Martin Holst for reporting this one).
- Fixed a compiler warning about virtual cConfig::Load() functions (thanks to
Lauri Tischler for reporting this one).
- Fixed a warning about character comparison in libsi/si.c (thanks to Lauri
Tischler for reporting this one).
- The new parameter "Update channels" in the "Setup/DVB" menu can be used to
control if and how channels will be automatically updated (see MANUAL).
This has already been part of the 'autopid' patch by Andreas Schultz and has
now been adopted.
- Fixed a crash in case there is no DVB hardware present (thanks to Sascha
Volkenandt for reporting this one).
- Changed calculation of channel ids to make it work for tv stations that use
the undefined NID value 0 (thanks to Teemu Rantanen for reporting this one).
- Enhanced the SDT filter to handle multi part sections.
- Added support for selecting preferred EPG languages (based upon a patch by
Teemu Rantanen).
- Fixed a 'const' in libsi/si.h (thanks to Marcel Wiesweg).
- Fixed the 'su' call in 'runvdr' to make it work on systems that require the
user name to appear before the command option (thanks to Robert Huitl).
- Fixed testing for matching section filters in case they are turned off (thanks
to Marcel Wiesweg).
- In case of incomplete sections an error message is now logged only every 10
seconds.
- Fixed a possible NULL pointer access in cEITScanner::Process() (thanks to
Andreas Kool).
- The actual transponder data is now taken from the NIT and existing channels
are adjusted if necessary. If the NIT contains new transponders, they are
scanned for channels during the next EPG scan. Note that only the satellite
branches are tested, cable and terrestrial need to be tested by somebody who
actually has such equipment.
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -482,6 +482,19 @@ Version 1.2 be taken. Note that in order to set the system time from the transponder data the option "Set system time" must also be enabled. + Preferred languages = 0 + Some tv stations broadcast their EPG data in various + different languages. This option allows you to define + which language(s) you prefer in such cases. By default, + or if none of the preferred languages is broadcast, any + language will be accepted and the EPG data will be + displayed in the first language received from the data + stream. If this option is set to a non-zero value, the + menu page will contain that many "Preferred language" + options which allow you to select the individual preferred + languages. If an actual EPG data record is received in + different languages, the preferred languages are checked + in the given order to decide which one to take. DVB: @@ -498,6 +511,12 @@ Version 1.2 Video format = 4:3 The video format (or aspect ratio) of the tv set in use (4:3 or 16:9). + Update channels = 4 Controls the automatic channel update function. '0' means + no update, '1' will only update channel names, '2' will + update channel names and PIDs, '3' will perform all + updates and also add newly found channels, and '4' will + also add newly found transponders. + LNB: SLOF = 11700 The switching frequency (in MHz) between low and |