diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-17 16:03:49 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-17 16:03:49 +0100 |
commit | 3db87e806caf5deef10918e58294774a291eb939 (patch) | |
tree | df37900ceffc8111a1b5f56f177ae468059102fa /FORMATS | |
parent | aaf792357da5d9aaa0f8f61da78daf12508a69c4 (diff) | |
download | vdr-3db87e806caf5deef10918e58294774a291eb939.tar.gz vdr-3db87e806caf5deef10918e58294774a291eb939.tar.bz2 |
Taking EPG data from 'start + 5min' for instant recordings
Diffstat (limited to 'FORMATS')
-rw-r--r-- | FORMATS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -45,10 +45,14 @@ Video Disk Recorder File Formats The fields in a timer definition have the following meaning (from left to right): - - Timer active (0 = inactive, 1 = active) - Values larger than '1' can be used by external programs to mark active timers + - Timer active (0 = inactive, 1 = active, 3 = instant recording) + Values other than these can be used by external programs to mark active timers and recognize if the user has modified them. When a user modifes an active - timer the 'active' field will be explicitly set to '1'. + timer the 'active' field will be explicitly set to '1' (or '0', respectively, + if the user deactivates the timer). + Note: in order to allow future extensibility, external programs using the + 'active' parameter should only use the upper 16 bit of this 32 bit parameter + and leave the lower 16 bit untouched. - Program number of the channel to record - Day of recording (in case of a repeating timer), either one or more of M------ = Monday |