Putting Party Mode into favourites (simple question)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
forumjoe Offline
Junior Member
Posts: 5
Joined: Oct 2011
Reputation: 0
Location: Hobart, Tas
Post: #1
I'm sure this is obvious and I'm silly for not being able to work it out, but I want to put Music Party Mode into my favourites, but the only way I know to get to party mode is from the library mode sidebar, which doesn't support the contextual menu of "Add to favourites"

So how do I put it in?

For reference I'm on OSX running the latest stable release.
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #2
I'm not sure if you can add Party Mode to the favourites because it's not really a location. You can map it to a keypress using something like:

<somekey>PlayerControl(PartyMode(music))</somekey>

See http://wiki.xbmc.org/?title=List_of_Built_In_Functions for more info.

JR
find quote
jackgarnham Offline
Junior Member
Posts: 4
Joined: Nov 2011
Reputation: 0
Post: #3
I wanted to do the same thing, so had a look in favourites.xml.

I added the line: <favourite name="Party Mode (Music)">PlayerControl(PartyMode(music))</favourite>

That works a treat! (XBMC Eden Beta 2, Windows)

Thanks jhsrennie for giving me the queue.
find quote