-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
29 lines (28 loc) · 1.33 KB
/
addon.xml
File metadata and controls
29 lines (28 loc) · 1.33 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.intergalacticfm" name="Intergalactic FM TV" version="3.0.3" provider-name="Shogutora, Pander, Dreamer">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.urllib3" version="2.2.3"/>
<import addon="script.module.requests" version="2.31.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">No Station Such Dedication</summary>
<description lang="en_GB">Add-on for the video streams of the online radio station Intergalacic FM.
See also the audio plugin. Please consider donating at https://intergalactic.fm to keep us 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>GPL-3.0-or-later</license>
<source>https://github.com/intergalacticfm/plugin.video.intergalacticfm</source>
<website>https://www.intergalactic.fm</website>
</extension>
</addon>