-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from large/develop
Update to TLS1.2 + Kodi script to Matrix V19 support
- Loading branch information
Showing
32 changed files
with
337 additions
and
129 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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,18 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.motr" name="Movies On The Run" version="0.2.6" provider-name="Lars Werner"> | ||
<addon id="script.motr" name="Movies On The Run" version="19.0.2" provider-name="Lars Werner"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
</requires> | ||
<extension point="xbmc.python.script" library="main.py"> | ||
<provides>executable</provides> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Kodi client for connecting to your MOTR server. | ||
<summary lang="en_GB">Updated for Kodi Matrix! | ||
Kodi client for connecting to your MOTR server. | ||
Convert, stream or download your movies in Kodi on the go. | ||
|
||
Remember queue is common for all users, hold the line. | ||
|
||
Plug-in has been tested with Android, Nvidia Shield, Linux/OpenElec and Windows. Please inform me if it works on a Mac :)</summary> | ||
Plug-in has been tested with Android, Nvidia Shield, Linux/OpenElec, Mac and Windows.</summary> | ||
<description lang="en_GB"></description> | ||
<language>en</language> | ||
<platform>all</platform> | ||
|
@@ -21,14 +22,14 @@ Plug-in has been tested with Android, Nvidia Shield, Linux/OpenElec and Windows. | |
<website>www.motr.pw</website> | ||
<source>www.motr.pw</source> | ||
<email>[email protected]</email> | ||
<news>Soon to be a RC?</news> | ||
<news>Support for 19.0 Matrix, now a Video-plugin</news> | ||
<disclaimer>Session, username and password are stored in clear text in Kodi, use other clients for security</disclaimer> | ||
<assets> | ||
<icon>icon.png</icon> | ||
<fanart>fanart.jpg</fanart> | ||
<screenshot>screenshot1.jpg</screenshot> | ||
<screenshot>screenshot2.jpg</screenshot> | ||
<screenshot>screenshot3.jpg</screenshot> | ||
<screenshot>screenshot-1.jpg</screenshot> | ||
<screenshot>screenshot-2.jpg</screenshot> | ||
<screenshot>screenshot-3.jpg</screenshot> | ||
</assets> | ||
</extension> | ||
</addon> |
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
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
Oops, something went wrong.