-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
31 lines (31 loc) · 1.64 KB
/
addon.xml
File metadata and controls
31 lines (31 loc) · 1.64 KB
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
30
31
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.traktorbeam" name="TraktorBeam" version="0.1" provider-name="komakino">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.unidecode" />
<import addon="script.module.requests" version="2.6.0"/>
<import addon="script.module.feedparser" />
<import addon="script.module.trakt" version="2.3.3"/>
<import addon="script.module.dateutil" />
<import addon="script.module.pytz" />
</requires>
<extension point="xbmc.python.script" library="script.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" name="traktorbeam.service" library="service.py" start="login" />
<!-- <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[]]></description> -->
</extension>
</addon>