-
Notifications
You must be signed in to change notification settings - Fork 80
/
addons.xml
55 lines (53 loc) · 2.6 KB
/
addons.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.prime_instant" name="Amazon Prime Instant Video" version="1.1.7" provider-name="XLordKX">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.mechanize" version="0.2.6"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Amazon Prime Instant Video Add-on (DE/UK)</summary>
<language></language>
<description lang="en">Amazon Prime Instant Video Add-on (DE/UK)</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/XLordKX/kodi</source>
<forum>http://www.kodinerds.net</forum>
<website>http://www.amazon.com</website>
</extension>
</addon>
<addon id="repository.xlordkx" name="XLordKX Repo" version="1.0.0" provider-name="XLordKX">
<extension point="xbmc.addon.repository" name="XLordKX Repo">
<info compressed="false">https://raw.githubusercontent.com/XLordKX/kodi/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/XLordKX/kodi/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.githubusercontent.com/XLordKX/kodi/master/zip/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Some fixed scripts and addons</summary>
<description>Some fixed scripts and addons</description>
<disclaimer></disclaimer>
<platform>all</platform>
</extension>
</addon>
<addon id="service.xbmc.primeproxy" name="Prime Proxy" version="0.1.1~alpha2" provider-name="XLordKX">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.service" library="VariableBitrateServer.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en"></summary>
<language></language>
<description lang="en"></description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws before installing.</disclaimer>
<license>Not specified yet</license>
<source>https://github.com/XLordKX/kodi</source>
<forum>h</forum>
<website>http://www.amazon.com</website>
</extension>
</addon>
</addons>