-
Notifications
You must be signed in to change notification settings - Fork 8
/
addon.xml
22 lines (22 loc) · 1.16 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.prime_instant" name="Amazon Prime Instant Video" version="1.2.1" provider-name="liberty-developer">
<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>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>