diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-03-27 14:56:46 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-03-27 14:56:46 +0200 |
commit | 78e46078a57cc11924b9354ca45045c12cd6714f (patch) | |
tree | 13ef412df512f3e54a5098063de37db2655c7623 /HISTORY | |
parent | f5cb8d753eeaceaa0fa27544b349584d3b56e119 (diff) | |
download | vdr-plugin-epgsearch-78e46078a57cc11924b9354ca45045c12cd6714f.tar.gz vdr-plugin-epgsearch-78e46078a57cc11924b9354ca45045c12cd6714f.tar.bz2 |
dropped option 'yes' in 'compare subtitle' when checking for a repeat and replaced it with 'if present'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -64,11 +64,9 @@ new: miss one only because of a buggy EPG. - searchtimers: if a timers filename results in an empty string or contains "!^invalid^!" it will be skipped for programming now. -- Avoid repeats: 'Compare subtitle' has now a third value 'if present' besides 'no' - and 'yes'. 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. +- Avoid repeats: The option 'Yes' for 'Compare subtitle' is now replaced with 'if present'. + With this setting epgsearch will classify two events only as equal if + their episode names match and are not empty. - epgsearch now uses the shutdown handler (introduced in vdr 1.5.1) to prevent a search timer update to be interrupted. - the SVDRP command UPDS for triggering search timer updates has now a new option |