diff options
Diffstat (limited to 'doc-src/en')
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 9 | ||||
-rw-r--r-- | doc-src/en/epgsearch.4.txt | 1 |
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 |