Kodi Community Forum

Full Version: Player.Progress / ListItem.Progress
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
No reason I can think of (beside that noone added it for labels/textures)
Seems that way. Would be nice if that could be added for labels/textures.