-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
32 lines (30 loc) · 1.35 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
31
32
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.orange.radio" name="Orange Radio" version="1.0.0" provider-name="Flawe">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.requests" version="2.31.0"/>
<import addon="script.module.routing" version="0.2.3"/>
<import addon="script.module.inputstreamhelper" version="0.6.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Summary EN</summary>
<description lang="en">Description EN</description>
<summary lang="fr">Summary FR</summary>
<description lang="fr">Description FR</description>
<platform>all</platform>
<license>MIT</license>
<forum>https://forum.kodi.tv/showthread.php?tid=360391</forum>
<source>https://github.com/f-lawe/plugin.audio.orange.radio</source>
<email>[email protected]</email>
<assets>
<icon>resources/media/orange_radio.png</icon>
<!-- <fanart>resources/media/fanart.jpg</fanart>
<screenshot>resources/media/screenshot_1.jpg</screenshot>
<screenshot>resources/media/screenshot_2.jpg</screenshot>
<screenshot>resources/media/screenshot_3.jpg</screenshot> -->
</assets>
</extension>
</addon>