diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | epgsearch.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ VDR Plugin 'epgsearch' Revision History 2010-xx-xx; Version 0.9.25 new: - global blacklists: blacklists for search timers can now be global to exclude - 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. + 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. - new setup variable epgsearch.ConflCheckCmd (no gui for this, so edit setup.conf!), that allows executing a command for each timer causing a conflict, see the MANUAL for details. - vdr-1.7.15 has changed the SVDRP default port to 6419, please update this in epgsearch's diff --git a/epgsearch.c b/epgsearch.c index 8a27505..eb2285d 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -70,7 +70,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "0.9.25.beta21"; +static const char VERSION[] = "0.9.25.beta22"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |