summaryrefslogtreecommitdiff
path: root/searchtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'searchtimer.c')
-rw-r--r--searchtimer.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/searchtimer.c b/searchtimer.c
index 507a7c6..bbff61e 100644
--- a/searchtimer.c
+++ b/searchtimer.c
@@ -49,19 +49,21 @@ cTVGuideSearchTimer::cTVGuideSearchTimer(void) {
useExtEPGInfo = 0;
extEPGInfoValues = "";
avoidRepeats = 1;
- allowedRepeats = 1;
compareTitle = 1;
- compareSubtitle = 2;
+ compareSubtitle = 1;
compareSummary = 1;
+ compareSummaryMatchInPercent = 90;
+ compareDate = 0;
+ allowedRepeats = 1;
catvaluesAvoidRepeat = 0;
repeatsWithinDays = 0;
delAfterDays = 0;
recordingsKeep = 0;
- switchMinsBefore = 0;
+ switchMinsBefore = 1;
pauseOnNrRecordings = 0;
blacklistMode = 0;
blacklists = "";
- fuzzyTolerance = 0;
+ fuzzyTolerance = 1;
useInFavorites = 0;
menuTemplate = 0;
delMode = 0;
@@ -71,9 +73,7 @@ cTVGuideSearchTimer::cTVGuideSearchTimer(void) {
useAsSearchTimerTil = 0;
ignoreMissingEPGCats = 0;
unmuteSoundOnSwitch = 0;
- compareSummaryMatchInPercent = 90;
contentsFilter = "";
- compareDate = 0;
}
cTVGuideSearchTimer::~cTVGuideSearchTimer(void) {