summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
commiteff341390c079060d0904a53b7eebe84e2315f3a (patch)
treed45d902e7a7022a95a3e9c58346d88c45e0da517 /HISTORY
parentbe2c5ff1bfdff45d384981816ef692f0179a7f15 (diff)
downloadvdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz
vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY386
1 files changed, 197 insertions, 189 deletions
diff --git a/HISTORY b/HISTORY
index 8f2a1b5..23f1500 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,29 +1,37 @@
VDR Plugin 'epgsearch' Revision History
---------------------------------------
+2011-xx-xx; Version 1.0.1
+new:
+- dropped old code for vdr < 1.6.0, thanks to Ville Skyttä for whole pile of patches
+
+fixes:
+- fixed a crash when editing blacklists
+
+
2011-09-11; Version 1.0.0
new:
- supports vdr-1.6.0 to vdr-1.7.21
-- avoid repeats with new 'compare date' entry: compare two events by their date to ignore
+- avoid repeats with new 'compare date' entry: compare two events by their date to ignore
repeats within the same day, week or month
-- 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
+- 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.
-- new setup variable epgsearch.ConflCheckCmd (no gui for this, so edit setup.conf!), that
+- 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
+- vdr-1.7.15 has changed the SVDRP default port to 6419, please update this in epgsearch's
setup menu too!
-- there is now an official git repository for epgsearch, that contains the latest
- development.
- First usage:
- git clone git://projects.vdr-developer.org/vdr-plugin-epgsearch.git
+- there is now an official git repository for epgsearch, that contains the latest
+ development.
+ First usage:
+ git clone git://projects.vdr-developer.org/vdr-plugin-epgsearch.git
Keep up-to-date with:
git pull
Web-git:
http://projects.vdr-developer.org/git/?p=vdr-plugin-epgsearch.git
- many thanks to the maintainers of projects.vdr-developer.org, especially Tobias
+ many thanks to the maintainers of projects.vdr-developer.org, especially Tobias
Grimm
-- directory entries from VDR's folders.conf are now also read and offered in the
+- directory entries from VDR's folders.conf are now also read and offered in the
directory selection of the timer menu.
- Search timer support for content descriptors as introduced in vdr-1.7.11. This lets you
search for broadcasts by their type, like "Movie/Drama", "Documentation",...
@@ -31,56 +39,56 @@ new:
event via OSD right before it starts and lets you switch to its channel with 'Ok'.
Switch timers now have the same option.
- in addition to the announcements via OSD new events can now also be reported by mail.
- To do so, there's a new search timer action "Announce by mail". You also have to update
- your mail template file epgsearchupdmail.templ (s. the updated html sample in the conf
+ To do so, there's a new search timer action "Announce by mail". You also have to update
+ your mail template file epgsearchupdmail.templ (s. the updated html sample in the conf
directory and/or read the MANUAL '13. Email notification').
-- The time in hours between the search timer mails can now be configured in the
+- The time in hours between the search timer mails can now be configured in the
setup to avoid flooding your inbox. epgsearch buffers the contents of the pending mails
in the new file pendingnotifications.conf.
-- New setup option to check if there is EPG content for the next x hours. If not
- you get warned by OSD and/or mail (Setup -> Search and search timers), suggested by
+- New setup option to check if there is EPG content for the next x hours. If not
+ you get warned by OSD and/or mail (Setup -> Search and search timers), suggested by
Andreas Mair.
- new internal variables:
* %day%, %month% and %year% which return the numeric day, month and year
(with century) of an event
- * %chgrp% returns the VDR channel group name corresponding to an event
+ * %chgrp% returns the VDR channel group name corresponding to an event
* %liveeventid% returns the encoded event ID as used in the frontend 'live' to add
direct links e.g. in the search timer mails (see sample conf/epgsearchupdmail-html.templ).
* %timer.liveid% returns the encoded timer ID as used in the frontend 'live' to add
direct links e.g. in the search timer mails.
- * %date_iso% and %date_iso_now% return the (current) date in 'YYYY-MM-DD' format,
+ * %date_iso% and %date_iso_now% return the (current) date in 'YYYY-MM-DD' format,
suggested by Andreas Mair.
* %search.series% returns 1 or 0 depending on the flag "series recording" of a search and
can be used in the directory entry of a search or it's depending variables.
- new command 'connect' within internal variables: with this command you can connect to
- a TCP service, pass data and assign the result to a variable. See the MANUAL for
+ a TCP service, pass data and assign the result to a variable. See the MANUAL for
details.
- new command 'length' within internal variables: this returns the length of the given arguments
- in memory to pat: french translation update, thanks to Patrice Staudt
- italian translation update, thanks to Diego Pierotto
- finnish translation update, thanks to Rolf Ahrenberg and Ville Skyttä
-- new lithuanian translation, thanks to Valdemaras Pipiras
+- new lithuanian translation, thanks to Valdemaras Pipiras
- new slovak translation, thanks to Milan Hrala
-- new SVDRP command 'MENU [NOW|PRG|SUM]' to call one of the main OSD menus or
+- new SVDRP command 'MENU [NOW|PRG|SUM]' to call one of the main OSD menus or
the summary of the current event. If any epgsearch menu is open a subsequent
SVDRP call will close it again.
- changed the maximum number of days for a timer conflict check from 99 to 14
- patch by Jörg Wendel for new graphtft patch
-- Two events with both empty episode names are now handled different within the
- feature 'Avoid repeats'. This will result in more recordings, but ensures not to
+- Two events with both empty episode names are now handled different within the
+ feature 'Avoid repeats'. This will result in more recordings, but ensures not to
miss one only because of a buggy EPG.
-- searchtimers: if a timers filename results in an empty string or contains
+- searchtimers: if a timers filename results in an empty string or contains
"!^invalid^!" it will be skipped for programming now.
- 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
+ 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
+- the SVDRP command UPDS for triggering search timer updates has now a new option
'SCAN' that will execute an EPG scan before the search timer update actually starts.
-- when deleting a search timer now its list of created timers is also cleared,
+- when deleting a search timer now its list of created timers is also cleared,
suggested by Sundararaj Reel
-- moved 'file' and 'directory' to the top in the timer edit menu, since at least in
+- moved 'file' and 'directory' to the top in the timer edit menu, since at least in
my case its the most common entry to change, e.g. to select a folder for the recording.
- auto enable Wareagle icons if VDRSymbols font is used (can be overwritten with
WarEagleIcons=0 in epgsearchmenu.conf), suggested by Ronny Kornexl
@@ -88,38 +96,38 @@ new:
- epgsearch now autodetects an installed pin plugin or graphtft, also the optional libraries
libpcre und libtre (can be turned off by commenting AUTOCONFIG in the Makefile)
- new patch vdr.epgsearch-exttimeredit.diff:
- this patch against VDR integrates epgsearch's timer edit menu to VDR's timer menu, thanks
+ this patch against VDR integrates epgsearch's timer edit menu to VDR's timer menu, thanks
S:oren@vdr-portal for providing it.
- some speed enhancements, thanks to Tobias Bratfisch for providing patches
-- if the VPS time differs from the start time of an event the VPS marker is now 'v'
+- if the VPS time differs from the start time of an event the VPS marker is now 'v'
instead of 'V'
- the first run of the background threads (searchtimer, switchtimer, conflict check) is now
triggered by the first call to cPlugin::MainThreadHook instead of waiting 20s after
VDRs startup.
-- The update check for manual timers does now ignore timers whose start or stop time was edited
- by the user.
+- The update check for manual timers does now ignore timers whose start or stop time was edited
+ by the user.
- default path to sendmail is now '/usr/sbin/sendmail' and can be configured in the Makefile,
thanks to Ville Skyttä for providing a patch.
-- externally triggered search timer updates (via service interface or SVDRP) will now
+- externally triggered search timer updates (via service interface or SVDRP) will now
automatically activate the setting "Use search timers" in the setup.
- epgsearch now also checks the recordings length among the correct start and stop time of a timer
- when testing for complete recordings. 98% and more are handled as complete.
+ when testing for complete recordings. 98% and more are handled as complete.
- switch timers are now also visible in all search results EPG menus
- Avoid repeats: in 'compare summary' one can now adjust the required match, default is 90%.
-- if there is no subtitle the filename now defaults to YYYY.MM.DD-HH.MM-Weekday to ease
+- if there is no subtitle the filename now defaults to YYYY.MM.DD-HH.MM-Weekday to ease
sorting in some frontends, thanks to Dominic Evans for providing a patch
- should now compile in FreeBSD, thanks to Juergen Lock for providing a patch
- new SVDRP command UPDT to reload the list of search timers in epgsearch.conf
fixes:
- fixed a crash when pressing 'Ok' in an empty timers done menu
-- fixed a crash when using the progressbar and events with 0 duration exist, thanks
+- fixed a crash when using the progressbar and events with 0 duration exist, thanks
to egal@vdrportal
-- when an incomplete recording triggers a search timer update for a search timer
+- when an incomplete recording triggers a search timer update for a search timer
with 'avoid repeats' now running events are ignored for the repeats.
- now using cCondWait::Wait instead of cCondWait:SleepMs to avoid shutdown problems,
thanks to e9hack@vdrportal for providing a patch
-- fixed line breaks in SVDRP command LSTT, thanks to Andreas Mair for providing a
+- fixed line breaks in SVDRP command LSTT, thanks to Andreas Mair for providing a
patch
- improved response time when canceling the search timer thread
- fixed a segfault occurring when navigating to a userdefined epg menu that has expired
@@ -135,22 +143,22 @@ fixes:
- some fixes regarding libtre includes, thanks to Ville Skyttä for providing a patch
- fix UTF8-character handling in timer file names, thanks to Rolf Ahrenberg for providing
a patch
-- fixed a crash when adding huge episode names to the timer's file name, thanks to Lari
+- fixed a crash when adding huge episode names to the timer's file name, thanks to Lari
Tuononen for reporting
-- make sure only one regular expression library is linked against epgsearch, thanks to
+- make sure only one regular expression library is linked against epgsearch, thanks to
Ville Skyttä for providing a patch.
-- some providers have strange EPG time changes only by some seconds. epgsearch now ignores
- changes less than 60s and does not touch the corresponding timer or report by mail,
+- some providers have strange EPG time changes only by some seconds. epgsearch now ignores
+ changes less than 60s and does not touch the corresponding timer or report by mail,
thanks to cmichel@mantis for reporting
- possible fix of the old problem with a crash in libpcre, thanks to Andreas Cz. for the
patch and to Stefan Bauer for pointing me to it.
-- fix a crash when toggling between with/without subtitle in timer info view for events
+- fix a crash when toggling between with/without subtitle in timer info view for events
that have (very) long "short" texts, thanks to Ville Skyttä for providing a patch.
-- fixed file descriptor handling when there are errors in SVDRP communication, thanks to
+- fixed file descriptor handling when there are errors in SVDRP communication, thanks to
Teemu Rantanen for providing a patch.
- fixed the service interface for switchtimers because of wrong parameter handling, thanks
to gnapheus@vdrportal for reporting.
-- fixed case insensitve searching when Utf-8 characters are involved, thanks to Ville
+- fixed case insensitve searching when Utf-8 characters are involved, thanks to Ville
Skyttä for reporting
- fixed check of complete VPS recordings, thanks to durchflieger@vdr-portal for providing
a patch.
@@ -164,58 +172,58 @@ new:
- support for VDRSymbols font (activate it with 'WarEagle=1' in epgsearchmenu.conf)
- the EPG command 'Search in recordings' now evaluates the info.vdr instead of the
recordings path name and also does fuzzy searching, suggested by Mase@vdrportal
-- search timers with action 'switch only' and switch timers now have an additional
- option 'unmute sound' which unmutes audio at the event, if it was off, suggested
+- search timers with action 'switch only' and switch timers now have an additional
+ option 'unmute sound' which unmutes audio at the event, if it was off, suggested
by Michael Brückner
-- the timer update notification mails supports now an additional variable
+- the timer update notification mails supports now an additional variable
%timer.modreason%, that holds the reason for a timer update in plain text (see
epgsearchupdmail(-html).templ for a sample)
- support for a conf.d mechanism (s. MANUAL -> 14. The conf.d subdirectory), suggested
by Mike Constabel.
-- new SVDRP command 'LSCC' that returns the results of a timer conflict
+- new SVDRP command 'LSCC' that returns the results of a timer conflict
check. See the MANUAL for details about the format of the result list.
-- new patch against VDR (vdr-1.5.17-progressbar-support-0.0.1.diff) that adds support
+- new patch against VDR (vdr-1.5.17-progressbar-support-0.0.1.diff) that adds support
for graphical progressbars in skins classic and st:tng, thanks to zulu@vdrportal
- '0' in the menu of done recordings now toggles the display of the episode name only
-- the favorites menu can now also be displayed after 'Overview - Now' via setup,
+- the favorites menu can now also be displayed after 'Overview - Now' via setup,
suggested by Bittor Corl
- menu of recordings done now sorts the date top down
- support for new info key behaviour in vdr-1.5.13
- changes for builtin graphtft-patch (when using VDR-extension-patch you need > v.37)
- updated the timercmd-patch for vdr-1.5.12 (patches/timercmd-0.1_1.5.12.diff)
- added patches/README.patches to describe the existing patches
-- update of 'undoneepgsearch.sh', a script to remove recordings from the done file via
+- update of 'undoneepgsearch.sh', a script to remove recordings from the done file via
reccmds.conf, thanks to Viking@vdrportal.
- update of finnish translation, thanks to Rolf Ahrenberg
- full spanish translation, many thanks to agusmir, dragondefuego, GenaroL, lopezm and
nachofr from todopvr.com, and especially to bittor
-- update of italian translation, thanks to Diego Pierotto
+- update of italian translation, thanks to Diego Pierotto
- update of dutch translation, thanks to carel@bugtracker
- the setup option "No announcements when replaying" is now ignored, if the search timer
update was triggered manually, suggested by Andreas Mair.
-fixes:
-- shifting the time display: the start time now only gets displayed in
- 'Overview - Now' instead of a progressbar, if there's not already a start time
- in the menu template ('%time%') as in the default template,
+fixes:
+- shifting the time display: the start time now only gets displayed in
+ 'Overview - Now' instead of a progressbar, if there's not already a start time
+ in the menu template ('%time%') as in the default template,
thanks to Getty@vdrportal for reporting
-- fixed some issues regarding GPL, thanks to Thomas Günther for reporting
+- fixed some issues regarding GPL, thanks to Thomas Günther for reporting
- fixed a crash when no EPG is present, thanks to Petri Helin for providing a patch
-- the default value for maximum duration is now '23:59' to avoid problems with
+- the default value for maximum duration is now '23:59' to avoid problems with
external tools, thanks to ralf-naujokat@bugtracker for reporting (bug-id #371)
- after an EPG change of less then 10 minutes epgsearch modified a timer instead of
creating a new one. This caused problems with events with less then 10 minutes. The
tolerance is therefore now min(<event duration>, 10 min). Thanks to Janne Liimatainen
for reporting.
- fixed some translations, thanks to ramirez@vdrportal for reporting
-- speed improvement when scrolling through EPG menus, thanks to ramirez@vdrportal for
+- speed improvement when scrolling through EPG menus, thanks to ramirez@vdrportal for
reporting
- fixed a crash, when SIGINT is signaled while background threads startup
-- channel group separators in 'Overview Now/Next/...' are now hidden if they are
+- channel group separators in 'Overview Now/Next/...' are now hidden if they are
empty like in ':@30', thanks to Ulf Kiener for providing a patch
- fixed a crash in the setup of the addon plugins when VDR is patched with the ext-patch
and active LIEMIKUUTIO
-- 'avoid repeats' combined with 'pause on ... recordings' created to less timers, thanks
+- 'avoid repeats' combined with 'pause on ... recordings' created to less timers, thanks
to spockele@vdrportal for reporting
- fixed some compiler warnings with g++ 4.3
- fine-tuning fuzzy matching of descriptions, thanks to Alf Fahland for providing a patch
@@ -226,39 +234,39 @@ fixes:
- fixed evaluation of compiler flags like WITHOUT_EPGSEARCHONLY,...
2007-09-02: Version 0.9.23
-new:
-- full support for new i18n system in vdr>=1.5.7, but keeps fully backwards
+new:
+- full support for new i18n system in vdr>=1.5.7, but keeps fully backwards
compatible
- when using extended EPG categories one can now also compare by value, e.g.
to search for events after some year.
- Therefore new searchmodes (10 which means '<', 11 which means '<=', ...)
+ Therefore new searchmodes (10 which means '<', 11 which means '<=', ...)
were introduced in the file epgsearchcats.conf. Example:
# 'until year'
3|Year|until year||11
# 'from year'
- 12|Year|from year||13
-
+ 12|Year|from year||13
+
One could use this also to search for a specific season of a series, if this
data is part of the EPG. See the section <epgsearchcats.conf> in the documentation
for a complete list of all search modes.
-- The edit menu for search timers has now a switch 'Ignore missing categories' for
- extended EPG categories. If set to 'Yes' this tells epgsearch that a missing EPG
- category should not exclude an event from the results. Caution: Using this without
+- The edit menu for search timers has now a switch 'Ignore missing categories' for
+ extended EPG categories. If set to 'Yes' this tells epgsearch that a missing EPG
+ category should not exclude an event from the results. Caution: Using this without
any other criterions could flood your timers.
- Search timers have now an 'auto delete' feature. The edit menu therefor provides:
* after x recordings, or
* after x days after first recording
Only complete recordings are counted. The deletion of the search timer is executed
directly after the end of the corresponding recording
-- new action "Create a copy" in menu Search/Actions to create and edit a copy of the
+- new action "Create a copy" in menu Search/Actions to create and edit a copy of the
current search, suggested by Michael Brückner.
-- the option "use as search timer" has now a third value 'user defined' besides 'yes'
- and 'no', that allows specifying a time margin where the search timer is active,
+- the option "use as search timer" has now a third value 'user defined' besides 'yes'
+ and 'no', that allows specifying a time margin where the search timer is active,
suggested by jo01@vdrportal
-- the progressbar now displays the start time instead of an empty bar, when
+- the progressbar now displays the start time instead of an empty bar, when
shifting to future events, thanks to zulu@vdrportal for providing a patch.
-- menu "show timers created" shows now summary for the timers done with 'Ok'.
+- menu "show timers created" shows now summary for the timers done with 'Ok'.
Also the shortcuts '1..9' for the EPG-commands are available.
- built-in pin-plugin patch (no more need to patch epgsearch). Activate
it by compiling with 'USE_PINPLUGIN' in VDR's Make.config (as already done in
@@ -273,7 +281,7 @@ fixes:
- fixed a bug in timer creation after navigating through the summary menu,
thanks to Rolf Ahrenberg for reporting
- Label "Record" or "Timer" in menu summary fixed with respect to existing timer.
-- fixed switch timers in the case when EPG has changed, thanks to Juergen Urban
+- fixed switch timers in the case when EPG has changed, thanks to Juergen Urban
for providing a patch
- fixed some compiler warnings in g++-4.2, thanks to Michael Brückner for reporting
- added "," to the allowed characters for a search timer, thanks to Mike Constabel for
@@ -281,15 +289,15 @@ fixes:
2007-05-27: Version 0.9.22
new:
-- new option in timer conflict check "When a recording starts":
- This performs a conflict check when any recording starts and informs
+- new option in timer conflict check "When a recording starts":
+ This performs a conflict check when any recording starts and informs
about it via OSD if the conflict is within the next 2h. So also timers not
created with epgsearch are checked, the same for instant recordings.
- new service interface "Epgsearch-services-v1.0": This allows other plugins
- to access and manage many components of epgsearch as searchtimers, setup
+ to access and manage many components of epgsearch as searchtimers, setup
values,... and execute tasks like searching for repeats (Have a look at
services.h for more information).
-- new project homepage: http://winni.vdr-developer.org/epgsearch, many thanks
+- new project homepage: http://winni.vdr-developer.org/epgsearch, many thanks
to Thomas Keil, sorry, only german at the moment ;)
- update for finnish translation, thanks to Rolf Ahrenberg
fixes:
@@ -299,67 +307,67 @@ fixes:
checks the alphanumeric portions of title and episode
- fixed another issue with quotes when calling commands for EPG events
- some license changes and additions for integration in Debian repositories
-- fixed a bug in displayed time, when using user defined times and shifting
+- fixed a bug in displayed time, when using user defined times and shifting
with FRew/FFwd, thanks to Torsten Weigelt for reporting
- the aux info about the channel was not added in 'one press timer creation'.
Thanks to Rolf Ahrenberg for providing a patch.
2007-04-29: Version 0.9.21
new:
-- support for the new MainMenuHooksPatch. This replaces the
- vdr-replace-schedulemenu patch. The new patch is used by other plugins too,
- so from now on only one patch is needed. The old patch is still supported,
+- support for the new MainMenuHooksPatch. This replaces the
+ vdr-replace-schedulemenu patch. The new patch is used by other plugins too,
+ so from now on only one patch is needed. The old patch is still supported,
but this will be removed in the next releases.
-- announcements of broadcasts via OSD have been completely redesigned. Instead
- of displaying them event by event, you get now
- "x new broadcast(s) found! Show them?". Pressing 'Ok' shows a menu of all
- events with the usual functions as in other EPG menus. With "Edit" you can
- modify the announce settings (like "announce again: yes/no" or announce again
+- announcements of broadcasts via OSD have been completely redesigned. Instead
+ of displaying them event by event, you get now
+ "x new broadcast(s) found! Show them?". Pressing 'Ok' shows a menu of all
+ events with the usual functions as in other EPG menus. With "Edit" you can
+ modify the announce settings (like "announce again: yes/no" or announce again
after day x).
-- timer conflict notifications via OSD can now be supressed while replaying.
+- timer conflict notifications via OSD can now be supressed while replaying.
Nevertheless, if a conflict comes up within the next 2 hours the message gets
still displayed.
- all addon plugins (epgsearchonly, quickepgsearch, conflictcheckonly) now
have a setup option to toggle the main menu entry on/off, thanks to Tobias
Grimm for providing a patch.
-- channel name in aux info of manual timers, thanks to Rolf Ahrenberg for
+- channel name in aux info of manual timers, thanks to Rolf Ahrenberg for
providing a patch.
-- new script undoneepgsearch.sh to undo a timer within the recordings menu,
+- new script undoneepgsearch.sh to undo a timer within the recordings menu,
more info at:
http://www.vdr-portal.de/board/thread.php?postid=574109#post574109
Thanks to the author Christian Jacobsen
- update for french translation, thanks to Patrice
- Staudt
-- update for finnish translation, thanks to Rolf Ahrenberg
-- menu 'timer conflicts details' now also shows the date of the conflict in
+ Staudt
+- update for finnish translation, thanks to Rolf Ahrenberg
+- menu 'timer conflicts details' now also shows the date of the conflict in
menu title, suggested by Rusk@vdrportal.
-- the password for mail authentication is now hidden in the OSD, i.e.
- represented with '***...'
+- the password for mail authentication is now hidden in the OSD, i.e.
+ represented with '***...'
- the setup for mail notifications now also has a "Send to" address, because
- some providers don't allow the same address for sender and recipient.
- If "Send to" is not set, epgsearch automatically uses the sender address as
+ some providers don't allow the same address for sender and recipient.
+ If "Send to" is not set, epgsearch automatically uses the sender address as
recipient.
-- when testing for repeats (with feature 'Avoid repeats') epgsearch now only
- compares the alphanumeric portions of title and episode and ignores the case
+- when testing for repeats (with feature 'Avoid repeats') epgsearch now only
+ compares the alphanumeric portions of title and episode and ignores the case
too. Suggested by chello@vdrportal.
-- thanks to Rolf Ahrenberg for finnish translation update
+- thanks to Rolf Ahrenberg for finnish translation update
- added '&' to the set of valid chars for search terms
fixes:
-- the tags stored in the aux info of the timers created with search timers
+- the tags stored in the aux info of the timers created with search timers
conform now to correct XML syntax (no capitals, no blanks). E.g. "Search timer"
- will be changed to "searchtimer". So don't wonder if the first search timer
+ will be changed to "searchtimer". So don't wonder if the first search timer
update will modify all existent timers created with search timers. Thanks to
Rolf Ahrenberg for reporting.
-- update of recordingdone.sh because of the previous changes, thanks to
- Mike Constabel for providing a patch
+- update of recordingdone.sh because of the previous changes, thanks to
+ Mike Constabel for providing a patch
- fixed a segfault in the case of misconfigured extended EPG categories.
-- scrolling text items now works again, if your skin supports this.
+- scrolling text items now works again, if your skin supports this.
Thanks to ufauser@vdrportal for reporting.
-- setup option "Use search timers" now always gets automatically enabled, if
+- setup option "Use search timers" now always gets automatically enabled, if
one toggles a search to 'active' or manually starts a search timer update.
-- fixed handling of double quotes in title/episode when passed to userdefined
+- fixed handling of double quotes in title/episode when passed to userdefined
EPG commands, thanks to Mike Constabel for reporting.
-- fixed menu handling in search timer templates menu, thanks to wombel@vdrportal
+- fixed menu handling in search timer templates menu, thanks to wombel@vdrportal
for reporting.
2007-01-30: Version 0.9.20
@@ -374,7 +382,7 @@ new:
Please refer to the README (1.4.4 Setup/Timer Programming/Default timer check
method) for further notes.
- the timespan used in the favorites menu can now be adjusted via
- setup. Default is 24h.
+ setup. Default is 24h.
- Event announcements: If the user presses one of the keys 'Ok', '0', ... '9'
while the announcement of an event is displayed, he will be asked if further
announcements of this event should be disabled for ever (user hit '0' or
@@ -388,10 +396,10 @@ new:
with the next search timer update. With the new menu 'Show timers created'
in Search/Actions one can edit this list. The whole feature can be disabled
in the search timers setup. Note: the done list is only populated with
- timers that were newly created with this release.
+ timers that were newly created with this release.
- new addon plugin 'quickepgsearch': it creates a main menu entry 'Quick
search' and can be used to search for any event in the EPG. Include it with
- '-Pquickepgsearch' , suggested by SurfaceCleanerZ@vdrportal.
+ '-Pquickepgsearch' , suggested by SurfaceCleanerZ@vdrportal.
- new setup option "Limit channels from 1 to" to speed up epgsearchs call. If
the current channel is above the limit, all channels will be
displayed. Suggested by Uwe@vdrportal.
@@ -419,14 +427,14 @@ new:
now used in the default menu template of the favorites menu, where the date
field was removed.
* '%length%' for the length of a broadcast in seconds.
-- thanks to Rolf Ahrenberg for finnish translation update
+- thanks to Rolf Ahrenberg for finnish translation update
fixes:
- manually created timers are now neither deleted nor modified by any search
- timers.
+ timers.
- the addon conflictcheckonly was compiled even if WITHOUT_CONFLICTCHECKONLY
was defined in the Makefile, thanks to Ronny Kornexl for reporting.
- search term and directory support now the characters '�' (only for language
- german) and '@'.
+ german) and '@'.
- 'avoid repeats' had a bug (in some special cases) that created a timer for any
later repeat instead of the first event.
- a search with "Use day of week" AND "Use time" where "Start before" is after
@@ -438,7 +446,7 @@ fixes:
- fixed a bug in evaluation of user variables, thanks to Mike Constabel for
reporting and remote debugging
- fixed a bug in conflict mail notification concerning timers without assigned
- events
+ events
2006-10-27: Version 0.9.19
new:
@@ -446,17 +454,17 @@ new:
initially created a corresponding timer may modify it.
- new variables:
* '%search.query%' to be used in the recording directory of a search
- timer. Will be substituted to the query of a search timer.
+ timer. Will be substituted to the query of a search timer.
* '%videodir%' VDR video directory (e.g. /video)
* '%plugconfdir%' VDR plugin config directory (e.g. /etc/vdr/plugins)
* '%epgsearchdir%' epgsearchs config directory
- (e.g. /etc/vdr/plugins/epgsearch)
+ (e.g. /etc/vdr/plugins/epgsearch)
- the syntax of the 'system' command within a user variable has changed to be
- more flexible. It's now:
- %uservar%=system(/path/to/script[, parameters])
+ more flexible. It's now:
+ %uservar%=system(/path/to/script[, parameters])
where the optional 'parameters' can now be any expression using other
variables except directly using conditional expressions or other system
- calls.
+ calls.
- update for french translation, thanks to Patrice Staudt
fixes:
- VPS timers created by search timers are now always updated to their VPS time,
@@ -479,19 +487,19 @@ new:
mv /etc/vdr/plugins/.epgsearch* /etc/vdr/plugins/epgsearch
This is only important if you don't already use epgsearchs '--config' or
- '-c' parameter.
+ '-c' parameter.
- new 'Favorites menu' besides 'Now' and 'Next': This menu can show a list of
all your favorite broadcasts for the next 24h. To enable it activate 'Show
favorites menu' in the setup. To let epgsearch know what your favorites are
create/edit some searches and enable 'Use in favorites menu'.
- new setup option for timer conflict check: 'After each timer
- programming'. This performs a conflict check after each manual timer
+ programming'. This performs a conflict check after each manual timer
programming and - if the new/modified timer is involved in a conflict - pops
up an OSD message about it.
- new email notifications about search timer updates or timer
conflicts with a customizable mail content. Please refer to the MANUAL
- section 'Email notification' for further details.
+ section 'Email notification' for further details.
- epgsearch has now a set of man pages. A very BIG thanks to Mike Constabel
(vejoun@vdrportal) who did the complete job of rewriting/correcting and
formatting the current docs. The man pages cover the README's, MANUAL and a
@@ -501,7 +509,7 @@ new:
directory, search timer recording directory or your own menu
templates. Since this is quite complex please refer to the MANUAL section
'User defined variables'. Just an example to see what is possible:
- # Weekday, Date, Time
+ # Weekday, Date, Time
%DateStr%=%time_w% %date% %time%
# Themes or Subtitle or Date
%ThemesSubtitleDate1%=%Subtitle% ? %Subtitle% : %DateStr%
@@ -524,7 +532,7 @@ new:
- the check for a complete recording now also accepts short breaks (< 2s,
e.g. a channel pid change)
- new SVDRP commands:
- * LSTC [channel group name]
+ * LSTC [channel group name]
list all channel groups or if given the one with name 'group name'
* NEWC <channel group settings>
create a new channel group, format as in epgsearchchangrps.conf
@@ -542,9 +550,9 @@ new:
* 'DELB <ID>' to delete the blacklist with ID
* 'EDIB <settings>' to modify an existing blacklist
* 'QRYS < ID(s) >' to get the results for a search with the given
- ID. Multiple IDs can also be passed and have to be separated with '|'.
+ ID. Multiple IDs can also be passed and have to be separated with '|'.
* 'QRYS <settings>' to get the results for a search with the given
- search settings.
+ search settings.
* 'QRYF [hours]' to get the results for the favorites menu. The optional
parameter specifies the number of hours to evaluate and defaults to 24h.
* 'LSTE [ID] to get the extended EPG categories defined in epgsearchcats.conf
@@ -555,14 +563,14 @@ new:
(english)
http://www.vdr-developer.org/mantisbt
http://www.vdr-developer.org/mailman/listinfo/epgsearch
- thanks to the providers of developer.org
+ thanks to the providers of developer.org
- new service interface "Epgsearch-switchtimer-v1.0" to access and manage
switch timers, thanks to Dirk Leber for his extension.
- update for french translation (including setup help!), thanks to Patrice
Staudt
-- thanks to Rolf Ahrenberg for finnish translation update
+- thanks to Rolf Ahrenberg for finnish translation update
- thanks to Mike Constabel for providing a HTML update mail template
- (conf/epgsearchupdmail-html.templ)
+ (conf/epgsearchupdmail-html.templ)
fixes:
- the first day of a repeating timer is now taken into consideration in the
timer conflict check, thanks to zimuland@vdrportal for reporting
@@ -573,20 +581,20 @@ fixes:
- changed some default search mode values in the epgsearchcats.conf samples for
multiple selection
- removed extra line feeds in SVDRP response of LSTS, thanks to Andreas Mair
- for reporting
+ for reporting
- channel criterion 'no pay tv' in search timers was ignored, thanks to
Andreas Mair for reporting
- fixed initial min/max values for search criterion 'duration', thanks to
- Mike Constabel for reporting
+ Mike Constabel for reporting
- fixed a bug when selecting the conflict check 'after each search timer
update' in setup, thanks to Ronny Kornexl for reporting
- some changes for thread safeness
-- added '--remove-destination' to the Makefile as introduced in vdr-1.4.2-3
+- added '--remove-destination' to the Makefile as introduced in vdr-1.4.2-3
2006-08-07: Version 0.9.17d (maintenance release)
fixes:
- fixed a wrong usage of 'cPlugin::ConfigDirectory' in search timer thread,
- thanks to Udo Richter and Petri Hintukainen for reporting
+ thanks to Udo Richter and Petri Hintukainen for reporting
2006-06-12: Version 0.9.17c
fixes:
@@ -613,26 +621,26 @@ fixes:
- dropped support for vdr < 1.3.46 :-(
- changed logic in jumping through menus with user-defined times: you can now
also access times on next day, if they are less then 20 hours in the
- future. Thanks to egal@vdrportal and CKone@vdrportal.
+ future. Thanks to egal@vdrportal and CKone@vdrportal.
- epgsearch has now its own timer conflict check which can be customized by
setup regarding relevant priorities, the time span to check or the relevant
conflict duration. There is also a conflict manager in Search/Actions that
can be used to resolve conflicts. Many thanks to Mike Constabel for heavy
testing ;-)
- if there is a timer conflicts notification via OSD, you can now press 'Ok' to
- go directly to the timer conflicts overview.
+ go directly to the timer conflicts overview.
- if you like to have a separate main menu entry for the timer conflict check
- use '-P conflictcheckonly' which comes as 'mini'-plugin with epgsearch and
+ use '-P conflictcheckonly' which comes as 'mini'-plugin with epgsearch and
simply calls epgsearch's conflict menu. conflictcheckonly has a setup option
to display an info about the last conflict check directly in its main menu
- entry.
+ entry.
- setup is now completely restructured and has now something like an 'online'
- help.
+ help.
- menu 'switch timers' now also displays the channel number
- input logic for extended EPG categories changed to allow multiple values.
- added script 'timercmds-auxinfo.sh' that displays the aux info (e.g. the
search timer responsible for the timer) in VDR's timer menu (requires the
- timercmd patch), thanks to the author Mike Constabel
+ timercmd patch), thanks to the author Mike Constabel
- user-defined EPG times with empty description get now their associated time
as description, suggested by Thiemo Gehrke
- new service interface "Epgsearch-conflictmenu-v1.0" to call epgsearch's
@@ -643,26 +651,26 @@ fixes:
only useful when testing the conf file. To activate the permanent
reload again, pass the new start parameter '-r' or '--reloadmenuconf' in
your runvdr
-- thanks to Rolf Ahrenberg for finnish translation update
+- thanks to Rolf Ahrenberg for finnish translation update
- added HISTORY.DE (german HISTORY)
fixes:
- loading epgsearchmenu.conf now falls back to menu defaults, if the conf file
- contains any errors.
+ contains any errors.
- fixed handling of '%' in LSTS in SVDRP for vdr > 1.3.44, thanks to Mike
- Constabel
+ Constabel
- fixed loading epgsearchmenu.conf for epgsearchonly and service interface
"Epgsearch-searchmenu-v1.0", thanks to Daniel Dorau for reporting.
- fixed display update in menu 'Search templates', thanks to Mike Constabel
- fixed a bug when deleting associated timers of a search timer when there
are no timers present, thanks to Patrick Koppen for reporting.
- hopefully fixed a bug when adding a search entry to templates, thanks to
- Patrick Koppen for reporting.
+ Patrick Koppen for reporting.
2006-04-18: Version 0.9.16 (maintenance release)
fixes:
-- the display of 'Overview - Now' was broken, when using progressbar and
+- the display of 'Overview - Now' was broken, when using progressbar and
channel numbers in default menu look. Thanks to Gerhard Steiner for
- reporting this one.
+ reporting this one.
- when using small OSD fonts, the progressbars where flickering because of 1
pixel line height. Thanks to holymoly and TomG@vdrportal.
- support for the APIVERSION define as introduced in vdr-1.3.47
@@ -674,10 +682,10 @@ new:
MenuWhatsOnNow=%chnr%:3|%progrt2s%:5| %time% %t_status%:8|%category%:6| %title% ~ %subtitle%:35
creates a menu line starting with the channel number, followed by a progress
bar in text2skin style, the start time, the timer status, the EPG category
- (like "movie") and finally the title and subtitle.
+ (like "movie") and finally the title and subtitle.
You can customize each menu ('What's on now, next, other times, schedule and
search results with a separate line). Please refer to the MANUAL for more
- information.
+ information.
- IMPORTANT change to search timers: epgsearch now removes timers, that are
not needed anymore (if vdr >= 1.3.44). These are:
* timers, that are no more valid because of EPG changes. This should avoid
@@ -706,7 +714,7 @@ new:
'Search'. Compilation of epgsearchonly is automatically done, but can be
switched off in the Makefile when uncommenting the line
#WITHOUT_EPGSEARCHONLY=1. To use it simply put '-P epgsearchonly' to your
- VDR start script. (requires >= vdr-1.3.30)
+ VDR start script. (requires >= vdr-1.3.30)
- new service interface "Epgsearch-searchmenu-v1.0" to call epgsearch's search
menu from other plugins.
- new action 'Delete created timers?' for search entries to delete all timers
@@ -720,7 +728,7 @@ new:
- Support for wareagle-icon-patch (activate it by adding the line
'WarEagleIcons=1' to epgsearchmenu.conf)
- Progressbar in Now/Next beautified when using setup option 'graphical',
- inspired by Nordlichts-EPG-Plugin
+ inspired by Nordlichts-EPG-Plugin
- new setup option to show/hide radio channels in the EPG menus, suggested by
Patrice Staudt.
- new service interface "Epgsearch-searchresults-v1.0", that returns a result
@@ -742,7 +750,7 @@ new:
create a timer for a result. Suggested by Lari Tuononen
fixes:
- thanks to Darren Salt for patches for g++ 4.1 and some things concerning
- thread safeness and code review
+ thread safeness and code review
- fixed some memory leaks
- fixed calling user defined EPG commands, thanks to rzndl@vdrportal
- fixed blacklist match for search timers, thanks to Christian Jacobsen
@@ -760,7 +768,7 @@ new:
- when disabling/enabling a search timer you can now decide if the associated
timers should also be disabled/enabled.
- new built-in EPG command 'Create blacklist' to create a blacklist from any
- EPG menu.
+ EPG menu.
- the summary of an entry in the menu 'recordings done' has now an additional
button 'Aux info', that displays the content of the aux field.
- update for the script recordingdone.sh to work also with vdr-1.3.44, thanks
@@ -773,9 +781,9 @@ new:
don't have to apply them, but when using them, all works fine. Thanks to
Mike Constable for providing them.
* new script convert_info_vdr.pl. This converts the info file of recordings
- made before vdr-1.3.44 and moves epgsearch aux data to the new aux field.
+ made before vdr-1.3.44 and moves epgsearch aux data to the new aux field.
* new script convert_epgsearchdone_data.pl. This converts the
- epgsearchdone.data file adding an 'aux' section to it.
+ epgsearchdone.data file adding an 'aux' section to it.
- update for script mtdone2epgsearchdone.sh, thanks to Christian Jacobsen
- update for french translation, thanks to Patrice Staudt
- update for finnish translation, thanks to Rolf Ahrenberg
@@ -801,8 +809,8 @@ new:
timer. Blacklists can be managed from setup or with the new search action
'Show blacklists' or directly when editing a search. Within a search you can
select one or more or all blacklists. If any search result is also contained
- in a black list result set it will be skipped.
-- the switchtimer background thread is now only active, while there are any
+ in a black list result set it will be skipped.
+- the switchtimer background thread is now only active, while there are any
active switch timers.
- when you unpack the tar file, the necessary link is now automatically
created (like text2skin)
@@ -860,7 +868,7 @@ new:
* 'UPDD' to reload the file epgsearchdone.data, e.g. after an
external tool has modified it.
* 'SETS <ON|OFF>' to activate or cancel the search timer background
- thread.
+ thread.
- since setup gets too big it has now the modes 'Standard' and
'Extended'(toggled with key 'red'), suggested by Rolf Ahrenberg
- update for finnish translation, thanks to Rolf Ahrenberg
@@ -870,13 +878,13 @@ new:
- using 127.0.0.1 instead of resolving 'localhost' for SVDRP,
suggested by Thiemo Gehrke
- added script recordingdone.sh for your reccmds.conf to add a
- recording to epgsearch's done file, thanks to Patrice Staudt,
- Christian Jacobsen and Mike Constabel
+ recording to epgsearch's done file, thanks to Patrice Staudt,
+ Christian Jacobsen and Mike Constabel
- added script mtdone2epgsearchdone.sh to move recordings from
mastertimer's done file to epgsearch's done file, thanks to
Christian Jacobsen.
- thanks to Mike Constabel and Andreas Brugger for testing and bug
- reports
+ reports
fixes:
- fixed a bug after using templates, thanks to Christian Jacobsen
@@ -893,9 +901,9 @@ new:
affects adding the subtitle to the timer file in manual timer
programming. The setting 'smart' skips the subtitle if the event has
more that 80 min.
-- search edit menu for search timers changed for future extensions:
+- search edit menu for search timers changed for future extensions:
'Action' now selects the job to do for the search results, currently
- 'record' (default) or 'announce only'
+ 'record' (default) or 'announce only'
- thanks to Rolf Ahrenberg for finnish translation update
fixes:
- in vdr-1.3.38 some translations were broken
@@ -973,25 +981,25 @@ ATTENTION: this version converts epgsearch.conf (the file that stores
of the previous/next event, suggested by Andreas Brugger
- the channel number is now also listed in menu 'search results', if
the setup option 'show channel numbers' is set, suggested by Gerhard
- Steiner.
+ Steiner.
- short keys (1,2,...) to EPG commands are now also availabe in the
EPG summary menu, suggested by Frank Kr�mmelbein
- if VDR version >= 1.3.31 then setup has now an option to choose
between epgsearch's timer edit menu and VDR's built-in menu (useful
when using a patched VDR timer edit menu, suggested by Frank
- Kr�mmelbein)
+ Kr�mmelbein)
- if a subtitle is present the menu for manual timer programming now
always adds the subtitle to the timer file as default, suggested by
- Gerhard Steiner
+ Gerhard Steiner
- optimized the splitting of the directory and file entry when
re-editing a timer in manual programming, thanks to Andreas Brugger
- the EPG menus now always display a subtitle in the form 'title ~
subtitle' if present
- new service 'Epgsearch-updatesearchtimers-v1.0' to trigger a search
- timer update
+ timer update
- if a search timer update is triggered from the actions menu then an
- osd message is displayed when it has finished (also when using the
- service 'Epgsearch-updatesearchtimers-v1.0' optional)
+ osd message is displayed when it has finished (also when using the
+ service 'Epgsearch-updatesearchtimers-v1.0' optional)
- the menu of search timers now displays the number of (active)
searchtimers in its title
- now checking if manual timer programming has failed and display an osd
@@ -1007,7 +1015,7 @@ fixes:
- fixed menu navigation with respect to empty schedules, thanks to
Darren Salt for his patch
- fixed misaligned search entries in searches menu, thanks to Andreas
- Brugger
+ Brugger
2005-09-04: Version 0.9.7
new:
@@ -1027,21 +1035,21 @@ new:
flexible way to select channels for the search procedure.
- epgsearch now exposes its extended timer edit menu and searching the
epg as services to other plugins (s. MANUAL or contact me, if you
- are interested)
+ are interested)
- if a timer is programmed for an event (searchtimer or manual
programming) then the summary is now also passed to the timer (allows
displaying the summary pressing 'ok' in timer menu), thanks to
TomG@vdrportal
- after toggling the color buttons with '0' in the schedule menu the
yellow/green button now move to the schedule of the
- previous/next channel
+ previous/next channel
- added a patch from Uwe/egal@vdrportal that replaces vdr's
standard schedule menu with the epgsearch plugin. Also big thanks to
Uwe for the changes in epgsearch. After patching VDR you have to
activate the patch in epgsearch's setup.
- after editing a new search, its entry now gets correctly sorted in
the list of all searches, thanks to Mike Constabel
-- added Gerhard Steiner's timercmd patch for vdr >= 1.3.25
+- added Gerhard Steiner's timercmd patch for vdr >= 1.3.25
- a 'back' in the start menu now always closes the osd (should solve
some trouble with the submenu patch)
- events without title are now ignored, regardless of the search
@@ -1050,7 +1058,7 @@ new:
and gets replaced with the channels name
- recording margins in search timers can now be negative (allows
intentional cutting the begin/end of recording), suggested by Mike
- Constabel
+ Constabel
- extended EPG categories are now compared case insensitive
- updated finnish translation, thanks to Rolf Ahrenberg
@@ -1075,11 +1083,11 @@ fixes:
be configured!):
* additional item 'directory' with selection of existing
directories with key 'blue' (also supports EPG
- variables like "%category%" when using ext. EPG info)
+ variables like "%category%" when using ext. EPG info)
* item 'file' can be extended with subtitle (if present) pressing
key 'blue'
* item 'file' and 'directory' can be reset to standard pressing key
- 'yellow'
+ 'yellow'
* when editing weekdays then item 'day' can be customized with a submenu
for arbitrary weekdays selection
- menu 'userdefined days of week' for search timers now starts with
@@ -1108,7 +1116,7 @@ fixes:
refer to the README 'Using extended EPG info').
- added a submenu to select an existing directory when editing a
search timer. This menu can also be extended with entries in the file
- epgsearchdirs.conf
+ epgsearchdirs.conf
- usage of variables like "%Genre%" or "%Category% in the directory
entry of a search timer. These are replaced with the current extended
EPG info when a timer is created.
@@ -1144,11 +1152,11 @@ fixes:
- added a setup option to set a default for handling pay tv channels
when searching (does not affect search timers)
- fixed day check in searchtimer scan with respect to changes in
- vdr-1.3.23
+ vdr-1.3.23
- changed detection of existing timers to reduce superfluous timer
- modifications.
+ modifications.
- added channel name and subtitle to parameters for custom commands
-- small change in input logic of 'from channel' when editing a search entry
+- small change in input logic of 'from channel' when editing a search entry
- updated screen shots on project homepage
2005-03-20: Version 0.9.2
@@ -1158,7 +1166,7 @@ fixes:
- french translation update, thanks to Patrice Staudt
- fixed a problem with priority and lifetime when modifying a
timer
-
+
2005-03-19: Version 0.9.0
- new search mode 'regular expressions' (POSIX(default) or Perl compatible by
compiler switch HAVE_PCREPOSIX in the Makefile, see README - Installation)
@@ -1191,7 +1199,7 @@ fixes:
yellow
- fixed width of start time, when displaying channel number, thanks to
Gerhard Steiner
-
+
2005-01-22: Version 0.0.7
- Start menu can now be setup between 'schedule' and 'now'
- runtime patch for progressbar (no need to patch vdr anymore, experimental)
@@ -1208,7 +1216,7 @@ fixes:
2005-01-11: Version 0.0.6
- now compiles also with vdr-1.3.18
- Search criterion 'channel' can now be a range of channels (thanks to
- gunnar@vdrportal)
+ gunnar@vdrportal)
- Setup option 'short channel names' for display in 'now',
'next',... (only available for >= vdr-1.3.15, thanks to dido@vdrportal)
- french translation, thanks to Patrice Staudt
@@ -1238,7 +1246,7 @@ fixes:
2004-11-30: Version 0.0.4
- New feature 'search timers' (like vdradmins 'auto timers', see the
- readme, thanks to Rolf Ahrenberg for idea and code review)
+ readme, thanks to Rolf Ahrenberg for idea and code review)
- Progressbar can now be set to graphical bars in setup (you have to
apply a vdr-patch for this, see README, thanks to Uwe/egal from vdrportal for
creating the needed fonts)
@@ -1246,7 +1254,7 @@ fixes:
- Added builtin command to commands menu to switch to channel of
selected entry
- Added builtin command to commands menu to search the current epg
- entry in recordings (thanks to Adreas Kool for his patch)
+ entry in recordings (thanks to Adreas Kool for his patch)
- Key "Blue" can now also be customized by setup (switch/search)
- Key '0' toggles key mapping of red and blue key (thanks to Roman
(Uatschitchun) from vdrportal for his idea)
@@ -1268,7 +1276,7 @@ fixes:
- Added duration to search criterions
- Added commands menu in 'search results' list
- Behaviour of red key is now the same in 'search results' as
- in main menu of the plugin.
+ in main menu of the plugin.
- Updated history and readme's
2004-09-11: Version 0.0.2