forked from pelrol/xbmc-my-canal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 1 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mycanal" name="myCanal" version="1.0.3" provider-name="pelrol">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<summary lang="en">Watch replay from french Canal+ channel</summary>
<description lang="en">Retieves Canal+ replay info from myCanal JSON API</description>
<license>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</license>
<forum></forum>
<website>https://github.com/pelrol/xbmc-my-canal</website>
<source>https://github.com/pelrol/xbmc-my-canal</source>
<email></email>
<disclaimer lang="en">Feel free to use this addon. For information visit the github page.</disclaimer>
</extension>
</addon>