Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cd0fca4b8 | ||
|
|
b1257017ea | ||
|
|
f041c1cc19 | ||
|
|
7d120bb314 | ||
|
|
bd51f039e5 | ||
|
|
0a933abe91 | ||
|
|
7f7206c808 | ||
|
|
cc4509c975 | ||
|
|
3a4c9e7c8f | ||
|
|
15a9f92b47 | ||
|
|
6663edd6e6 | ||
|
|
4f89ab0252 | ||
|
|
213a959ad7 | ||
|
|
00a8be35b5 | ||
|
|
1b9977b9d9 | ||
|
|
4802d53e93 | ||
|
|
2db16dff49 | ||
|
|
867b84d6a3 | ||
|
|
75ee6c368d | ||
|
|
0de607d43d | ||
|
|
97e012b6a8 | ||
|
|
e486688579 | ||
|
|
d49b8b48ff | ||
|
|
abf300050b | ||
|
|
ece5a46c0e | ||
|
|
3d2b754bfd | ||
|
|
b91caf26e8 | ||
|
|
3b1770e187 | ||
|
|
c6dcd65338 | ||
|
|
8ed7468733 | ||
|
|
11dbbbe18b | ||
|
|
31c8393ac0 | ||
|
|
8bd96481ac | ||
|
|
bfb0e7ea84 | ||
|
|
d6ca293780 | ||
|
|
5e29f3d793 | ||
|
|
c17f196463 | ||
|
|
d6c973c904 | ||
|
|
4dcf3b7ed1 | ||
|
|
a9c0790d54 | ||
|
|
ab32af07b4 | ||
|
|
3eb81d128c | ||
|
|
b4b4e11ca2 | ||
|
|
d11caf4a1b | ||
|
|
cbff91eab9 |
34
README.md
34
README.md
@@ -1,9 +1,33 @@
|
|||||||
# ViewIT Kodi Repository
|
# ViewIT Kodi Repository
|
||||||
|
|
||||||
Static files for Kodi updates.
|
Dieses Repository stellt ViewIT als Kodi-Addon bereit und ermoeglicht automatische Updates.
|
||||||
|
|
||||||
Install this first in Kodi:
|
## Einrichtung
|
||||||
- repository.viewit/repository.viewit-1.0.0.zip
|
|
||||||
|
|
||||||
Repository index:
|
1. Die Datei `repository.viewit/repository.viewit-1.0.1.zip` herunterladen
|
||||||
- addons.xml
|
2. In Kodi: **Einstellungen** > **Addons** > **Aus ZIP-Datei installieren**
|
||||||
|
3. Die heruntergeladene ZIP-Datei auswaehlen
|
||||||
|
4. Danach unter **Aus Repository installieren** > **ViewIT Repository** > **Video-Addons** > **ViewIt** installieren
|
||||||
|
|
||||||
|
Kodi erkennt ab jetzt neue Versionen automatisch und bietet Updates an.
|
||||||
|
|
||||||
|
## Update-Kanaele
|
||||||
|
|
||||||
|
Es gibt drei Kanaele mit unterschiedlicher Aktualitaet und Stabilitaet:
|
||||||
|
|
||||||
|
| Kanal | Branch | Beschreibung |
|
||||||
|
|-------|--------|-------------|
|
||||||
|
| **Main** | `main` | Stabile Versionen, empfohlen fuer den taeglichen Gebrauch |
|
||||||
|
| **Nightly** | `nightly` | Haeufigere Updates, gut getestet |
|
||||||
|
| **Dev** | `dev` | Neueste Aenderungen, kann instabil sein |
|
||||||
|
|
||||||
|
Den Kanal waehlt man in den ViewIT-Einstellungen unter **Updates**.
|
||||||
|
|
||||||
|
## Struktur
|
||||||
|
|
||||||
|
```
|
||||||
|
addons.xml Index aller Addons im Repository
|
||||||
|
addons.xml.md5 Pruefsumme fuer Kodi
|
||||||
|
plugin.video.viewit/ ViewIT Plugin (aktuelle ZIP)
|
||||||
|
repository.viewit/ Repository-Addon (zur Erstinstallation)
|
||||||
|
```
|
||||||
|
|||||||
22
addons.xml
22
addons.xml
@@ -1,11 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addons><addon id="plugin.video.viewit" name="ViewIt" version="0.1.61-nightly" provider-name="ViewIt">
|
<addons><addon id="plugin.video.viewit" name="ViewIt" version="0.1.91.0-dev" provider-name="ViewIt">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="3.0.0" />
|
<import addon="xbmc.python" version="3.0.0" />
|
||||||
<import addon="script.module.requests" />
|
<import addon="script.module.requests" />
|
||||||
<import addon="script.module.beautifulsoup4" />
|
<import addon="script.module.beautifulsoup4" />
|
||||||
<import addon="script.module.resolveurl" />
|
</requires>
|
||||||
</requires>
|
|
||||||
<extension point="xbmc.python.pluginsource" library="default.py">
|
<extension point="xbmc.python.pluginsource" library="default.py">
|
||||||
<provides>video</provides>
|
<provides>video</provides>
|
||||||
</extension>
|
</extension>
|
||||||
@@ -18,17 +17,22 @@
|
|||||||
<license>GPL-3.0-or-later</license>
|
<license>GPL-3.0-or-later</license>
|
||||||
<platform>all</platform>
|
<platform>all</platform>
|
||||||
</extension>
|
</extension>
|
||||||
</addon><addon id="repository.viewit" name="ViewIT Repository" version="1.0.0" provider-name="ViewIT">
|
</addon><addon id="repository.viewit" name="ViewIT Repository" version="1.0.1" provider-name="ViewIT">
|
||||||
<extension point="xbmc.addon.repository" name="ViewIT Repository">
|
<extension point="xbmc.addon.repository" name="ViewIT Repository">
|
||||||
<dir>
|
<dir>
|
||||||
<info compressed="false">https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/nightly/addons.xml</info>
|
<info compressed="false">https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/dev/addons.xml</info>
|
||||||
<checksum>https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/nightly/addons.xml.md5</checksum>
|
<checksum>https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/dev/addons.xml.md5</checksum>
|
||||||
<datadir zip="true">https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/nightly/</datadir>
|
<datadir zip="true">https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/dev/</datadir>
|
||||||
|
</dir>
|
||||||
|
<dir>
|
||||||
|
<info compressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
|
||||||
|
<checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
|
||||||
|
<datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
|
||||||
</dir>
|
</dir>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="xbmc.addon.metadata">
|
<extension point="xbmc.addon.metadata">
|
||||||
<summary lang="de_DE">Lokales Repository fuer ViewIT Updates</summary>
|
<summary lang="de_DE">ViewIT Repository fuer automatische Updates</summary>
|
||||||
<summary lang="en_GB">Local repository for ViewIT updates</summary>
|
<summary lang="en_GB">ViewIT repository for automatic updates</summary>
|
||||||
<description lang="de_DE">Stellt das ViewIT Addon ueber ein Kodi Repository bereit.</description>
|
<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>
|
<description lang="en_GB">Provides the ViewIT addon via a Kodi repository.</description>
|
||||||
<platform>all</platform>
|
<platform>all</platform>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
ff077b4a8044e0d09a6a0e24fc4bbb17
|
7557c01eeaebcdc1f0a9f0468d217350
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
plugin.video.viewit/plugin.video.viewit-0.1.91.0-dev.zip
Normal file
BIN
plugin.video.viewit/plugin.video.viewit-0.1.91.0-dev.zip
Normal file
Binary file not shown.
BIN
plugin.video.viewit/plugin.video.viewit-0.1.91.5-dev.zip
Normal file
BIN
plugin.video.viewit/plugin.video.viewit-0.1.91.5-dev.zip
Normal file
Binary file not shown.
Binary file not shown.
22
repository.viewit/addon.xml
Normal file
22
repository.viewit/addon.xml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<addon id="repository.viewit" name="ViewIT Repository" version="1.0.1" 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/dev/addons.xml</info>
|
||||||
|
<checksum>https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/dev/addons.xml.md5</checksum>
|
||||||
|
<datadir zip="true">https://gitea.it-drui.de/viewit/ViewIT-Kodi-Repo/raw/branch/dev/</datadir>
|
||||||
|
</dir>
|
||||||
|
<dir>
|
||||||
|
<info compressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
|
||||||
|
<checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
|
||||||
|
<datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
|
||||||
|
</dir>
|
||||||
|
</extension>
|
||||||
|
<extension point="xbmc.addon.metadata">
|
||||||
|
<summary lang="de_DE">ViewIT Repository fuer automatische Updates</summary>
|
||||||
|
<summary lang="en_GB">ViewIT repository for automatic 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>
|
||||||
Binary file not shown.
BIN
repository.viewit/repository.viewit-1.0.1.zip
Normal file
BIN
repository.viewit/repository.viewit-1.0.1.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user