Plugin: add WHERE_TELETEXT
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 11 Mar 2006 00:59:28 +0000 (00:59 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 11 Mar 2006 00:59:28 +0000 (00:59 +0000)
lib/python/Plugins/Plugin.py

index 71b665b..b2808c8 100644 (file)
@@ -32,6 +32,9 @@ class PluginDescriptor:
        # delivered, and only on pre-loaded plugins
        WHERE_SESSIONSTART = 7
        
+       # start as teletext plugin. arguments: session, serviceref
+       WHERE_TELETEXT = 8
+       
        def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None):
                self.name = name
                if type(where) is list: