Hosting script.json-cec for internal distribution

This commit is contained in:
Oli Passey
2018-01-17 17:22:28 +00:00
parent 42c3676be8
commit 9982a3f13f
11 changed files with 384 additions and 1 deletions

View File

@@ -207,6 +207,29 @@
</extension>
</addon>
<addon id="script.json-cec" name="JSON-CEC" version="0.0.1" provider-name="joshjowen">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language></language>
<summary lang="en">Send CEC commands from JSON</summary>
<description lang="en">Call this addon from the xbmc json-rpc to run CEC commands through an appropriate adapter.
accepted commands are 'activate', 'toggle' and 'standby'. Example:
{"jsonrpc":"2.0","method":"Addons.ExecuteAddon",
"params":{"addonid":"script.json-cec",
"params":{"command":"activate"}},"id":1}</description>
<platform>all</platform>
<website></website>
<source>https://github.com/joshjowen</source>
<forum></forum>
<email></email>
</extension>
</addon>
<addon id="service.lowerthird" name="LowerThird" version="0.1.2" provider-name="Double T">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@@ -1 +1 @@
32742cc392552ebef1ee9a126b05e914
70f1e8dcbf99e4c8e7d1dea9f71a8753

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.json-cec" name="JSON-CEC" version="0.0.1" provider-name="joshjowen">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language></language>
<summary lang="en">Send CEC commands from JSON</summary>
<description lang="en">Call this addon from the xbmc json-rpc to run CEC commands through an appropriate adapter.
accepted commands are 'activate', 'toggle' and 'standby'. Example:
{"jsonrpc":"2.0","method":"Addons.ExecuteAddon",
"params":{"addonid":"script.json-cec",
"params":{"command":"activate"}},"id":1}</description>
<platform>all</platform>
<website></website>
<source>https://github.com/joshjowen</source>
<forum></forum>
<email></email>
</extension>
</addon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.