PDA

View Full Version : [VU+ Solo2] How to add Plugins on the Main Menu?



shak
31-01-14, 17:52
Hi All,


recently got the mediaPortal plugin installed, now it only shows in the plugin section how can i get this plugin or if any other plugin to show in the main menu, as when you press menu on your remote in that menu, tried to find the option for mediaportal to do this but i don't think it has one like the tsmedia or ondemand plugins.

any help will be much appreciated

seame
31-01-14, 18:54
This can only be done if the plugin has the option to do so which MP doesn't have.

shak
01-02-14, 15:39
Is it possible to edit the plugin by its code to show in the menu, i have found another post similar but a bit confusing on which code to edit or replace

http://www.world-of-satellite.com/showthread.php?19623-Placing-Plugins-into-main-menu

rossi2000
01-02-14, 15:43
upload the plugin.py

shak
01-02-14, 16:18
Hi,

Py file attached, i did try to code this myself by changing the code to

"where = [ PluginDescriptor.WHERE_MENU],"

but it just crashed

32317

rossi2000
01-02-14, 16:51
Hi,

Py file attached, i did try to code this myself by changing the code to

"where = [ PluginDescriptor.WHERE_MENU],"

but it just crashed

32317

there is a little more to it than just changing the plugin descriptor.

shak
01-02-14, 17:45
Thank you very much!!!:thumbsup: works great

i have compared both file and can see the additional code added and the edited code, just want to ask will this work with other plugins to if i was looking to add others to the main menu

rossi2000
01-02-14, 17:50
yes it should work :)
enjoy!