-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathaddon.xml
33 lines (33 loc) · 1.48 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
33
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.cbc"
name="Canadian Broadcasting Corp (CBC)"
version="4.0.19+matrix.1"
provider-name="micahg,t1m,smf007,oshanrube">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.22.0"/>
<import addon="script.module.inputstreamhelper" version="0.5.6"/>
<import addon="script.module.routing" version="0.2.3+matrix.1"/>
<import addon="script.module.beautifulsoup4" version="4.9.3+matrix.1"/>
<import addon="script.module.unidecode" version="1.1.1+matrix.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<summary lang="en_GB">CBC TV Kodi Plugin</summary>
<description lang="en_GB">View online content from the Canadian Broadcasting Corporation.</description>
<platform>all</platform>
<language>en</language>
<disclaimer lang="en_GB">For bugs, requests or general questions visit the CBC TV thread on the Kodi forum.</disclaimer>
<license>GPL-2.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=328421</forum>
<website>https://watch.cbc.ca/</website>
<source>https://github.com/micahg/plugin.video.cbc</source>
<news>- Fix live channels and IPTV</news>
</extension>
</addon>