Update Infolabel title during playback
#1
Hello,

is it possible to update the infolabel title text periodically while the player is running?


cheerz,

lorus
Reply
#2
I'm not entirely sure about which InfoLabel you are asking specifically, but here's how you can change an InfoLabel from python:

Code:
import xbmcgui
WINDOW = xbmcgui.Window( 12006 )
WINDOW.setProperty("InfoLabelName", "the new value")

In this case 12006 is the number of the fullscreen music window. You can get a full list of Window IDs from:

http://wiki.xbmc.org/?title=Window_IDs
Reply
#3
Quote:I'm not entirely sure about which InfoLabel you are asking specifically, but here's how you can change an InfoLabel from python:

I mean this title and I want to change it periodically during playback.
Image

Is this possible?
Reply
#4
Any further thoughts on this?
Reply

Logout Mark Read Team Forum Stats Members Help
Update Infolabel title during playback0