PDA

View Full Version : [MOD] Add party mode button to music library


Nazgulled
2009-04-09, 21:05
I use party mode a lot and was used to PM3.HD easy access to quickly start party mode and I think Aeon is missing this, at least for me.

Currently, the only way to start party mode is to go to "Playslists" and then open the context menu for "Party Mode Playlist" and select "Play In Party Mode". This doesn't make very sense to me and it's not very user friendly.

This mod adds a "party mode" button to the top navigation bar.

Open MyMusicNav.xml file and add the following code after line 99:
<control type="button" id="6">
<label>589</label>
<include>Objects_MediaMenuButton</include>
<onclick>XBMC.PlayerControl(PartyMode(music))</onclick>
</control>


That's it...

CF2009
2009-04-09, 21:44
http://xbmc.org/forum/showthread.php?t=48012

diemos
2009-04-09, 21:53
Cool, thank you very much.

Nazgulled
2009-04-09, 22:11
Well, I "reported" that the button was missing on another topic and nobody replied me regarding that so...

ubuntux
2009-04-10, 16:10
thx, needed this!