Title display when play's audio stream
#1
Hello

I have a problem with display title of audio stream when it's play. All the time i have "Audio.ashx" as title:
screenshot
My code:
...
def __LOAD_AND_PLAY(self, url, name):
thumbnail = xbmc.getInfoImage("ListItem.Thumb")
liz=xbmcgui.ListItem(name, iconImage="DefaultFolder.png", thumbnailImage=thumbnail)
liz.setInfo( type="Audio", infoLabels={ "Title": name } )
print "default player pCommon"
xbmcPlayer = xbmc.Player()
xbmcPlayer.play(url, liz)
...
Reply
#2
You can't control the title on such streams, the XBMC player tries to extract such metadata from the stream itself.
My GitHub. My Add-ons:
Image
Reply
#3
OK, thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Title display when play's audio stream0