forked from sanghviharshit/script.kodi.lifx.ambilight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
executable file
·28 lines (28 loc) · 1.58 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.kodi.lifx.ambilight" version="0.1.1"
name="Kodi Lifx Ambilight" provider-name="Harshit Sanghvi">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="default.py"></extension>
<extension point="xbmc.addon.metadata">
<summary>Kodi-controlled Lifx lights</summary>
<description>Let Kodi control your Lifx lights. Either turns the lights into a room-sized ambilight, or automatically dims and un-dims them when playback starts.</description>
<disclaimer>By using this, you take reponsibility for anything that happens.</disclaimer>
<language>en</language>
<platform>all</platform>
<forum>https://github.com/sanghviharshit/script.kodi.lifx.ambilight/issues</forum>
<website>https://github.com/sanghviharshit/script.kodi.lifx.ambilight/</website>
<source></source>
<email>[email protected]</email>
<news>
0.1.1 (2016-08-28)
- fix - restore power state to off when video stops
</news>
</extension>
<extension point="xbmc.addon.repository" name="Demonstration Add-on Repository">
<info compressed="false">http://raw.github.com/sanghviharshit/repository.kodi.hps/master/addons.xml</info>
<checksum>http://raw.github.com/sanghviharshit/repository.kodi.hps/master/addons.xml.md5</checksum>
<datadir zip="true">http://raw.github.com/sanghviharshit/repository.kodi.hps/master/repo/</datadir>
</extension>
</addon>