forked from steeve/xbmctorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml.tpl
25 lines (25 loc) · 1.44 KB
/
addon.xml.tpl
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.xbmctorrent" name="XBMCtorrent" version="$VERSION" provider-name="steeve">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="plugin.video.youtube" version="4.4.6"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.repository" name="XBMCtorrent Autoupdate Repository">
<info compressed="false">http://xbmctorrent.herokuapp.com/addons.xml</info>
<checksum>http://xbmctorrent.herokuapp.com/addons.xml.md5</checksum>
<datadir zip="true">http://xbmctorrent.herokuapp.com/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website><![CDATA[http://j.mp/xbmctorrent]]></website>
<forum><![CDATA[http://j.mp/xbmctorrent]]></forum>
<source><![CDATA[https://github.com/steeve/xbmctorrent]]></source>
<language></language>
<license><![CDATA[GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007]]></license>
<summary><![CDATA[XBMCtorrent: Torrent streaming for XBMC.]]></summary>
<description><![CDATA[XBMCtorrent allows you to stream bittorrent magnet links right from XBMC, without having to wait for the whole file to download, thanks to sequential download.]]></description>
</extension>
</addon>