Can we show ID of currently focused item?
#1
Is there a way for XBMC to return info (ID) about currently focussed item? was thinking about mapping it to a key, as debugging="true" gets in the way sometimes.
My skins:

Amber
Quartz

Reply
#2
Is System.CurrentControl what you want?
Reply
#3
Doesn't System.CurrentControl do that? But that could also be the control's label value, I'm not sure.
Reply
#4
System.CurrentControl returns the label, not the id. To get the id of the current focused label, you have to write a small python script. But I don't know if you can map a script to a button.
Image
Reply
#5
Yup, Black is right, System.CurrentControl returns the label.

I thought it would be convenient to get ID when needed, just like we show DebugGrid from time to time, not always. With debugging=true one need to restart XBMC.
My skins:

Amber
Quartz

Reply

Logout Mark Read Team Forum Stats Members Help
Can we show ID of currently focused item?0