-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaddon.xml
20 lines (20 loc) · 1.2 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<addon id="plugin.program.bscfusion" name="Fusion TV" version="0.0.2w" provider-name="kodi1">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
<import addon="script.module.requests" version="1.1.0"/>
<import addon="script.module.garepobg" version="0.1.3"/>
<import addon="script.module.simplejson" version="3.3.0"/>
</requires>
<extension point="xbmc.service" library="service.py" start="start" />
<extension point="xbmc.addon.metadata">
<summary>Bulsat Fusion for Kodi/HTS Tvheadend/m3u8</summary>
<summary lang="en">Add Fusion Tvheadend</summary>
<description lang="en">It is not official addon from provider. It was made just for fun. You were warned.[CR]Thanks to otem, Majide and barev</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<language>en</language>
<platform>all</platform>
<forum>http://forum.kodi.tv/showthread.php?tid=195322</forum>
<website>https://github.com/kodi1/plugin.program.bscfusion</website>
</extension>
</addon>