Music PartyMode in the shutdown menu

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rigoletto Offline
Junior Member
Posts: 1
Joined: Aug 2009
Reputation: 0
Post: #1
Hello Ronie!

How can I bring one button more in the shutdownmenu
for to select the Music PartyMode?

Without to go before in music library mode?

I like this mode on xboxNod

Thank you for your great skin. Smile
find quote
ronie Offline
Team-XBMC Member
Posts: 8,260
Joined: Jan 2009
Reputation: 108
Post: #2
you'll need to modify DialogButtonMenu.xml

i guess you will have to change these things:
  • duplicate the code of an excisting button
  • give it a unique id
  • adjust the position of the new button
  • assign a texture to the new button
  • add a text label to the button
  • assign an action to the button: PlayerControl(Partymode(music))
  • fix all the <onleft> and <onright> navigation actions
  • anything i forgot....

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote