Discussion:
[vdr] noepg-plugin
(too old to reply)
Lars Hanisch
2012-03-10 23:00:32 UTC
Permalink
Don't want to hijack the announce-thread... :)
Damn, too late for today... :-)
Just finished the noepg-plugin-skeleton at
So according to README this plug-in replaces the noepg.patch.
What is the functionality/purpose of this noepg patch/plugin?
First it's just an example for the new interface.

On the other hand it will help those who import epg "the old way" (SVDRP or other plugins) and don't want to mix it
with the DVB-epg until there are enough epg-plugins to replace them.
Since the starttimes of extern epg-sources sometimes don't match the DVB times it can lead to double entries. That was
avoided with the noepg-patch which deactivated DVB-epg for selected channels.

Lars.
Mika
_______________________________________________
vdr mailing list
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Lars Hanisch
2012-03-10 23:36:26 UTC
Permalink
Hi,

Here's the first working release 0.0.1 of the noepg-plugin.

https://github.com/downloads/flensrocker/vdr-plugin-noepg/vdr-noepg-0.0.1.tgz

It replaces the noepg-patch.

You configure the channels you want to block with a "settings.conf" in the plugin's configuration directory.

In blacklist-mode the DVB-epg for all listed channels will be ignored.

-----example begin-----
mode=blacklist
C-1-1011-11100
----- example end -----

In whitelist-mode the DVB-epg for all listed channels will be allowed.
The DVB-epg for all other channels will be ignored.

-----example begin-----
mode=whitelist
C-1-1011-11100
----- example end -----

As always please take a look at the README. :)

Lars.

Loading...