summaryrefslogtreecommitdiff
path: root/doc-src/en
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-06-12 10:41:37 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-06-12 10:41:37 +0200
commit7caf8219ca7295a0f25bb1789f9658c4b3c324ff (patch)
tree2d4c4d0f37702aeb5882e88ad3535980e0f3dd7b /doc-src/en
parenta31c53e6d76e60de171394371f07b188b759fa74 (diff)
downloadvdr-plugin-epgsearch-7caf8219ca7295a0f25bb1789f9658c4b3c324ff.tar.gz
vdr-plugin-epgsearch-7caf8219ca7295a0f25bb1789f9658c4b3c324ff.tar.bz2
avoid repeats by 'compare epxression'
Diffstat (limited to 'doc-src/en')
-rw-r--r--doc-src/en/epgsearch.1.txt9
-rw-r--r--doc-src/en/epgsearch.4.txt1
2 files changed, 10 insertions, 0 deletions
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt
index 04e6c2b..b6f5d38 100644
--- a/doc-src/en/epgsearch.1.txt
+++ b/doc-src/en/epgsearch.1.txt
@@ -358,6 +358,15 @@ compared. If this is similar at the value of the next option
The needed minimum match of descriptions in percent.
+=item - B<Compare expression:>
+
+Sometimes an event is repeated many times within some period (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,...
+
=item - B<Compare categories:>
With the button 'setup' you can also specify which categories should
diff --git a/doc-src/en/epgsearch.4.txt b/doc-src/en/epgsearch.4.txt
index 6257499..c19eaec 100644
--- a/doc-src/en/epgsearch.4.txt
+++ b/doc-src/en/epgsearch.4.txt
@@ -533,6 +533,7 @@ The following variables exist:
%year% - year with century
%month% - month (1-12)
%day% - day (1-31)
+ %week% - week number of the year (Monday as the first day of the week) as a decimal number [01,53]
%time_w% - weekday name
%time_d% - start day in format TT
%time_lng% - start time in seconds since 1970-01-01 00:00