diff --git a/addon.xml b/addon.xml index ca52074a..d461e1ac 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -19,9 +19,11 @@ resources/media/themes/ss/2.png resources/media/themes/ss/3.png - - Ottimizzata e migliorata la ricerca globale - - fix Mega - - altri cambiamenti minori + - aggiunto nuovo canale: guardaserie.cam +- autoplay migliorato, ora i settaggi sono globali e non più per canale +- adesso in onda riscritto, ora usa EPG (ringraziamo epg-guide.com) +- Riprendi la visione di un film o episodio da server diversi (solo videoteca) +- fix e ottimizzazioni varie Naviga velocemente sul web e guarda i contenuti presenti [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] [COLOR yellow]Kodi © is a registered trademark of the XBMC Foundation. We are not connected to or in any other way affiliated with Kodi, Team Kodi, or the XBMC Foundation. Furthermore, any software, addons, or products offered by us will receive no support in official Kodi channels, including the Kodi forums and various social networks.[/COLOR] diff --git a/channels/guardaserieIcu.json b/channels/guardaserieIcu.json index 2c31f617..86531e5b 100644 --- a/channels/guardaserieIcu.json +++ b/channels/guardaserieIcu.json @@ -2,7 +2,7 @@ "id": "guardaserieIcu", "name": "Guarda Serie Icu", "language": ["ita", "sub-ita"], - "active": true, + "active": false, "thumbnail": "https://raw.githubusercontent.com/32Dexter/DexterRepo/master/media/guarda_serie.jpg", "banner": "", "categories": ["tvshow"], diff --git a/channels/mediasetplay.json b/channels/mediasetplay.json index 660a0a7b..cec5e42b 100644 --- a/channels/mediasetplay.json +++ b/channels/mediasetplay.json @@ -1,7 +1,7 @@ { "id": "mediasetplay", "name": "Mediaset Play", - "active": true, + "active": false, "language": ["ita"], "thumbnail": "mediasetplay.png", "banner": "mediasetplay.png", diff --git a/resources/settings.xml b/resources/settings.xml index 5aac3e7e..f5bcae06 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -163,7 +163,7 @@ - + diff --git a/specials/filmontv.py b/specials/filmontv.py index e347ffc8..506d5876 100644 --- a/specials/filmontv.py +++ b/specials/filmontv.py @@ -309,7 +309,7 @@ def new_search(item): def live(item): itemlist = [] - from channels import raiplay, mediasetplay + from channels import raiplay#, mediasetplay itemlist += raiplay.live(raiplay.mainlist(Item())[0]) - itemlist += mediasetplay.live(mediasetplay.mainlist(Item())[0]) + # itemlist += mediasetplay.live(mediasetplay.mainlist(Item())[0]) return itemlist