Add-on:Commands: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot Update)
 
(53 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=Commands
|Name=Commands
|provider-name=AddonScriptorDE
|provider-name=AddonScriptorDE, Roman Smolka
|ID=script.commands
|ID=script.commands
|latest-version=1.0.3
|latest-version=1.1.0
|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 Kodi commands to one remote button. All availabe commands: https://kodi.wiki/view/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=
|Platform=
|Platform=
|Language=
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|License=GPL-2.0-only
|Forum=http://forum.xbmc.org/showthread.php?tid=134129
|Forum=https://forum.kodi.tv/showthread.php?tid=134129
|Website=
|Website=
|Source=https://github.com/AddonScriptorDE/script.commands
|Source=https://github.com/RomanSmolka/script.commands
|Email=AddonScriptorDE at yahoo dot de
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/krypton/script.commands/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/nexus/script.commands/icon.png}}


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


<syntaxhighlight lang="XML">
  RunPlugin(plugin://script.commands)
RunPlugin(plugin://script.commands)
</syntaxhighlight>


[[Category:Add-ons with license tag]]
[[Category:Add-ons with license tag]]
Line 29: Line 27:
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Program add-ons]]
[[Category:Program add-ons]]
[[Category:Krypton add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Nexus add-on repository]]

Latest revision as of 05:47, 11 May 2023

Commands
icon.png

See this add-on on the kodi.tv showcase

Author: AddonScriptorDE, Roman Smolka

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

License: GPL-2.0-only
Source: Source code
Summary: Map multiple Kodi commands to one remote button. All availabe commands: https://kodi.wiki/view/List_of_built-in_functions
Home icon grey.png   ▶ Add-ons ▶ Commands
Attention talk.png Need help with this add-on? See here.

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)