Kodi Community Forum

Full Version: list container $INFO[] scope
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I noticed in Confluence the scope of the ListItem characteristics go beyond the <control type="list">
...
</control>
code block.

However, I'm trying to create my own skin, and putting an $INFO call outside the control type list is not working.

I would just like to know the scope of the INFOLABELS. What if you have two lists on the confluence skin? wouldn't that ache?

-Thanks
Really you can put anything you want outside the list...

There are a few rules though:
Like you can't get cast info outside VideoInfo screen
bunch of other little rules like that

Maybe a little more specificity would help narrow the issue
Thanks for the help! I just had to use Container(###).ListItem.XX