diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-22 14:23:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-22 14:23:55 +0200 |
commit | 9f1046221d2fd6f8b4b2713174eccb7fe535e6d3 (patch) | |
tree | a047af3caec6d6ea5ce9da5ca91431584f9cd2cb /INSTALL | |
parent | 8223bd1f188e9bd61aa70f275d0512770e2d051f (diff) | |
download | vdr-9f1046221d2fd6f8b4b2713174eccb7fe535e6d3.tar.gz vdr-9f1046221d2fd6f8b4b2713174eccb7fe535e6d3.tar.bz2 |
New command line option '-r'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -158,6 +158,21 @@ particular hard- and software environment. If the '-s' option is present, the VDR machine can be turned off by pressing the "Power" key on the remote control. +Executing commands before and after a recording: +------------------------------------------------ + +You can use the '-r' option to define a program or script that gets called +before and after a recording is performed. + +The program will be called with one integer parameter that is "1" if this +is *before* the recording, and "0" if this is *after* the recording. + +Within this program you can do anything you would like to do before and/or +after a recording. However, the program must return as soon as possible, +because otherwise it will block further execution of VDR. Be expecially careful +to make sure the program returns before the watchdog timeout you may have set +up with the '-w' option! + Command line options: --------------------- |