forked from VeryBaddude/plugin.video.curiositystream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
24 lines (22 loc) · 998 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.curiositystream"
name="CuriosityStream.com"
version="0.2.0"
provider-name="DigitalLachance">
<requires>
<import addon="xbmc.python" version="2.20.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Addon to stream content from curiositystream.com</summary>
<language>en</language>
<description lang="en">This addon will allow you to stream content from CuriousityStream.com. Note that if you do not configure a username and password then you will only be able to view the first 2 minutes of the videos.</description>
<license>GNU General Public License, v2</license>
<forum>http://forum.kodi.tv/showthread.php?tid=209948</forum>
<source></source>
<email>[email protected]</email>
</extension>
</addon>