summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-01 12:53:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-01 12:53:40 +0100
commit4da70bbab161dc545566f57d2cb611b10c8f4f8d (patch)
tree0fc84b176b9d11402ba3f9f957b7cf7c5513e752 /recording.h
parent566c6fa4641ea116307cfb5e40d151a104ab1490 (diff)
downloadvdr-4da70bbab161dc545566f57d2cb611b10c8f4f8d.tar.gz
vdr-4da70bbab161dc545566f57d2cb611b10c8f4f8d.tar.bz2
The script given to VDR with the '-r' option is now also called after the recording process has actually started
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index c7feae03..7d5228eb 100644
--- a/recording.h
+++ b/recording.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.h 3.3 2013/12/27 11:05:07 kls Exp $
+ * $Id: recording.h 3.4 2014/01/01 12:45:18 kls Exp $
*/
#ifndef __RECORDING_H
@@ -386,6 +386,7 @@ public:
};
#define RUC_BEFORERECORDING "before"
+#define RUC_STARTRECORDING "started"
#define RUC_AFTERRECORDING "after"
#define RUC_EDITEDRECORDING "edited"
#define RUC_DELETERECORDING "deleted"