Danke,
Plugin läuft. Ich hatte nicht alle Dateien in den Plugin-Ordner kopiert.
Für die Hilfe kchmviewer.
Allerdings komme ich nicht richtig dahinter, welche Port und Hostangaben ich machen muss.
#Header
%Common.SetPriority(500)
%Graph.SetTextArea(0, 0, 127, 63)
%DefColor(White,Local=255,255,255)
%DefColor(Red,Local=0,0,0)
%Graph.SetRefreshArea(0, 0, 127, 63)
%Plugin.Kodi.Connection.Open('192.168.1.2', 8080)
#EndHeader
#GfxMode
%Graph.Font('Terminal', 8,1)
%System.GetDateTime('hh:nn:ss')
%System.GetDateTime(' ddd.dd.mm.yy') /dient nur um zu zeigen, das das Script läuft/
%Common.CreateNewLine()
'Host:'%Plugin.Kodi.Connection.Host()
%Common.CreateNewLine()
'Port:' %Plugin.Kodi.Connection.Port()'#'
%Common.CreateNewLine()
'State:' %Plugin.Kodi.Connection.State()'#'
%Common.CreateNewLine()
%Plugin.Kodi.ActivePlayer()
%Common.CreateNewLine()
%Plugin.Kodi.VideoPlayer.CurrentItem.Position()
%Plugin.Kodi.VideoPlayer.Playlist.Item(1, Title)
#EndGfxMode
Display ist ein l4m,