-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
30 lines (30 loc) · 1.68 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
29
30
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.receiver" name="Receiver Service" version="0.0.1" provider-name="nathanpw">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.service" library="main.py" start="startup"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_AU">Provides connectivity to a receiver to display the volume.</summary>
<summary lang="en_GB">Provides connectivity to a receiver to display the volume.</summary>
<summary lang="en_NZ">Provides connectivity to a receiver to display the volume.</summary>
<summary lang="en_US">Provides connectivity to a receiver to display the volume.</summary>
<description lang="en_AU">Provides connectivity to a receiver to display the volume.</description>
<description lang="en_GB">Provides connectivity to a receiver to display the volume.</description>
<description lang="en_NZ">Provides connectivity to a receiver to display the volume.</description>
<description lang="en_US">Provides connectivity to a receiver to display the volume.</description>
<language></language>
<platform>all</platform>
<license>GPL-3.0</license>
<forum>https://github.com/nathanpw/service.receiver/issues/</forum>
<website>https://github.com/nathanpw/service.receiver</website>
<email></email>
<source>https://github.com/nathanpw/service.receiver</source>
<news></news>
<disclaimer></disclaimer>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>