diff options
author | Tobias Grimm <git@e-tobi.net> | 2011-10-08 10:00:43 +0200 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2011-10-08 10:00:43 +0200 |
commit | e7c8bd88a93ec74943399f3c7b60efd00e92054d (patch) | |
tree | 17bbc6a70ac8dcd4d387fb9e1ac5f3717ea91ad8 /HISTORY | |
parent | 8b674ddb04a835b23985a0362327afccb5bff509 (diff) | |
download | vdr-plugin-ttxtsubs-release/v0.2.4.tar.gz vdr-plugin-ttxtsubs-release/v0.2.4.tar.bz2 |
Updated patch for VDR 1.7.21v0.2.4release/v0.2.4
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ VDR Plugin 'ttxtsubs' Revision History -------------------------------------- +2011-10-08: Version 0.2.4 +- Updated patch for VDR 1.7.21 (Closes #745) + + !!! With this release the channels.conf format has changed !!! + !!! You may need to manually update your channels.conf !!! + + With VDR 1.7.21 the subtitle PIDs are stored in the channels.conf as an + extension to the teletext PID (see vdr.5 for details). + + This change made it neccessary to change the extension of the tpid in + channels.conf used by the ttxtsubs patch: + + old: ...:201;150=deu,151=fin:... + new ...:201+150=deu,151=fin;2001,2002:... + + ...where 201 is the TPID, 150 and 151 are the teletext pages for the + German and Finnish teletext subtitles and 2001,2002 are the DVB + subtitle PIDs. + 2011-08-21: Version 0.2.3 - Made changes in font settings be applied instantly, without the need to change the channel (patch provided by Rolf Ahrenberg) |