Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seizu committed Aug 17, 2024
1 parent de6b0a7 commit a6be61b
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 83 deletions.
150 changes: 74 additions & 76 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,30 @@
</extension>
</addon>

<addon id="plugin.video.xstream" name="xStream" version="4.1.1" provider-name="xStream-Team">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests"/>
<import addon="script.module.resolveurl" version="5.1.67"/>
<import addon="script.module.six" version="1.11.0"/>
<import addon="repository.xstream" version="1.2.2"/>
<import addon="repository.resolveurl" optional="true"/>
<import addon="script.module.inputstreamhelper" version="0.3.3" optional="true"/>
<import addon="script.module.web-pdb" version="1.5.6" optional="true"/>
<import addon="script.module.pydevd" optional="true" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup" />
<addon id="repository.xstream" name="xStream Repository" version="1.2.2" provider-name="xStream-Team">
<extension point="xbmc.addon.repository" name="xStream Repository">
<dir minversion="18.9.701" maxversion="19.9.700">
<info compressed="false">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/matrix/addons.xml</info>
<checksum verify="sha256">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/matrix/addons.xml.sha256</checksum>
<datadir zip="true">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/matrix/</datadir>
</dir>
<dir minversion="19.9.701" maxversion="20.9.700">
<info compressed="false">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/nexus/addons.xml</info>
<checksum verify="sha256">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/nexus/addons.xml.sha256</checksum>
<datadir zip="true">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/nexus/</datadir>
</dir>
<dir minversion="20.9.910" maxversion="21.9.700">
<info compressed="false">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/omega/addons.xml</info>
<checksum verify="sha256">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/omega/addons.xml.sha256</checksum>
<datadir zip="true">https://raw.githubusercontent.com/streamxstream/xStreamRepo/repo/omega/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de">xStream: Das Original</summary>
<summary lang="en_GB">xStream: The Original</summary>
<description lang="de">xStream ist ein Video-Addon für Kodi. xStream dient als Suchmaschine für Filme und Serien auf verschiedenen Webseiten.</description>
<description lang="en_GB">xStream is a video add-on for Kodi. xStream serves as a search engine for films and series on various websites.</description>
<disclaimer lang="de">Sie können dieses Video Addon gerne verwenden. Der bereitgestellte Inhalt der Webseiten steht in keinem Bezug zu xStream oder den Entwicklern! Weitere Informationen finden Sie in unserer Wiki und FaQ.</disclaimer>
<summary lang="de_DE">xStream Repository</summary>
<summary lang="en_GB">xStream Repository</summary>
<description lang="de_DE">Dies ist das offizielle xStream Repository.[CR]Bei der Bereitstellung einer neuen xStream Version, wird diese vor der Veröffentlichung auf Funktionalität geprüft. Sollten dennoch Probleme auftreten benachrichtige bitte das offizielle xStream-Team via Github oder Chat.</description>
<description lang="de_GB">This is the official xStream repository.[CR]When a new xStream version is released, it is tested for functionality before being released. If you still encounter problems, please notify the official xStream team via Github or chat.</description>
<disclaimer lang="de_DE">Sie können dieses Video Addon gerne verwenden. Der bereitgestellte Inhalt der Webseiten steht in keinem Bezug zu xStream oder den Entwicklern! Weitere Informationen finden Sie in unserer Wiki und FaQ.</disclaimer>
<disclaimer lang="en_GB">You are welcome to use this video addon. The content provided on the websites has no connection to xStream or the developers! For more information, see our Wiki and FaQ.</disclaimer>
<language>de en</language>
<platform>all</platform>
Expand All @@ -75,36 +77,11 @@
<fanart>resources/fanart.jpg</fanart>
<banner>resources/banner.png</banner>
<clearlogo>resources/clearlogo.png</clearlogo>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
<screenshot></screenshot>
</assets>
</extension>
</addon>

<addon id="plugin.video.ivysilani.cz" name="iVysílání — Česká televize" version="1.4.0" provider-name="Štěpán Ort">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.stream.resolver" version="1.7.0"/>
<import addon="script.module.web-pdb" optional="true"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>iVysílání — Česká televize</summary>
<description>Plugin to play videos and live TV from Czech Television's iVysilani</description>
<description lang="cs_CZ">Plugin nabízí přístup do archivu České televize iVysílání i přehrávání kanálů živě.
</description>
<platform>all</platform>
<language>cs en sk</language>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>

<addon id="plugin.video.filmpalast.ex" name="FilmPalastEx Kodi19+" version="0.4.1" provider-name="seizu">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand All @@ -126,45 +103,34 @@
</extension>
</addon>

<addon id="script.module.demjson" name="demjson" version="2.3.0" provider-name="Kuci">
<addon id="plugin.video.ivysilani.cz" name="iVysílání — Česká televize" version="1.4.0" provider-name="Štěpán Ort">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.stream.resolver" version="1.7.0"/>
<import addon="script.module.web-pdb" optional="true"/>
</requires>
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Python module for JSON data encoding, including jsonlint.</summary>
<description>demjson is a Python language module for encoding, decoding, and syntax-checking JSON data.</description>
<summary>iVysílání — Česká televize</summary>
<description>Plugin to play videos and live TV from Czech Television's iVysilani</description>
<description lang="cs_CZ">Plugin nabízí přístup do archivu České televize iVysílání i přehrávání kanálů živě.
</description>
<platform>all</platform>
<license>GNU LGPL 3.0</license>
<source>https://github.com/dmeranda/demjson.git</source>
<website>https://github.com/dmeranda/demjson</website>
<language>cs en sk</language>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>

<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.7.0">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.common.plugin.cache" version="2.5.5"/>
<import addon="script.module.demjson" version="2.3.0" />
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
<import addon="script.module.html5lib" version="0.999.0" />
</requires>
<extension library="lib" point="xbmc.python.module" />
<extension point="xbmc.addon.metadata">
<summary lang="cs">Kodi CZ/SK plugins common python modules mainly for resolving stream URLs</summary>
<description lang="cs">Common python modules pack that is used by kodi cz/sk plugins</description>
<license>GNU GPL</license>
<platform>all</platform>
</extension>
</addon>

<addon id="plugin.video.joyn" name="Joyn" version="2.5.29" provider-name="knaerzche, Maven">
<addon id="plugin.video.joyn" name="Joyn" version="2.5.29+matrix.1" provider-name="knaerzche, Maven">
<requires>
<import addon="inputstream.adaptive" version="2.2.21"/>
<import addon="script.module.inputstreamhelper" version="0.3.5"/>
<import addon="inputstream.adaptive" version="2.5.0"/>
<import addon="script.module.inputstreamhelper" version="0.4.4"/>
<import addon="script.module.simplejson" version="3.3.0" optional="true"/>
<import addon="script.module.uepg" version="1.0.5" optional="true"/>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
Expand Down Expand Up @@ -194,4 +160,36 @@
</extension>
</addon>

<addon id="script.module.demjson" name="demjson" version="2.3.0" provider-name="Kuci">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.addon.metadata">
<summary>Python module for JSON data encoding, including jsonlint.</summary>
<description>demjson is a Python language module for encoding, decoding, and syntax-checking JSON data.</description>
<platform>all</platform>
<license>GNU LGPL 3.0</license>
<source>https://github.com/dmeranda/demjson.git</source>
<website>https://github.com/dmeranda/demjson</website>
</extension>
</addon>

<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.7.0">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.common.plugin.cache" version="2.5.5"/>
<import addon="script.module.demjson" version="2.3.0" />
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
<import addon="script.module.html5lib" version="0.999.0" />
</requires>
<extension library="lib" point="xbmc.python.module" />
<extension point="xbmc.addon.metadata">
<summary lang="cs">Kodi CZ/SK plugins common python modules mainly for resolving stream URLs</summary>
<description lang="cs">Common python modules pack that is used by kodi cz/sk plugins</description>
<license>GNU GPL</license>
<platform>all</platform>
</extension>
</addon>

</addons>
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DFBFA4DA2164B2B09CC14B10C133D43C
9522B992F91D88C17D0E86AD8C4F86A5
Binary file not shown.
9 changes: 4 additions & 5 deletions plugin.video.joyn/addon.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.joyn" name="Joyn" version="2.5.29" provider-name="knaerzche, Maven">
<addon id="plugin.video.joyn" name="Joyn" version="2.5.29+matrix.1" provider-name="knaerzche, Maven">
<requires>
<import addon="inputstream.adaptive" version="2.2.21"/>
<import addon="script.module.inputstreamhelper" version="0.3.5"/>
<import addon="inputstream.adaptive" version="2.5.0"/>
<import addon="script.module.inputstreamhelper" version="0.4.4"/>
<import addon="script.module.simplejson" version="3.3.0" optional="true"/>
<import addon="script.module.uepg" version="1.0.5" optional="true"/>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
Expand Down
Binary file not shown.
Binary file removed plugin.video.joyn/plugin.video.joyn-2.5.29.zip
Binary file not shown.
Binary file added plugin.video.joyn/resources/media/fanart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin.video.joyn/resources/media/fav_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added plugin.video.joyn/resources/media/logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion repository.seizu/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.seizu" name="seizu Repo" version="1.7.4" provider-name="seizu">
<addon id="repository.seizu" name="seizu Repo" version="1.7.5" provider-name="seizu">
<extension point="xbmc.addon.repository" name="seizu Repository">
<dir>
<info compressed="false">https://raw.github.com/seizu/seizuRepo/master/addons.xml</info>
Expand Down
Binary file not shown.

0 comments on commit a6be61b

Please sign in to comment.