-
Notifications
You must be signed in to change notification settings - Fork 117
/
addon.xml.tpl
29 lines (28 loc) · 1.39 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
26
27
28
29
<?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"/>
</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[Watch torrents directly from XBMC, without waiting.
To get the latest updates:
Twitter: twitter.com/xbmctorrent
Facebook: facebook.com/xbmctorrent
XBMC HUB: j.mp/xbmctorrent]]></description>
</extension>
</addon>