Ich habe da was vorbereitet.
Mega! Besten Dank!!
Ich habe noch die Zeile 385 in skygo.py angepasst, da "inputstreamaddon" in den aktuellen matrix-builds deprecated ist und nicht mehr funktioniert. https://github.com/xbmc/xbmc/pull/18002
Code: /.kodi/addons/plugin.video.skygo.de/resources/lib/skygo.py
# Prepare new ListItem to start playback
li = xbmcgui.ListItem(path=manifest_url)
if info_tag:
li.setInfo('video', info_tag)
if art_tag:
li.setArt(art_tag)
li.setProperty('inputstream', 'inputstream.adaptive')
Jetzt funktioniert wieder alles einwandfrei.
Viele Grüße