forked from brysonreece/Stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
20 lines (20 loc) · 1.08 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<addon id="plugin.video.stream" name="Stream" version="1.4.6-RC2" provider-name="brysonreece">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.repository" name="brysonreece XBMC Repository">
<info compressed="false">http://xbmc-repo.brysonreece.com/addons.xml</info>
<checksum>http://xbmc-repo.brysonreece.com/addons.xml.md5</checksum>
<datadir zip="true">http://xbmc-repo.brysonreece.com/plugin.video.stream/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website>http://stream.brysonreece.com/</website>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<summary lang="en">Seamlessly watch content from across the internet.</summary>
<description lang="en">Enjoy a variety of content, from your favorite TV shows to the latest movies!</description>
</extension>
</addon>