[RELEASE] Commands - Map multiple xbmc commands to one remote button
#1
Hi,
i have less and less space left on my remote and could not always remember which key a command/script is mapped to.
With Commands you can map multiple xbmc commands to one remote button. Add popular commands from a list, any command from your favorites or enter a custom one.
A list of all available commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions

To use it you have to map the following command to a remote key:
Code:
RunPlugin(plugin://script.commands)

If you want to map further keys with Commands, use this:
Code:
RunPlugin(plugin://script.commands/?key=ANYNAME)
ANYNAME - Choose whatever you want (Just for identification)

You can install the add-on from the xbmc.org eden repo (Program add-ons).
Please post further useful commands, so i can add them to the "command list".

Image
Reply


Messages In This Thread
[RELEASE] Commands - Map multiple xbmc commands to one remote button - by AddonScriptorDE - 2012-06-16, 18:08
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Commands - Map multiple xbmc commands to one remote button1