summaryrefslogtreecommitdiff
path: root/vdr.5
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-25 11:13:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-25 11:13:33 +0100
commitf94046db2e2abc33434ab4f2f4203a4f1966660d (patch)
treecc383d3557ec00092f647466e25567246466f00f /vdr.5
parent186a3213d04c3a041148e14c18caa59f1a71b573 (diff)
downloadvdr-f94046db2e2abc33434ab4f2f4203a4f1966660d.tar.gz
vdr-f94046db2e2abc33434ab4f2f4203a4f1966660d.tar.bz2
The version number of EPG events is now also stored in the epg.data file
Diffstat (limited to 'vdr.5')
-rw-r--r--vdr.57
1 files changed, 4 insertions, 3 deletions
diff --git a/vdr.5 b/vdr.5
index f139556b..675a9a57 100644
--- a/vdr.5
+++ b/vdr.5
@@ -8,9 +8,9 @@
.\" License as specified in the file COPYING that comes with the
.\" vdr distribution.
.\"
-.\" $Id: vdr.5 1.39 2005/09/26 21:38:44 kls Exp $
+.\" $Id: vdr.5 1.40 2005/12/25 11:08:40 kls Exp $
.\"
-.TH vdr 5 "19 Mar 2005" "1.3.23" "Video Disk Recorder Files"
+.TH vdr 5 "19 Mar 2005" "1.3.38" "Video Disk Recorder Files"
.SH NAME
vdr file formats - the Video Disk Recorder Files
.SH DESCRIPTION
@@ -627,7 +627,7 @@ The following tag characters are defined:
tab (@);
l l.
\fBC\fR@<channel id> <channel name>
-\fBE\fR@<event id> <start time> <duration> <table id>
+\fBE\fR@<event id> <start time> <duration> <table id> <version>
\fBT\fR@<title>
\fBS\fR@<short text>
\fBD\fR@<description>
@@ -654,6 +654,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)
<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)