-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 1.03 KB
/
addon.xml
File metadata and controls
25 lines (25 loc) · 1.03 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
<?xml version="1.0" encoding="utf-8"?>
<addon id="plugin.video.jacktook" name="Jacktook" version="1.7.0" provider-name="Sam-Max">
<requires>
<import addon="xbmc.python" version="3.00.0"/>
<import addon="script.module.requests" version="2.25.1"/>
<import addon="script.module.routing" version="0.2.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="jacktook.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">jacktook</summary>
<description lang="en">Kodi addon for torrent streaming</description>
<license>GPL-2.0-only</license>
<source>https://github.com/Sam-Max/plugin.video.jacktook</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.png</fanart>
<screenshot>resources/screenshots/home.png</screenshot>
<screenshot>resources/screenshots/tv.png</screenshot>
</assets>
</extension>
</addon>