Hi all, currently wanted to add studios to widget info . Any help would be great! ![Big Grin Big Grin]()
<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>

- 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 .
<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 .