MediaPlayer2 in Main Menu

vistman

Vu+ Newbie
I've searched all over the forum to find how to get MediaPlayer2 appear in MainMenu (again - I had it there along with default MediaPlayer before I've upgraded to BH 3.0.5c) but with no luck and I don't seem to remember how I got it there the first time. Any help is appreciated. Thanx.

PS.
I've uploaded python.py to kodi folder but this changed nothing ...
 

vistman

Vu+ Newbie
Thanks a lot! I knew I saw it somewhere but simply didn't think of MediaPlayer2 Settings!
Anyway (at least for me on 3.0.5c) and Vu+ Duo2 saving MediaPlayer2 settings seems to be crashing enigma2 (line 192 in /usr/lib/enigma2/python/Plugins/Extensions/MediaPlayer2/settings.py) so if this happens to anyone else you can still modify it by maually editing specified file at line 27 config.plugins.mediaplayer2.mainMenu = ConfigYesNo(default=False) and set it to config.plugins.mediaplayer2.mainMenu = ConfigYesNo(default=True).

But of course before editing anything be sure to have/make a backup copy!
 
Top