forked from hyperion-project/hyperion.kodi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
16 lines (16 loc) · 762 Bytes
/
addon.xml
File metadata and controls
16 lines (16 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.service.hyperion" name="Hyperion ambilight" version="1.0.0" provider-name="poljvd|tvdzwan">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="addon.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">XBMC video capture addon for Hyperion.</summary>
<description lang="en">Hyperion is an open source ambilight clone for the Raspberry Pi</description>
<platform>all</platform>
<website>https://github.com/tvdzwan/hyperion/wiki</website>
<source>https://github.com/poljvd/script.service.hyperion</source>
<forum></forum>
<email></email>
</extension>
</addon>