-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
24 lines (24 loc) · 1.14 KB
/
addon.xml
File metadata and controls
24 lines (24 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.fmstream" name="Radio" version="1.0.0" provider-name="antonic901">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.xbmcswift2" version="2.14.0"/>
<import addon="script.module.requests.lite" version="1.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/lib/plugin.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<news></news>
<assets>
<icon>icon.png</icon>
</assets>
<platform>all</platform>
<license>GPL-2.0-only</license>
<website>https://fmstream.org/index.php?c=FT</website>
<source>https://github.com/antonic901/plugin.audio.fmstream</source>
<reuselanguageinvoker>true</reuselanguageinvoker>
<summary lang="en_GB">Listen radio stations from FMStream.org</summary>
<description lang="en_GB">You can now enjoy listening over 30k stations from all around the world thanks to FMStream.org API.</description>
</extension>
</addon>