forked from micahg/plugin.video.cbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
28 lines (28 loc) · 1.24 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.cbc"
name="Canadian Broadcasting Corp (CBC)"
version="4.0.6"
provider-name="micahg,t1m">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.requests" version="2.12.4"/>
<import addon="script.module.inputstreamhelper" version="0.3.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">CBC TV Kodi Plugin</summary>
<description lang="en">View online content from the Canadian Broadcasting Corporation.</description>
<platform>all</platform>
<language>en</language>
<disclaimer lang="en">For bugs, requests or general questions visit the CBC TV thread on the Kodi forum.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</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>v4.0.6
- Use inputstream.adaptive
- Allow fallback to ffmpeg (configurable in settings)</news>
</extension>
</addon>