From 860786f809e55ac36d3f347b132d93118ca201d4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 10 Mar 2012 15:10:43 +0100 Subject: Added a new plugin interface for implementing EPG handlers --- PLUGINS/src/epgtableid0/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PLUGINS/src/epgtableid0/README (limited to 'PLUGINS/src/epgtableid0/README') diff --git a/PLUGINS/src/epgtableid0/README b/PLUGINS/src/epgtableid0/README new file mode 100644 index 00000000..8c2436dd --- /dev/null +++ b/PLUGINS/src/epgtableid0/README @@ -0,0 +1,19 @@ +This is a "plugin" for the Video Disk Recorder (VDR). + +Written by: Klaus Schmidinger + +Project's homepage: http://www.tvdr.de + +Latest version available at: http://www.tvdr.de + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. +See the file COPYING for more information. + +Description: + +The special handling of EPG events with table id 0x00 has been dropped +in VDR version 1.7.26, and replaced by a more felxible "EPG Handler" +concept. You can use this plugin to get the previous functionality back. -- cgit v1.2.3