Kodi Community Forum

Full Version: System.Progressbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is this infolabel supposed to work in other places besides DialogProgress.xml?
I'm trying to use this in DialogMusicScan.xml and DialogVideoScan.xml, but I can't seem to make it work
It's only used in the progressbar dialog, yes.

The progressbar(s) in the scan dialogs work based on id only.
Hm too bad. Do you think it would be feasible to make this possible somewhere in the future?
Maybe by pointing the label to the progressbar's id?

something like <label>$INFO[System.Progressbar(304)]</label>

If so, I'll create a ticket for it. Thanks
What for exactly - to get the % complete?

Just out of interest, would Control.GetLabel or whatever it is work?
Yep to get the % complete.

Not sure what you mean. Control.GetLabel would work to get the value from an other label right?

if:
<label>$INFO[Control.GetLabel(403)]</label>

is what you mean, I didn't get that to work no.

thanks Smile
ok, well let me see whether that's doable or not.
Great, much appreciated Smile
r19458 should do the trick.

Cheers,
Jonathan
Wow, that´s fast. I thought of this as something for 9.10 Laugh
I´ll check it out tonight, thanks a bunch Jonathan Wink