X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpython%2FPlugins%2FPlugin.py;h=2137d0e9b36b3edffa69708d55de98475072a00b;hb=afa141eedd597d0468d33b97a79f738a9ebfd11f;hp=d87e6e96a524e2180e25d8ac0fb45af076d1f8ec;hpb=61111fab026bb61d70ffcf74c36e51da56aa7ad2;p=vuplus_dvbapp diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index d87e6e9..2137d0e 100755 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -60,6 +60,12 @@ class PluginDescriptor: # should be provided to name and describe the new menu entry. WHERE_SOFTWAREMANAGER = 14 + WHERE_SATCONFIGCHANGED = 15 + + WHERE_SERVICESCAN = 16 + + WHERE_EXTENSIONSINGLE = 17 + def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None, wakeupfnc = None, needsRestart = None, internal = False, weight = 0): self.name = name