forked from intergalacticfm/plugin.video.intergalacticfm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
31 lines (30 loc) · 1.42 KB
/
addon.xml
File metadata and controls
31 lines (30 loc) · 1.42 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
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.intergalacticfm" name="Intergalactic FM TV" version="2.3.0" provider-name="Dreamer, Pander">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.25.1+matrix.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">No Station Such Dedication</summary>
<description lang="en"><![CDATA[
Video add-on with live video streams from Intergalacic FM and hundreds of recorded live sets via its YouTube channel.
See also the audio plugin. Please consider donating at https://intergalactic.fm to keep Intergalactic FM in orbit.
]]></description>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>screenshots/s1.png</screenshot>
<screenshot>screenshots/s2.png</screenshot>
<screenshot>screenshots/s3.png</screenshot>
</assets>
<news>Updated with latest artwork metadata</news>
<license>The GNU General Public License (GPL)</license>
<source>https://github.com/intergalacticfm/plugin.video.intergalacticfm</source>
<website>https://www.intergalactic.fm</website>
<forum>https://forum.kodi.tv/showthread.php?tid=257201</forum>
</extension>
</addon>