diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-26 12:03:28 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-26 12:03:28 +0100 |
commit | 168348e7e4025d51e2a9cce5415cbd92a7622a45 (patch) | |
tree | af6e19f75d6e1dfcf55ddf306225d8a971810261 /vdr.5 | |
parent | 655b2297b98095b5fb05fd755a57813beb1ce335 (diff) | |
download | vdr-168348e7e4025d51e2a9cce5415cbd92a7622a45.tar.gz vdr-168348e7e4025d51e2a9cce5415cbd92a7622a45.tar.bz2 |
Lines tagged with '#' in the 'info.vdr' file of a recording are now silently ignored when reading that file
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.52 2006/02/25 12:39:23 kls Exp $ +.\" $Id: vdr.5 1.53 2006/02/26 12:01:21 kls Exp $ .\" .TH vdr 5 "19 Feb 2006" "1.3.43" "Video Disk Recorder Files" .SH NAME @@ -567,6 +567,8 @@ timer (if given) is copied into this file, using the '@' tag. This is a plain ASCII file and contains tagged lines like the \fBEPG DATA\fR file (see the description of the \fIepg.data\fR file). Note that the lowercase tags ('c' and 'e') will not appear in an \fIinfo.vdr\fR file. +Lines tagged with '#' are ignored and can be used by external tools to +store arbitrary information. .SS RESUME The file \fIresume.vdr\fR (if present in a recording directory) contains the position within the recording where the last replay session left off. |