-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8c0ad2
commit 15b5781
Showing
5 changed files
with
82 additions
and
11 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
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="repo.kino.pub" name="Kino.pub Add-On Repository" version="1.1.0" provider-name="quarckster"> | ||
<extension point="xbmc.addon.repository" name="Kino.pub Add-On Repository"> | ||
<dir> | ||
<info compressed="false">https://kodi-kino-pub.netlify.app/addons.xml</info> | ||
<checksum>https://kodi-kino-pub.netlify.app/addons.xml.md5</checksum> | ||
<datadir zip="true">https://kodi-kino-pub.netlify.app/</datadir> | ||
</dir> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary>kino.pub - онлайн-кинотеатр.</summary> | ||
<description></description> | ||
<disclaimer></disclaimer> | ||
<platform>all</platform> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addons> | ||
<addon id="repo.kino.pub" name="Kino.pub Add-On Repository" version="1.1.0" provider-name="quarckster"> | ||
<extension point="xbmc.addon.repository" name="Kino.pub Add-On Repository"> | ||
<dir> | ||
<info compressed="false">https://kodi-kino-pub.netlify.app/addons.xml</info> | ||
<checksum>https://kodi-kino-pub.netlify.app/addons.xml.md5</checksum> | ||
<datadir zip="true">https://kodi-kino-pub.netlify.app/</datadir> | ||
</dir> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary>kino.pub - онлайн-кинотеатр.</summary> | ||
<description></description> | ||
<disclaimer></disclaimer> | ||
<platform>all</platform> | ||
</extension> | ||
</addon> | ||
|
||
<addon id="video.kino.pub" name="kino.pub" version="${VERSION}" provider-name="quarckster"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="script.module.inputstreamhelper" version="0.3.4" optional="true"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="addon.py"> | ||
<provides>video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary>kino.pub - онлайн-кинотеатр.</summary> | ||
<platform>all</platform> | ||
<license>BSD-3-Clause</license> | ||
<source>https://github.com/quarckster/kodi.kino.pub</source> | ||
</extension> | ||
</addon> | ||
</addons> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.