-
Notifications
You must be signed in to change notification settings - Fork 22
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 #42 from peci1/matrix
Python3/Kodi 19 compatibility
- Loading branch information
Showing
9 changed files
with
613 additions
and
185 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,17 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.ivysilani" name="iVysílání — Česká televize" version="1.3.8" provider-name="Štěpán Ort"> | ||
<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="2.1.0"/> | ||
<import addon="script.module.stream.resolver" version="1.6.13"/> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
<import addon="script.module.stream.resolver" version="1.7.0"/> | ||
<import addon="script.module.web-pdb" /> | ||
</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">Plugin nabízí přístup do archivu České televize iVysílání i přehrávání kanálů živě. | ||
<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> | ||
</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 was deleted.
Oops, something went wrong.
Oops, something went wrong.