Add-on:Commands: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>NedBot
m (Addon-Bot Update)
m (Addon-Bot Update)
(79 intermediate revisions by 6 users not shown)
Line 3: Line 3:
|provider-name=AddonScriptorDE
|provider-name=AddonScriptorDE
|ID=script.commands
|ID=script.commands
|latest-version=1.0.2
|latest-version=1.0.3
|extension point=xbmc.python.pluginsource
|extension point=xbmc.python.pluginsource
|provides=executable
|provides=executable
|Summary=Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions
|Summary=Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions
|Description=Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions
|Description=Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions
|Platform=all
|Platform=
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|Forum=http://forum.xbmc.org/showthread.php?tid=134129
|Website=
|Source=https://github.com/AddonScriptorDE/script.commands
|Email=AddonScriptorDE at yahoo dot de
|broken=
|broken=
|icon url=http://mirrors.xbmc.org/addons/eden/script.commands/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/leia/script.commands/icon.png}}


== Instructions ==
To use this just use a '''[[keymap]]''' to map a button to perform the action:


  RunPlugin(plugin://script.commands)


[[Category:Eden add-on repository]]
[[Category:Add-ons with license tag]]
[[Category:Add-ons with source tag]]
[[Category:All add-ons]]
[[Category:Pages with syntax highlighting errors]]
[[Category:Program add-ons]]
[[Category:Krypton add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Jarvis add-on repository]]

Revision as of 02:05, 26 April 2020

Commands
icon.png

See this add-on on the kodi.tv showcase

Author: AddonScriptorDE

Type: Program
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GPL v2.0
Source: Source code
Summary: Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions
Home icon grey.png   ▶ Add-ons ▶ Commands
Attention talk.png Need help with this add-on? See here.

Map multiple XBMC commands to one remote button. All availabe commands: http://wiki.xbmc.org/?title=List_of_Built_In_Functions

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Program Add-ons
  5. Commands
  6. Install

Instructions

To use this just use a keymap to map a button to perform the action:

 RunPlugin(plugin://script.commands)