Update Visualisation InfoLabels Without Calling xbmc.Player().play()
#1
Hello,

I am trying to update visualisation infolabels while playing an rtp stream.
If I call xbmc.Player().play(listitem=li) while the rtp stream is playing, then the infolabels are updated, but playback stutters.
I am therefore looking for a way to update infolabels (at least artist and title) without calling xbmc.Player().play().
Is it possible? How?
Thank you in advance for your help.
Reply
#2
you should rename your thread, it's very confusing to use the term 'visualisation' as that's reserved for music visualisations.

i do not think it's possible through the python api.
Reply
#3
(2017-07-19, 12:27)ironic_monkey Wrote: you should rename your thread, it's very confusing to use the term 'visualisation' as that's reserved for music visualisations.

i do not think it's possible through the python api.

Well, my rtp stream is an audio stream
Reply
#4
sure, but that just adds to the confusion Wink

what you want is to be able to set the player info labels. then the app takes care of transferring those to the visualisation.
Reply

Logout Mark Read Team Forum Stats Members Help
Update Visualisation InfoLabels Without Calling xbmc.Player().play()0