2012-08-28, 15:44
How to make fanart slideshow,for games in skin home.I put this line in home games xml.
But I get a movie Thumb,how to make Path for games fanart or Thumb.
https://skydrive.live.com/#cid=B862B92BC...C1C2AA!102
<item id="1">
<onclick>-</onclick>
<icon>$INFO[Window.Property(LatestMovie.1.Thumb)]</icon>
<label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
<property name="Path">$INFO[Window.Property(LatestMovie.1.Path)]</property>
<visible>!IsEmpty(Window.Property(LatestMovie.1.Path))</visible>
</item>
But I get a movie Thumb,how to make Path for games fanart or Thumb.
https://skydrive.live.com/#cid=B862B92BC...C1C2AA!102
<item id="1">
<onclick>-</onclick>
<icon>$INFO[Window.Property(LatestMovie.1.Thumb)]</icon>
<label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
<property name="Path">$INFO[Window.Property(LatestMovie.1.Path)]</property>
<visible>!IsEmpty(Window.Property(LatestMovie.1.Path))</visible>
</item>