-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
20 lines (20 loc) · 750 Bytes
/
Copy pathaddon.xml
File metadata and controls
20 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id="script.dfatmo"
name="DFAtmo"
version="0.5.0"
provider-name="durchflieger"
>
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script" library="dfatmo.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<summary>DFAtmo the driver for 'Atmolight' controllers for VDR, XBMC and xinelib based video players.</summary>
<description>The DFAtmo XBMC addon analyzes the video picture and generates output data for 'Atmolight' controllers.</description>
<platform>all</platform>
</extension>
</addon>