diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-03-26 13:45:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-03-26 13:45:17 +0200 |
commit | 45467088419644481dd62c8e65ba5b338cc2a419 (patch) | |
tree | 210c00b6342fc16aba7ac3d2f773fba3225191f3 /vdr.5 | |
parent | 22b60d96108b98f11af7fcf27f755637e2d106c5 (diff) | |
download | vdr-45467088419644481dd62c8e65ba5b338cc2a419.tar.gz vdr-45467088419644481dd62c8e65ba5b338cc2a419.tar.bz2 |
Ignoring 'version' in EPG data when reading from 'epg.data' or SVDRP/PUTE
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,9 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.54 2006/02/26 14:10:00 kls Exp $ +.\" $Id: vdr.5 1.55 2006/03/26 13:42:29 kls Exp $ .\" -.TH vdr 5 "19 Feb 2006" "1.3.43" "Video Disk Recorder Files" +.TH vdr 5 "26 Mar 2006" "1.3.45" "Video Disk Recorder Files" .SH NAME vdr file formats - the Video Disk Recorder Files .SH DESCRIPTION @@ -636,7 +636,7 @@ l l. <start time> @is the time (as a time_t integer) in UTC when this event starts <duration> @is the time (in seconds) that this event will take <table id> @is a hex number that indicates the table this event is contained in (if this is left empty or 0 this event will not be overwritten or modified by data that comes from the DVB stream) -<version> @is a hex number that indicates the event's version number inside its table (optional, only processed for table IDs smaller than 0x50) +<version> @is a hex number that indicates the event's version number inside its table (optional, ignored when reading EPG data) <title> @is the title of the event <short text> @is the short text of the event (typically the name of the episode etc.) <description> @is the description of the event (any '|' characters will be interpreted as newlines) |