-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
executable file
·21 lines (21 loc) · 898 Bytes
/
addon.xml
File metadata and controls
executable file
·21 lines (21 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.addictradio" name="Addict Radio" version="0.0.1" provider-name="E.L Media">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Listen to Addict Radio's stations with xbmc.</summary>
<description lang="en">Addict Radio - My Choice My Music.</description>
<disclamer lang="en"></disclamer>
<language></language>
<platform>all</platform>
<license>The MIT License (MIT)</license>
<forum></forum>
<website>http://www.addictradio.net</website>
<email>contact@addictrodio.net</email>
<source>https://github.com/addictradio/xbmc-plugin.audio.addictradio</source>
</extension>
</addon>