-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
23 lines (23 loc) · 1.13 KB
/
addon.xml
File metadata and controls
23 lines (23 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.jacktorr" name="JackTorr" provider-name="Sam-Max" version="1.0.2">
<requires>
<import addon="script.module.requests" version="2.22.0"/>
<import addon="script.module.routing" version="0.2.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="navigation.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>See https://github.com/Sam-Max/plugin.video.jacktorr/blob/master/LICENSE</license>
<source>https://github.com/Sam-Max/plugin.video.jacktorr</source>
<summary lang="en">TorrServerr on Kodi</summary>
<description lang="en">JackTorr is an implementation of TorrServerr service with a rest API which allows torrent streaming.</description>
<assets>
<icon>icon.png</icon>
<screenshot>resources/screenshots/screenshot-1.jpg</screenshot>
</assets>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>