Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1817

Clear Logo Artwork

$
0
0
Hi folks,
Have just started using one of the Estuary mods which includes a few Netflix style screens, which I quite like. However, when you switch on the option to display the clear logo artwork, it's displayed right next to text title. What I would to do is to display the clear logo artwork by default and only show the text title as a fallback if no artwork actually exists for the current title. I'm still a little unsure what I need to do to achieve this result, so any help would be much appreciated.

Here's the code for displaying the clear logo artwork:-

PHP Code:
<control type="image">
    <
depth>DepthContentPopout</depth>
    <
top>60</top>
    <
left>-65</left>
    <
width max="537">auto</width>
    <
height>120</height>
    <
aspectratio align="top" aligny="center">keep</aspectratio>
    <
texture>$VAR[ClearLogoVar]</texture>
    <
visible>!ListItem.IsCollection + !ListItem.IsParentFolder</visible

I'd also like to create a button on this screen that when pressed, would take me to movie/tv show info screen for the current title. I created a button with no problem and gave it the onclick command for the DialogVideoInfo.xml file, but when clicked everything is blank. What do I need to add to show all the info? Again, any help is much appreciated.

Cheers

Viewing all articles
Browse latest Browse all 1817

Trending Articles