Publish Kodi repository artifacts (folder layout for Kodi)
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# ViewIT Kodi Repository
|
||||||
|
|
||||||
|
Static files for Kodi updates.
|
||||||
|
|
||||||
|
Install this first in Kodi:
|
||||||
|
- repository.viewit/repository.viewit-1.0.0.zip
|
||||||
|
|
||||||
|
Repository index:
|
||||||
|
- addons.xml
|
||||||
36
addons.xml
Normal file
36
addons.xml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<addons><addon id="plugin.video.viewit" name="ViewIt" version="0.1.56" provider-name="ViewIt">
|
||||||
|
<requires>
|
||||||
|
<import addon="xbmc.python" version="3.0.0" />
|
||||||
|
<import addon="script.module.requests" />
|
||||||
|
<import addon="script.module.beautifulsoup4" />
|
||||||
|
<import addon="script.module.resolveurl" />
|
||||||
|
</requires>
|
||||||
|
<extension point="xbmc.python.pluginsource" library="default.py">
|
||||||
|
<provides>video</provides>
|
||||||
|
</extension>
|
||||||
|
<extension point="xbmc.addon.metadata">
|
||||||
|
<summary>Suche und Wiedergabe fuer mehrere Quellen</summary>
|
||||||
|
<description>Findet Titel in unterstuetzten Quellen und startet Filme oder Episoden direkt in Kodi.</description>
|
||||||
|
<assets>
|
||||||
|
<icon>icon.png</icon>
|
||||||
|
</assets>
|
||||||
|
<license>GPL-3.0-or-later</license>
|
||||||
|
<platform>all</platform>
|
||||||
|
</extension>
|
||||||
|
</addon><addon id="repository.viewit" name="ViewIT Repository" version="1.0.0" provider-name="ViewIT">
|
||||||
|
<extension point="xbmc.addon.repository" name="ViewIT Repository">
|
||||||
|
<dir>
|
||||||
|
<info compressed="false">https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/main/addons.xml</info>
|
||||||
|
<checksum>https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/main/addons.xml.md5</checksum>
|
||||||
|
<datadir zip="true">https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/main/</datadir>
|
||||||
|
</dir>
|
||||||
|
</extension>
|
||||||
|
<extension point="xbmc.addon.metadata">
|
||||||
|
<summary lang="de_DE">Lokales Repository fuer ViewIT Updates</summary>
|
||||||
|
<summary lang="en_GB">Local repository for ViewIT updates</summary>
|
||||||
|
<description lang="de_DE">Stellt das ViewIT Addon ueber ein Kodi Repository bereit.</description>
|
||||||
|
<description lang="en_GB">Provides the ViewIT addon via a Kodi repository.</description>
|
||||||
|
<platform>all</platform>
|
||||||
|
</extension>
|
||||||
|
</addon></addons>
|
||||||
1
addons.xml.md5
Normal file
1
addons.xml.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
be72dea21f74f153953651a6bf91ac1d
|
||||||
BIN
plugin.video.viewit-0.1.50.zip
Normal file
BIN
plugin.video.viewit-0.1.50.zip
Normal file
Binary file not shown.
BIN
plugin.video.viewit-0.1.56.zip
Normal file
BIN
plugin.video.viewit-0.1.56.zip
Normal file
Binary file not shown.
BIN
plugin.video.viewit/plugin.video.viewit-0.1.56.zip
Normal file
BIN
plugin.video.viewit/plugin.video.viewit-0.1.56.zip
Normal file
Binary file not shown.
BIN
repository.viewit-1.0.0.zip
Normal file
BIN
repository.viewit-1.0.0.zip
Normal file
Binary file not shown.
BIN
repository.viewit/repository.viewit-1.0.0.zip
Normal file
BIN
repository.viewit/repository.viewit-1.0.0.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user