-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaddon.xml
30 lines (28 loc) · 1.34 KB
/
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
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.seedr" name="Seedr Torrent Cloud" version="0.5.0" provider-name="Seedr.cc">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.simplejson" version="3.17.0" />
<import addon="script.module.requests" version="2.22.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Download Torrents to the cloud -- Stream them through Kodi, your phone, your PC, your lawnmower :-) www.seedr.cc Account required</summary>
<description lang="en_GB"></description>
<language>en_GB</language>
<platform>all</platform>
<license>GPL-3.0</license>
<forum></forum>
<website>https://www.seedr.cc/</website>
<email>[email protected]</email>
<source>https://github.com/dannyzb/seedr_kodi</source>
<news>https://www.facebook.com/seedrcc/</news>
<disclaimer>This plugin and all it's content, unless otherwise specified, is property of Seedr.cc</disclaimer>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>