diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-25 15:32:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-25 15:32:08 +0100 |
commit | 958c84f00a4be02c31eb2a1eec08e7fa68210f69 (patch) | |
tree | 945e35b5301fb448ec52724ac6c5ef29093711d4 /vdr.5 | |
parent | da7edf6e97031d983db5632b4428fa8bd7645ff7 (diff) | |
download | vdr-958c84f00a4be02c31eb2a1eec08e7fa68210f69.tar.gz vdr-958c84f00a4be02c31eb2a1eec08e7fa68210f69.tar.bz2 |
Implemented 32 audio and Dolby PIDs; storing audio language in channels.conf
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. |