Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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.3-alpha3" provider-name="XLordKX">
<addon id="plugin.video.prime_instant" name="Amazon Prime Instant Video" version="1.0.3-alpha4" provider-name="XLordKX">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.mechanize" version="0.2.6"/>
Expand All @@ -14,7 +14,7 @@
<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/XLordKX/kodi</source>
<source>https://github.com/AddonScriptorDE/plugin.video.prime_instant</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>
Expand Down
35 changes: 27 additions & 8 deletions plugin.video.prime_instant/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
1.0.3
- Forked from AddonScriptorDE Repository
- Bug fixes
- Added translations for some dialogs
1.0.0
- Initial release
1.0.1
- Changed login (email and password are not stored anymore)
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
1.0.2-r1
- Added end soon section
1.0.2-r2
- Fixed encoding of the watchlist
1.0.2-r7
- Fix for new site version to play videos
1.0.2-r8
- Fix for video information
1.0.2-r9
- Fix watchlist for new site version
1.0.2-r11
- Merge with syscrashs version
* Watchlist korrigiert
* Filminfos korrigiert
* csrfToken korrigiert
1.0.2-r12
- Fix detail-Bug with umlauts
1.0.2-r13
- Remove whitespaces in episode description
1.0.2-r15
- merge with https://github.com/XLordKX/kodi commit 171bb377fe
1.0.2-r16
- add snd watchlist format
Loading