show orfplugins also in plugin-menu
authorNabil Hanna <ali@users.schwerkraft.elitedvb.net>
Mon, 28 Sep 2009 14:53:08 +0000 (14:53 +0000)
committerNabil Hanna <ali@users.schwerkraft.elitedvb.net>
Mon, 28 Sep 2009 14:53:08 +0000 (14:53 +0000)
orfat/src/plugin.py

index 4124ea7..52382c0 100644 (file)
@@ -16,5 +16,5 @@ def mainORFonDemand(session, **kwargs):
 
 def Plugins(**kwargs):
        return [
-               PluginDescriptor(name="IPTV-Sendungen von ORF.at anschauen", where=PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=mainORFIPTV),
-               PluginDescriptor(name="onDemand-Sendungen von ORF.at anschauen", where=PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=mainORFonDemand)]
+               PluginDescriptor(name="ORF.at IPTV", description="IPTV-Sendungen von ORF.at anschauen", where=[PluginDescriptor.WHERE_EXTENSIONSMENU, PluginDescriptor.WHERE_PLUGINMENU], fnc=mainORFIPTV),
+               PluginDescriptor(name="ORF.at onDemand", description="onDemand-Sendungen von ORF.at anschauen", where=[PluginDescriptor.WHERE_EXTENSIONSMENU, PluginDescriptor.WHERE_PLUGINMENU], fnc=mainORFonDemand)]