Showing fanart outside of list
#1
Hi, Im new to Skinning and this is probably a really stupid question but here goes.

I have a panel of recently added videos on my home screen. I want to have a big picture above the list which shows the fan art of the item in focus in the list. I tried the obvious

Code:
<control type="group">
                    <control type="image">
                    <left>0</left>
                    <top>0</top>
                    <width>360</width>
                    <height>540</height>
                    <texture>$INFO[ListItem.Art(fanart)]</texture>
                </control>
</control>
But nothing shows up, I guess thats because the group is outside the list container. Can anyone tell me where im going wrong or point me to the right section of the skinning manual.

Thanks
Reply
#2
try: $INFO[Container(id).ListItem.Art(fanart)]
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Perfect, thank you. I did try using container before but had the INFO in the wrong place so gave up.
Reply

Logout Mark Read Team Forum Stats Members Help
Showing fanart outside of list0