diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-01-25 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-01-25 18:00:00 +0100 |
commit | 7c5ef5dbbada89f55aa15a7c5ac653f4390ce9b4 (patch) | |
tree | 0dfd35efdd6ed9302198936c7d0a265b47585b39 /vdr.5 | |
parent | b8e837dbbbaa8a91c4dc257fde5c0131bedeb23e (diff) | |
download | vdr-patch-lnbsharing-7c5ef5dbbada89f55aa15a7c5ac653f4390ce9b4.tar.gz vdr-patch-lnbsharing-7c5ef5dbbada89f55aa15a7c5ac653f4390ce9b4.tar.bz2 |
Version 1.3.3vdr-1.3.3
- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Added ISO639LanguageDescriptor to 'libsi'.
- Changed the 'languageCode' members in the descriptor classes of 'libsi' to
'char[4]' and setting the 4th byte to 0 for easier handling.
- Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action()
(thanks to Jan Ekholm for reporting and helping to debug this one).
- Now setting CA descriptors even if "Setup/DVB/Update channels" is less than 2.
- There can now be up to 32 audio and Dolby PIDs (however, currently still only
the first two are used throughout the rest of the program).
- The audio and Dolby PIDs in 'channels.conf' now can have an optional language
code (see man vdr(5)). Currently this is only stored and not yet used otherwise.
- Added a call to cStatus::MsgOsdCurrentItem() to cMenuEditItem::SetValue()
(thanks to Martin Hammerschmid).
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.22 2004/01/05 15:26:33 kls Exp $ +.\" $Id: vdr.5 1.23 2004/01/25 14:44:59 kls Exp $ .\" .TH vdr 5 "1 Jun 2003" "1.2.0" "Video Disk Recorder Files" .SH NAME @@ -117,10 +117,18 @@ plus sign, as in .B ...:164+17:... .TP .B APID -The audio PID (either one number, or two, separated by a comma). +The audio PID (either one number, or several, separated by commas). If this channel also carries Dolby Digital sound, the Dolby PIDs follow the audio PIDs, separated by a semicolon, as in + .B ...:101,102;103,104:... + +If certain audio PIDs broadcast in specific languages, the language +codes for these can be appended to the individual audio or Dolby PID, separated +by an '=' sign, as in + +.B ...:101=deu,102=eng;103=deu,104=eng:... + .TP .B TPID The teletext PID. |