-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
28 lines (28 loc) · 1.4 KB
/
addon.xml
File metadata and controls
28 lines (28 loc) · 1.4 KB
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="service.script.call-notifications" name="Call Notifications" version="0.5.3"
provider-name="mablae">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.twisted"/>
<import addon="script.module.t0mm0.common"/>
<import addon="script.module.zope.interface"/>
</requires>
<extension point="xbmc.service" library="service.py" start="bootServices">
</extension>
<extension point="xbmc.python.module" library="resources/lib"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Show incoming phonecalls in XBMC</summary>
<description lang="en">Works with [CR] - FritzBox[CR] - Ncid[CR] - YAC.[CR][CR]</description>
<disclaimer>This addon makes no warranties, expressed or implied, and
hereby disclaims and negates all other warranties, including without
limitation, implied warranties or conditions of merchantability,
fitness for a particular purpose, or non-infringement of intellectual
property or other violation of rights.
</disclaimer>
<license>MIT</license>
<platform>all</platform>
<source>https://github.com/mablae/xbmc.addon.call-notifications</source>
<website></website>
<email>malte.blaettermann@gmail.com</email>
</extension>
</addon>