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 | |
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')
-rw-r--r-- | doc-src/de/epgsearch.1.txt | 10 | ||||
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 9 | ||||
-rw-r--r-- | doc-src/en/epgsearch.conf.5.txt | 3 |
3 files changed, 9 insertions, 13 deletions
diff --git a/doc-src/de/epgsearch.1.txt b/doc-src/de/epgsearch.1.txt index 8d35196..95f9bd8 100644 --- a/doc-src/de/epgsearch.1.txt +++ b/doc-src/de/epgsearch.1.txt @@ -362,14 +362,12 @@ wird er als gleich behandelt. Die notwendige Übereinstimmung zweier Beschreibung in %. -=item - B<Vergl. Ausdruck> +=item - B<Vergl. Zeitpunkt> -Manchmal wird eine Sendung häufig innerhalb einer gewissen Zeitspanne (Woche, Monat,...) +Manchmal wird eine Sendung häufig innerhalb einer gewissen Zeitspanne (Tag, Woche, Monat,...) wiederholt, die einzelnen Sendungen lassen sich aber anhand des EPG Inhalts nicht unterscheiden. -Somit ist der Zeitpunkt also die einzige Information. Um damit zu vergelichen, kann man diesen -Eintrag mit den entsprechenden Variablen füllen. Z.B. Mit dem Ausdruck -'%year%-%month%' werden die Wiederholungen innerhalb eines Monats dieses Jahres vermieden, -'%year%-%week%' vermeidet die Wiederholungen innerhalb einer Woche des Jahres,... +Somit ist der Zeitpunkt also die einzige Information. Um damit zu vergelichen, kann man hier +die entsprechende Zeitspanne auswählen, um die Wiederholungen zu ignorieren. =item - B<Vergl. Kategorien> 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 ;-)) |