diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-07 11:10:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-07 11:10:56 +0200 |
commit | 8b137f8ce5b901a7ef9193644832827339deee2f (patch) | |
tree | dd21d564186dccf77ac27baf3c403dabaea31edf /vdr.5 | |
parent | 9f7166a8915596fca3656d4b2627dd0bcc27ddaa (diff) | |
download | vdr-8b137f8ce5b901a7ef9193644832827339deee2f.tar.gz vdr-8b137f8ce5b901a7ef9193644832827339deee2f.tar.bz2 |
Added status flag for timers that are currently recording
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.35 2005/03/19 15:20:47 kls Exp $ +.\" $Id: vdr.5 1.36 2005/05/07 10:40:23 kls Exp $ .\" .TH vdr 5 "19 Mar 2005" "1.3.23" "Video Disk Recorder Files" .SH NAME @@ -210,6 +210,7 @@ l l. \fB1\fR@the timer is active (and will record if it hits) \fB2\fR@this is an instant recording timer \fB4\fR@this timer uses VPS +\fB8\fR@this timer is currently recording (may only be up-to-date with SVDRP) .TE Bits other than these can be used by external programs to mark active timers and recognize if the user has modified them. When a user modifies an active |