modifying this: ( randomize fanart for movie library views that have enable fanart background)
Code:
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[ListItem.Path]/extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>and merging it with this ( this is my home screen image control for pulling the fanart for the recently added list)
Quote: <control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture background="true" fallback="backgrounds/movies.jpg">$INFO[Container(8000).ListItem().ActualIcon]</texture>
<fadetime>600</fadetime>
<visible>Control.HasFocus(8000)</visible>
</control>
if my code isnt sufficient let me know, asi know info lables have changed. ( and my ActualIcon actually pulls fanart image from the list?) dont think it is suppossed to work that way, and i think it is an old hack from before all the recently added info labels were implemented
this is one item from my includeshomerecentlyadded.xml
and it explains why ActualIcon, pulls fanart
Quote:<item id="1">
<label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
<label2></label2>
<onclick>PlayMedia($INFO[Window.Property(LatestMovie.1.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.1.Fanart)]</icon>
<thumb>$INFO[Window.Property(LatestMovie.1.thumb)]</thumb>
</item>
I am willing to rewrite any of it to give it an overhual to get it working, any help would be appreciated

Search
Help