diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-08-06 02:26:00 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-08-06 02:26:00 +0200 |
commit | d04ad65095872e60613282b584ee10013ea18f44 (patch) | |
tree | 4d31cce2a685354dbb8f9dd0d5e7e8ea94da4f93 /HISTORY | |
parent | 1565ce3671072ce03dc126f015af2e660497e323 (diff) | |
download | vdr-plugin-block-d04ad65095872e60613282b584ee10013ea18f44.tar.gz vdr-plugin-block-d04ad65095872e60613282b584ee10013ea18f44.tar.bz2 |
Release 0.0.4. Main menu entry now also deblocks. Replay of recorded
shows won't stop anymore on block events. Channel +/- work now to
change zap direction on block events.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,6 +1,31 @@ VDR Plugin 'block' Revision History ----------------------------------- +2010/08/06: Version 0.0.4 +New Features: + -The main menu entry now not only adds the title of the current + show to the blacklist, but also permanentely removes the title + if it is already found in the blacklist. + +Bugfixes: + -with detection method 'Channel EPG' and while watching + a recorded show VDR stopped playback and switched + to another channel on a block event. Fixed now. + + -Channel Up and Channel Down keys were not working at all !! + I did not notice that because these keys are not configured + on my remote and the code seemed pretty much straight-forward. + But it turned out that the key-handling of VDR itself differs + from the one for Up and Down. It was quite hard to find a solution, + but finally I found a workaround in sending Up or Down in case the user + presses Channel Up or Channel Down from the plugin code to VDR ;). + Subsequently these internally sent Up or Down keys are interpreted + by the plugin in the next main thread loop. + + Thanks to igel who again was the only one reporting this bug ;). + + +************************************************************************** 2010/06/15: Version 0.0.3 Added experimental parental guidance functions. Please see README |