Player.Progress / ListItem.Progress
#1
Hi,

is there a reason why Player.Progress / ListItem.Progress is empty in a label or image control? Because I wanted to do something like this for the live tv channel list:
PHP Code:
<control type="image">
    [...]
    <
texture>$INFO[ListItem.Progress,overlays/progress,.png]</texture>
</
control

In other skin areas I can do the following but that doesn't work in list controls:
PHP Code:
<control type="progress" id="1">
    [...]
    <
info>Player.Progress</info>
</
control>

<
control type="image">
    [...]
    <
texture>$INFO[Control.GetLabel(1),overlays/progress,.png]</texture>
</
control

If it's simple enough to allow using ListItem.Progress/Player.Progress like in the first example, it would be most welcome.
Image
Reply
#2
No reason I can think of (beside that noone added it for labels/textures)
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#3
Seems that way. Would be nice if that could be added for labels/textures.
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Player.Progress / ListItem.Progress1