Kodi Community Forum

Full Version: Shuffle map to button on remote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm stumped, I can normally search and find what I need to mod my xbmc builds, except for now

I've been searching for a way to map a button on my remote to toggle shuffle on or off, but I can't work it out.

It sounds simple and I'm hoping there's a simple solution. I've been trawling through the forums and wiki, the closest I've come is reading where someone talks about how they have the feature, but no "how to" info.

Currently using: xbmcbuntu 12.0-alpha2

Please help.
Try this to toggle shuffle on/off during music playback:
Code:
<some-key>XBMC.PlayerControl(Random)</some-key>
Thanks works a treat