Hi Leute,
auf meinem Pi läuft Kodi/Libreelec mit dem Google Drive Addon, Videos werden auch sauber angezeigt.
Nun möchte ich aber, dass die Videos direkt nach dem Start wiedergegeben werden.
Mein Skript sieht wie folgt aus:
import xbmc
xbmc.executebuiltin(
"RecursiveSlideShow(http://localhost:8587/source/Google Drive/xxxx/)" )
xbmc.executebuiltin( "PlayerControl(RepeatAll)" )
Der Fehlerlog wie folgt:
17:19:26.831 T:1790935920 ERROR: CCurlFile::Exists - Failed: Couldn't connect to server(7) for http://localhost:8587/source/VIDEO_TS.IFO
17:19:26.833 T:1790935920 ERROR: CCurlFile::Exists - Failed: Couldn't connect to server(7) for http://localhost:8587/source/VIDEO_TS/VIDEO_TS.IFO
17:19:26.834 T:1790935920 ERROR: CCurlFile::Exists - Failed: Couldn't connect to server(7) for http://localhost:8587/source/index.bdmv
17:19:26.836 T:1790935920 ERROR: CCurlFile::Exists - Failed: Couldn't connect to server(7) for http://localhost:8587/source/BDMV/index.bdmv
17:19:26.846 T:1790935920 ERROR: CCurlFile::Exists - Failed: Couldn't connect to server(7) for http://localhost:8587/source/folder.jpg
Wäre super wenn jemand eine Lösung hätte =)
LG