-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
19 lines (19 loc) · 832 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.autoambilight" name="Auto Ambilight Philips" version="1.0" provider-name="Maxcco">
<requires>
<import addon="xbmc.python" version="2.6.0"/>
<import addon="script.module.requests" version="2.19.1"/>
<import addon="script.module.pycryptodome" version="3.4.3"/>
</requires>
<extension point="xbmc.service" library="addon.py" start="login">
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Auto control your ambilight</summary>
<description lang="en_GB">Control your tv to start ambilight only when a movie is playing </description>
<platform>all</platform>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/icon.png</fanart>
</assets>
</extension>
</addon>