Wie kann ich diese Informationen in Video-Datei, wenn Sie auf Kodi Player spielen. im Bild unten gezeigt 'Beck - Mutations'Kodi Add-on - Kleiner Titel im Player
Ich habe überall gesucht und nichts gefunden.
normalen Code ist wie folgt.
li = xbmcgui.ListItem('Title', thumbnailImage='http://exaple.com/image.png')
contextMenu = []
li.addContextMenuItems(contextMenu, replaceItems = True)
li.setInfo("video", { "Title" : 'Title when Play', "AlbumArtist " : 'Some artist' })
xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]), url='http://example.com/sample.m3u8', listitem=li)
Danke