-
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new aiv plugin w/o db, common pydes module
- Loading branch information
1 parent
11cb40e
commit edb4b24
Showing
20 changed files
with
1,488 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
92a6ca245d4356e0f8ffc643514d7c55 | ||
13386e46d4a8a147c9933f8fbdd9f5af |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.amazon-test" | ||
name="Amazon-Test" | ||
version="0.0.4" | ||
provider-name="Sandmann79"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.1.0"/> | ||
<import addon="script.module.beautifulsoup" version="3.2.1"/> | ||
<import addon="script.module.demjson" version="2.2.3"/> | ||
<import addon="script.module.mechanize" version="0.2.6"/> | ||
<import addon="script.module.pydes" version="2.0.1"/> | ||
</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 Video Streaming</summary> | ||
<summary lang="de">Amazon Prime Instant Video</summary> | ||
<description lang="en">Movies and Television Shows for Prime Members</description> | ||
<description lang="de">Filme und Serien für Amazon Prime Mitglieder</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> | ||
<disclaimer lang="de">Möglicherweise sind einge Teile dieses Addons in Ihrem Land illegal, Sie sollten dies unbedingt vor der Installation überprüfen.</disclaimer> | ||
</extension> | ||
</addon> |
Oops, something went wrong.