KoD 1.7.5

- Aggiunti nuovi canali: 1337x e filmstreaming\n- fix cinemalibero, altadefinizione01\n- workaround per puntante non funzionanti quando si aggiorna la videoteca\n\n
This commit is contained in:
marco
2022-05-28 11:48:55 +02:00
parent 080bb798a1
commit 02239be925
22 changed files with 589 additions and 204 deletions
+6 -7
View File
@@ -1,4 +1,4 @@
<addon id="plugin.video.kod" name="Kodi on Demand" provider-name="KoD Team" version="1.7.4">
<addon id="plugin.video.kod" name="Kodi on Demand" version="1.7.5" provider-name="KoD Team">
<requires>
<!-- <import addon="script.module.libtorrent" optional="true"/> -->
<import addon="metadata.themoviedb.org"/>
@@ -6,7 +6,7 @@
<!-- <import addon="metadata.tvdb.com"/> -->
</requires>
<extension library="default.py" point="xbmc.python.pluginsource">
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="kodi.context.item">
@@ -27,10 +27,9 @@
<screenshot>resources/media/screenshot-2.png</screenshot>
<screenshot>resources/media/screenshot-3.png</screenshot>
</assets>
<news>- Nuove visualizzazioni Server
- Fix Gestione Viste
- Aggiunto Pluto TV
- Fix e migliorie varie
<news>- Aggiunti nuovi canali: 1337x e filmstreaming
- fix cinemalibero, altadefinizione01
- workaround per puntante non funzionanti quando si aggiorna la videoteca
</news>
<description lang="it">Naviga velocemente sul web e guarda i contenuti presenti</description>
<disclaimer>[COLOR red]The owners and submitters to this addon do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.[/COLOR]
@@ -41,6 +40,6 @@
<forum>https://t.me/kodiondemand</forum>
<source>https://github.com/kodiondemand/addon</source>
</extension>
<extension library="service.py" point="xbmc.service" start="login|startup">
<extension point="xbmc.service" library="service.py" start="login|startup">
</extension>
</addon>