Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo committed May 1, 2015
1 parent 46017df commit 2f6fbd5
Show file tree
Hide file tree
Showing 11 changed files with 148 additions and 85 deletions.
13 changes: 6 additions & 7 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@
<description lang="en">Amazon Prime Instant Video Add-on (US/UK/DE)</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/AddonScriptorDE/plugin.video.prime_instant</source>
<forum>http://forum.xbmc.org/showthread.php?tid=</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<source>https://github.com/XLordKX/kodi</source>
<forum>http://www.kodinerds.net/index.php/Thread/43912-RELEASE-Amazon-Prime-Instant-Video-US-UK-DE/</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">
<info compressed="false">http://addonscriptorde-beta-repo.googlecode.com/svn/trunk/addons.xml</info>
<checksum>http://addonscriptorde-beta-repo.googlecode.com/svn/trunk/addons.xml.md5</checksum>
<datadir zip="false">http://addonscriptorde-beta-repo.googlecode.com/svn/trunk/</datadir>
<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="false">https://raw.githubusercontent.com/XLordKX/kodi/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Some fixed scripts and addons</summary>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9c6006a0e6a5b6c113afcc29af94f1ed
fd165e25fb88af7601a0ddc969379ae2
7 changes: 3 additions & 4 deletions plugin.video.prime_instant/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.prime_instant" name="Amazon Prime Instant Video" version="1.0.2" provider-name="AddonScriptorDE">
<addon id="plugin.video.prime_instant" name="Amazon Prime Instant Video" version="1.0.3" provider-name="XLordKX">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.mechanize" version="0.2.6"/>
Expand All @@ -14,9 +14,8 @@
<description lang="en">Amazon Prime Instant Video Add-on (US/UK/DE)</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/AddonScriptorDE/plugin.video.prime_instant</source>
<forum>http://forum.xbmc.org/showthread.php?tid=</forum>
<email>AddonScriptorDE at yahoo dot de</email>
<source>https://github.com/XLordKX/kodi</source>
<forum>http://www.kodinerds.net/index.php/Thread/43912-RELEASE-Amazon-Prime-Instant-Video-US-UK-DE/</forum>
<website>http://www.amazon.com</website>
</extension>
</addon>
12 changes: 8 additions & 4 deletions plugin.video.prime_instant/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
1.0.0
- Initial release
1.0.1
- Changed login (email and password are not stored anymore)
1.0.3
- Forked from AddonScriptorDE Repository
- Bug fixes
- Added translations for some dialogs
1.0.2
- Added debug output
- Fixed folder encoding issue
- Some small improvements
1.0.1
- Changed login (email and password are not stored anymore)
1.0.0
- Initial release
173 changes: 110 additions & 63 deletions plugin.video.prime_instant/default.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
<string id="30089">Removed from your Watchlist...</string>
<string id="30090">Amazon Prime Instant Video - Enter your Email:</string>
<string id="30091">Amazon Prime Instant Video - Enter your Password:</string>
<string id="30092">Bad URL</string>
<string id="30093">Playback impossible.</string>
<string id="30094">No Stream</string>
<string id="30095">No matching stream found.</string>
<string id="30096">Please wait a moment</string>
<string id="30097">Too many connections. Please wait a moment.</string>
<string id="30098">Selected video/language not available</string>
<string id="30099">This video is not available with your selected language. Try other possibilites?</string>
<string id="30101">Email</string>
<string id="30102">Password</string>
<string id="30103">Website Version</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
<string id="30089">Aus deiner Watchlist entfernt...</string>
<string id="30090">Amazon Prime Instant Video - Email eingeben:</string>
<string id="30091">Amazon Prime Instant Video - Password eingeben:</string>
<string id="30092">Ungültige URL</string>
<string id="30093">Das Video kann nicht wiedergegeben werden.</string>
<string id="30094">Kein Stream</string>
<string id="30095">Es wurde kein passender Stream zum Öffnen gefunden</string>
<string id="30096">Bitte einen Moment warten</string>
<string id="30097">Es wurden zu viele Verbindungen aufgebaut. Bitte warte einen Moment.</string>
<string id="30098">Video nicht in deutsch verfügbar</string>
<string id="30099">Das Video ist nicht in deutscher Sprache verfügbar. Stattdessen in originaler Sprache wiedergeben?</string>
<string id="30101">Email</string>
<string id="30102">Passwort</string>
<string id="30103">Seitenversion</string>
Expand Down
Binary file added repository.xlordkx.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions repository.xlordkx/addon.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.addonscriptorde-beta" name="XLordKX Repo" version="1.0.0" provider-name="XLordKX">
<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">http://addonscriptorde-beta-repo.googlecode.com/svn/trunk/addons.xml</info>
<checksum>http://addonscriptorde-beta-repo.googlecode.com/svn/trunk/addons.xml.md5</checksum>
<datadir zip="false">http://addonscriptorde-beta-repo.googlecode.com/svn/trunk/</datadir>
<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="false">https://raw.githubusercontent.com/XLordKX/kodi/master/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Some fixed scripts and addons</summary>
Expand Down
2 changes: 0 additions & 2 deletions repository.xlordkx/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
1.0.0
- Initial release
1.0.1
- Added icon (thx@djtoll)
Binary file removed repository.xlordkx/icon.png
Binary file not shown.

0 comments on commit 2f6fbd5

Please sign in to comment.