Advertisement
Guest User

Fix for reFocus BIG not displaying extrafanart in gallery

a guest
Feb 4th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. The diff below in 720p/ViewFanart.xml will fix an issue that causes the TVShow episode Gallery View to only display one piece of fanart instead of cycling through the extrafanart, if season folders are in use.
  2.  
  3. 48c48
  4. < <imagepath background="true">$INFO[ListItem.Path]/extrafanart</imagepath>
  5. ---
  6. > <imagepath background="true">$INFO[ListItem.Path,,extrafanart]</imagepath>
  7. 56,67c56
  8. < </control>
  9. < <control type="multiimage">
  10. < <include>screen_Dimensions</include>
  11. < <imagepath background="true">$INFO[ListItem.Path]../extrafanart</imagepath>
  12. < <aspectratio align="center">scale</aspectratio>
  13. < <timeperimage>1500</timeperimage>
  14. < <fadetime>800</fadetime>
  15. < <pauseatend>2000</pauseatend>
  16. < <randomize>false</randomize>
  17. < <loop>yes</loop>
  18. < <visible>Control.IsVisible(47) + Skin.HasSetting(gallery.extrafanart)</visible>
  19. < </control>
  20. ---
  21. > </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement