diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-06-12 10:41:37 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-06-12 10:41:37 +0200 |
commit | 7caf8219ca7295a0f25bb1789f9658c4b3c324ff (patch) | |
tree | 2d4c4d0f37702aeb5882e88ad3535980e0f3dd7b /HISTORY | |
parent | a31c53e6d76e60de171394371f07b188b759fa74 (diff) | |
download | vdr-plugin-epgsearch-7caf8219ca7295a0f25bb1789f9658c4b3c324ff.tar.gz vdr-plugin-epgsearch-7caf8219ca7295a0f25bb1789f9658c4b3c324ff.tar.bz2 |
avoid repeats by 'compare epxression'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ VDR Plugin 'epgsearch' Revision History 2010-xx-xx; Version 0.9.25 new: +- avoid repeats with new 'compare expression' entry: compare two events by an arbitrary + expression. E.g: the epxression '%year%-%month%' will avoid all repeats within one month, + '%week%' will avoid the repeats within the week,... - global blacklists: blacklists for search timers can now be global to exclude generally unwanted events (like on my double SD/HD channels). Default mode for search timers is now 'only global', but can be set to 'none' to ignore also global blacklists. |