Kodi Community Forum

Full Version: Keyboard Shortcut to Engage Playlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to set a keyboard shortcut in the "keyboard.xml" file that would perform the same command that is sent to the system as when selecting a playlist, activating the context menu and then selecting "play in party mode".

I figured out how to make a shortcut that engages the standard music party mode, but I would like to make a few keyboard shortcuts that activate a few different playlists using party mode manager.

Here was my best (fail) guess:
Code:
<f3 mod="ctrl,shift">XBMC.PlayerControl(Partymode,special://profile/playlists/music/NoCJDP.xsp)</f3>

I tried to go a level simpler and just make the playlist itself activate in non-party mode but didn't have much luck there either.

Any help is appreciated, Thanks


Cheers!