vdr/PLUGINS/src/epgtableid0
Klaus Schmidinger c52df91e44 Now using targets "install-lib" and "install-i18n" when building plugins locally 2012-12-27 13:36:25 +01:00
..
COPYING Added a new plugin interface for implementing EPG handlers 2012-03-10 15:10:43 +01:00
HISTORY Increased the version numbers of all plugins to reflect the recent Makefile changes 2012-12-27 10:39:48 +01:00
Makefile Now using targets "install-lib" and "install-i18n" when building plugins locally 2012-12-27 13:36:25 +01:00
README Added a new plugin interface for implementing EPG handlers 2012-03-10 15:10:43 +01:00
epgtableid0.c Increased the version numbers of all plugins to reflect the recent Makefile changes 2012-12-27 10:39:48 +01:00

README

This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Klaus Schmidinger <kls@tvdr.de>

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.