diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-26 15:49:01 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-26 15:49:01 +0100 |
commit | 2b3556b460665d9a4036b1623e7e7ff5ff6d37d8 (patch) | |
tree | bee99e68a196ba076440ad6516b5a0149996b6f2 /vdr.1 | |
parent | d2e0087c4e13b2acbecc4bafb3cb2ab656c95339 (diff) | |
download | vdr-2b3556b460665d9a4036b1623e7e7ff5ff6d37d8.tar.gz vdr-2b3556b460665d9a4036b1623e7e7ff5ff6d37d8.tar.bz2 |
Implemented "Pattern Timers"2.5.1
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 4.4 2018/04/10 13:58:06 kls Exp $ +.\" $Id: vdr.1 5.1 2020/12/26 15:49:01 kls Exp $ .\" .TH vdr 1 "15 Apr 2018" "2.4" "Video Disk Recorder" .SH NAME @@ -305,6 +305,11 @@ The actual data files of a recording. Contains all current EPG data. Can be used for external processing and will also be read at program startup to have the full EPG data available immediately. .TP +.I donerecs.data +Contains the names of recordings that have been done by pattern timers with '@' +as the first character of the pattern. File names are appended to this file after +a recording has finished, and the entire file is read upon startup of VDR. +.TP .I .update If this file is present in the video directory, its last modification time will be used to trigger an update of the list of recordings in the "Recordings" menu. |