diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-12-03 19:02:09 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-12-03 19:02:09 +0100 |
commit | 53677636e841b9a8e9ef192b34671421ed06cfdb (patch) | |
tree | 05e99394237e8e58123b075a23436750c84d99a0 /doc-src/en | |
parent | bd6e1f64ce8afa380286700945d71df29654f59c (diff) | |
download | vdr-plugin-epgsearch-53677636e841b9a8e9ef192b34671421ed06cfdb.tar.gz vdr-plugin-epgsearch-53677636e841b9a8e9ef192b34671421ed06cfdb.tar.bz2 |
avoid repeats: new option 'if present' for 'compare subtitle'
Diffstat (limited to 'doc-src/en')
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 7 | ||||
-rw-r--r-- | doc-src/en/epgsearch.conf.5.txt | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt index 6278d4b..6d60076 100644 --- a/doc-src/en/epgsearch.1.txt +++ b/doc-src/en/epgsearch.1.txt @@ -331,8 +331,11 @@ compared. =item - B<Compare subtitle:> When comparing to events then specify here if the subtitle should be -compared. If there is no subtitle than this event is always -different to an event with/without a subtitle. +compared. Besides 'no' and 'yes' there is also the option 'if present'. +With this setting epgsearch will classify two events only as equal if +their episode names match and are not empty. Caution: if your EPG data has no episode +names for different episodes don't use this option! 'yes' will then be the better +choice even if this results in double recordings. =item - B<Compare description:> diff --git a/doc-src/en/epgsearch.conf.5.txt b/doc-src/en/epgsearch.conf.5.txt index cf1ca4f..09e34d3 100644 --- a/doc-src/en/epgsearch.conf.5.txt +++ b/doc-src/en/epgsearch.conf.5.txt @@ -63,7 +63,10 @@ is B<':'>: 29 - avoid repeats? 0/1 30 - allowed repeats 31 - compare title when testing for a repeat? 0/1 - 32 - compare subtitle when testing for a repeat? 0/1 + 32 - compare subtitle when testing for a repeat? 0/1/2 + 0 - no + 1 - yes + 2 - yes, if present 33 - compare description when testing for a repeat? 0/1 34 - compare extended EPG info when testing for a repeat? This entry is a bit field of the category IDs. |