summaryrefslogtreecommitdiff
path: root/doc-src/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/en')
-rw-r--r--doc-src/en/epgsearch.1.txt9
-rw-r--r--doc-src/en/epgsearch.conf.5.txt3
2 files changed, 5 insertions, 7 deletions
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt
index b6f5d38..4f601ed 100644
--- a/doc-src/en/epgsearch.1.txt
+++ b/doc-src/en/epgsearch.1.txt
@@ -358,14 +358,11 @@ compared. If this is similar at the value of the next option
The needed minimum match of descriptions in percent.
-=item - B<Compare expression:>
+=item - B<Compare date:>
-Sometimes an event is repeated many times within some period (week, month,...), but one
+Sometimes an event is repeated many times within some period (day, week, month,...), but one
cannot distinguish the repeats based on the EPG contents. So the only information is its time.
-To use this for comparison you can fill this entry with the corresponding variables.
-E.g: the epxression
-'%year%-%month%' will avoid all repeats within one month of the year,
-'%year%-%week%' will avoid the repeats within the week of the year,...
+To use this for comparison select the appropriate period.
=item - B<Compare categories:>
diff --git a/doc-src/en/epgsearch.conf.5.txt b/doc-src/en/epgsearch.conf.5.txt
index 6d88638..71dac43 100644
--- a/doc-src/en/epgsearch.conf.5.txt
+++ b/doc-src/en/epgsearch.conf.5.txt
@@ -93,7 +93,8 @@ is B<':'>:
51 - unmute sound if off when used as switch timer
52 - percentage of match when comparing the summary of two events (with 'avoid repeats')
53 - HEX representation of the content descriptors, each descriptor ID is represented with 2 chars
-
+ 54 - compare date when testing for a repeat? (0=no, 1=same day, 2=same week, 3=same month)
+
A ':' in the search term or the directory entry will be translated in a
'|'. If a '|' exists in the search term, e.g. when using regular
expressions, it will be translated to "!^pipe^!" (I know it's ugly ;-))