summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 36d9e782..693e9271 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 2.66 2013/02/11 11:27:34 kls Exp $
+ * $Id: config.h 2.67 2013/02/14 15:13:59 kls Exp $
*/
#ifndef __CONFIG_H
@@ -44,6 +44,9 @@
#define MAXLIFETIME 99
#define DEFINSTRECTIME 180 // default instant recording time (minutes)
+#define TIMERMACRO_TITLE "TITLE"
+#define TIMERMACRO_EPISODE "EPISODE"
+
#define MINOSDWIDTH 480
#define MAXOSDWIDTH 1920
#define MINOSDHEIGHT 324