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

Studios Image

$
0
0
Hi all, currently wanted to add studios to widget info .   Any help would be great!  Big Grin
  • I can get it to show for TV shows . Just not for movies. 
  • Created 2 different groups one for one not .  This is my only way to get TV shows to populate the studio. 
  • I have additional data enabled thru TMDB helper .
                                     <control type="group">
                                         <width>100</width>
                                            <visible>![Container.Content(movies) + Control.IsVisible(90010)]</visible>
                                            <control type="image" id="212" >
                                                <left>60</left>
                                                <width>100</width>
                                                <height>50</height>
                                                <aspectratio>keep</aspectratio>
                                                <fadetime>250</fadetime>
                                                <colordiffuse>grey</colordiffuse>
                                                <animation effect="fade" time="200">VisibleChange</animation>
                                                <texture>$VAR[PathFlagsStudios]$INFO[ListItem.Studio,,.png]</texture>
                                            </control>
                                        </control>
  • Ive tried this and it removes it from TV shows . 
<visible>Container.Content(movies) | Container.Content(tvshows) + Control.IsVisible(90010) </visible>

Viewing all articles
Browse latest Browse all 1818

Latest Images

Trending Articles



Latest Images