diff options
| author | Christian Wieninger <cwieninger@gmx.de> | 2010-02-11 20:14:59 +0100 |
|---|---|---|
| committer | Christian Wieninger <cwieninger@gmx.de> | 2010-02-11 20:14:59 +0100 |
| commit | 2e1cf1296e94cfbb9c9c0dacc6da9d09f0bf83c4 (patch) | |
| tree | b436b06455bfca386af0e348531f40a48e09672c /doc-src/en | |
| parent | 37a827b8909263960c173ca72d656e0ed15df693 (diff) | |
| download | vdr-plugin-epgsearch-2e1cf1296e94cfbb9c9c0dacc6da9d09f0bf83c4.tar.gz vdr-plugin-epgsearch-2e1cf1296e94cfbb9c9c0dacc6da9d09f0bf83c4.tar.bz2 | |
new option the set the required match for 'compare summary'
Diffstat (limited to 'doc-src/en')
| -rw-r--r-- | doc-src/en/epgsearch.1.txt | 8 | ||||
| -rw-r--r-- | doc-src/en/epgsearch.4.txt | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt index 8929a66..4bdf942 100644 --- a/doc-src/en/epgsearch.1.txt +++ b/doc-src/en/epgsearch.1.txt @@ -346,8 +346,12 @@ be compared. For comparison all parts of the description, that look like a category value, are removed first. The remaining text will be -compared. If this is similar at 90% (regarding the -Levinshtein-Distance algorithm) then it will be accepted as equal. +compared. If this is similar at the value of the next option +(regarding the Levinshtein-Distance algorithm) then it will be accepted as equal. + +=item - C<Min. match in %:> + +The needed minimum match of descriptions in percent. =item - B<Compare categories:> diff --git a/doc-src/en/epgsearch.4.txt b/doc-src/en/epgsearch.4.txt index 9f50c94..7bdfc82 100644 --- a/doc-src/en/epgsearch.4.txt +++ b/doc-src/en/epgsearch.4.txt @@ -154,6 +154,7 @@ is B<':'>: 49 - last day where the search timer is active (see parameter 16) 50 - ignore missing EPG categories? 0/1 51 - unmute sound if off when used as switch timer + 52 - the minimum required match in percent when descriptions are compared to avoid repeats (-> 33) 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 |
