diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-25 12:09:22 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-25 12:09:22 +0100 |
commit | bc2e59909fed6772360effd9d11ccae65af26a02 (patch) | |
tree | 84ccf0ff770152e4b15b4e0051c567537be801b8 /HISTORY | |
parent | 6b747233362eccf5e6f9609e852f7f1cb42c49b1 (diff) | |
download | vdr-bc2e59909fed6772360effd9d11ccae65af26a02.tar.gz vdr-bc2e59909fed6772360effd9d11ccae65af26a02.tar.bz2 |
The 'summary' field of a timer definition has been renamed to 'aux'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4371,3 +4371,14 @@ Video Disk Recorder Revision History in libsi/descriptor.c obsolete (thanks to Marcel Wiesweg). - The "Ok" key in the "Jump" mode of the replay progress display now confirms the jump instead of closing the display (thanks to Christoph Haubrich). +- The 'summary' field of a timer definition has been renamed to 'aux', and is now + only used for external applications to store auxiliary information with a timer, + which has no meaning whatsoever to VDR itself. + The contents of the 'aux' field of a timer is copied into the recording's + 'info.vdr' file, using the tag character '@'. +- The description of a recording is now taken exclusively from its related EPG + data. If an application wants to use a different description it needs to set + it with SVDRP/PUTE and use table ID 0x00, so that it won't be overwritten (as + a side effect, however, this also disables VPS for such an event). +- There is no more "Summary" menu when pressing "Ok" in the "Timers" menu. + The "Ok" key now always opens the "Edit timer" menu. |