diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-06-13 14:12:17 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-06-13 14:12:17 +0200 |
commit | 1c8ae68620543c5a5d8fbe313f02a92e1dde4f06 (patch) | |
tree | d1ef5b227f1b08c80dc75e35c378f435bcfe7707 /doc-src/en | |
parent | 7caf8219ca7295a0f25bb1789f9658c4b3c324ff (diff) | |
download | vdr-plugin-epgsearch-1c8ae68620543c5a5d8fbe313f02a92e1dde4f06.tar.gz vdr-plugin-epgsearch-1c8ae68620543c5a5d8fbe313f02a92e1dde4f06.tar.bz2 |
turned 'compare expression' in 'compare date' for easier handling in OSD
Diffstat (limited to 'doc-src/en')
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 9 | ||||
-rw-r--r-- | doc-src/en/epgsearch.conf.5.txt | 3 |
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 ;-)) |