summaryrefslogtreecommitdiff
path: root/epgsearch.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-05-28 15:02:17 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-05-28 15:02:17 +0200
commitd71b080637c5eba84854f2338b53fdda8fc6ed34 (patch)
tree3efefac4793302cc85b89c5eb08c72814a0960a9 /epgsearch.c
parent280c12c3c7042e176c6acc3bd7718f66cd9eb39d (diff)
downloadvdr-plugin-epgsearch-d71b080637c5eba84854f2338b53fdda8fc6ed34.tar.gz
vdr-plugin-epgsearch-d71b080637c5eba84854f2338b53fdda8fc6ed34.tar.bz2
new setup variable epgsearch.ConflCheckCmd
Diffstat (limited to 'epgsearch.c')
-rw-r--r--epgsearch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epgsearch.c b/epgsearch.c
index 20643c4..8a27505 100644
--- a/epgsearch.c
+++ b/epgsearch.c
@@ -641,6 +641,8 @@ bool cPluginEpgsearch::SetupParse(const char *Name, const char *Value)
if (!strcasecmp(Name, "CheckConflictsMinDuration")) EPGSearchConfig.checkMinDuration = atoi(Value);
if (!strcasecmp(Name, "CheckConflictsAfterTimerProg")) EPGSearchConfig.checkTimerConflAfterTimerProg = atoi(Value);
if (!strcasecmp(Name, "CheckConflictsOnRecording")) EPGSearchConfig.checkTimerConflOnRecording = atoi(Value);
+ if (!strcasecmp(Name, "ConflCheckCmd")) strcpy(EPGSearchConfig.conflCheckCmd, Value);
+
if (!strcasecmp(Name, "NoConflMsgWhileReplay")) EPGSearchConfig.noConflMsgWhileReplay = atoi(Value);
if (!strcasecmp(Name, "NoAnnounceWhileReplay")) EPGSearchConfig.noAnnounceWhileReplay = atoi(Value);
if (!strcasecmp(Name, "TimerProgRepeat")) EPGSearchConfig.TimerProgRepeat = atoi(Value);