summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Collapse)Author
2010-11-13Bugfix:devMidas
Plugin could have been showing misbehaviour if all channels on a given transponder were blocked and the device was locked by recording from one of the channels. Fixed. Features: Updated Italian translation. Thanks again to Diego Pierotto.
2010-11-05Bugfix: In Parental Guidance mode the plugin deblocked the lastMidas
channel if automatic switching reached an end of the channel list. Fixed.
2010-11-05Release of Version 0.1.0Midas
New features / Bugfixes: -Feature: block.conf format and path changed -Feature: Whitelist function -Feature: New Setup Option 'Fuzzy Fallback' (see whitelist section above) -Feature: Duplicate entries are not allowed anymore! -Feature: New key handling in the plugins setup -Feature: 'New' jumps to an existing 'New entry' -Feature: Parental Guidance and main menu entry -Feature: In Parental Guidance mode replay may be blocked -Feature: Consideration of empty or no EPG data -Feature: Italian translation added (thanks to Diego Pierotto) -Feature: Added list sorting. -Feature: Changes are applied immediately. -Bugfix: In rare cases shows were not blocked. Fixed. -Bugfix: Zap direction -Bugfix: Changing the zap direction on block events to 'down' should now work (again). -Bugfix: Unwanted behaviour if OSD is open -Bugfix: Syslog spams on channels with no or empty EPG please see HISTORY and README for more details
2010-08-10Bugfix. Shows were still not blocked after switching fromMidas
a channel without or with empty EPG. Code changes - internal.
2010-08-09Bugfix. Logging prevented blocking ;)Midas
Fixed compiler warning.
2010-08-09Renewed dev branch to 0.0.4. Added blacklist sorting.Midas
2010-08-06Release 0.0.4. Main menu entry now also deblocks. Replay of recordedMidas
shows won't stop anymore on block events. Channel +/- work now to change zap direction on block events.
2010-06-15Release of 0.0.3Midas
First official release with parental guidance capability. Please see README for details. Changes in this commit: -Command line parsing code added (function considered as momentarily not useful - commented out). -Potential bug sources eliminated - in rare cases the plugin did not block -Several strings changed / german translation updated -Internal changes to ParentalGuidance setup (for command line parsing see above)
2010-06-08This version completes the basic parental guidanceMidas
functions. I will update README soon.
2010-06-08Tobias Grimm sent me some patches (thank you), according toMidas
dist target, whitespaces and license information. No features added/removed, no code changes.
2010-06-06Fixed compiler warning.Midas
2010-06-06Release of 0.0.2. See HISTORY for changes.Midas
2010-06-04It turned out the former version of the 'Channel EPG' methodMidas
sometimes did not switch in the right direction only on VDR 1.7.*. I had to do quite a lot of research to cut out this nasty little bug. Again i hope its finally fixed now ;). Thanks again to igel and vdrtux for testing and reporting.
2010-06-03The new detection method 'Channel EPG' sometimes switchedMidas
into the wrong direction. Hopefully fixed now. Thanks to igel for testing and reporting.
2010-06-02Added a new detection method. If the next show on theMidas
current channel is blocked the plugin will switch to another channel as soon as the next show begins. Strange behaviour could occur, if the station does not accurately update its EPG. Therefore you can still choose the old detection method (On Switch) in the plugins setup, which is also the default.
2010-04-27Version 0.0.1b+bf1 (bugfix1)Midas
Initial work on strings/translation (planned for one of the next releases): -translation file and necessary fixes to block.c and Makefile included. -corrected xgettext --msgid-bugs-address (thx opp). Main reason for this commit: Version 0.0.1b may not build in certain situations (on debianizing)
2010-04-22Changed source directory structure.Midas