-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
27 lines (27 loc) · 1.4 KB
/
addon.xml
File metadata and controls
27 lines (27 loc) · 1.4 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.cbsnetwork" version="0.1.4" name="CBS Network" provider-name="CHAMCHENKO">
<requires>
<import addon="script.module.codequick" version="0.9.13"/>
<import addon="script.module.future" version="0.17.1"/>
<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_GB">Kodi add-on for watching Videos and Live TV from cbs.com</summary>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/chamchenko/plugin.video.cbsnetwork</source>
<website>https://cbs.com/</website>
<assets>
<icon>resources/images/icon.png</icon>
<fanart>resources/images/fanart.jpg</fanart>
<screenshot>resources/images/screenshot00001.jpg</screenshot>
<screenshot>resources/images/screenshot00002.jpg</screenshot>
<screenshot>resources/images/screenshot00003.jpg</screenshot>
<screenshot>resources/images/screenshot00004.jpg</screenshot>
<screenshot>resources/images/screenshot00005.jpg</screenshot>
</assets>
</extension>
</addon>