Advertisement
Guest User

Untitled

a guest
Feb 16th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. <control type="grouplist">
  2. <posy>425</posy>
  3. <posx>140</posx>
  4. <itemgap>-90</itemgap>
  5. <orientation>horizontal</orientation>
  6. <animation effect="rotatey" center="510,0" end="180" condition="true">Conditional</animation>
  7. <control type="image">
  8. <width>220</width>
  9. <height>220</height>
  10. <texture diffuse="cdart_diffuse.png" background="true" flipy="true" flipx="false">$INFO[Window(home).Property(Set.Movie.5.Art(discart))]</texture>
  11. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  12. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),4) + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.5.Art(discart)))</visible>
  13. </control>
  14. <control type="image">
  15. <width>220</width>
  16. <height>220</height>
  17. <texture diffuse="cdart_diffuse.png" background="true" flipy="true" flipx="false">$INFO[Window(home).Property(Set.Movie.4.Art(discart))]</texture>
  18. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  19. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),3) + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.4.Art(discart)))</visible>
  20. </control>
  21. <control type="image">
  22. <width>220</width>
  23. <height>220</height>
  24. <texture diffuse="cdart_diffuse.png" background="true" flipy="true" flipx="false">$INFO[Window(home).Property(Set.Movie.3.Art(discart))]</texture>
  25. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  26. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),2) + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.3.Art(discart)))</visible>
  27. </control>
  28. <control type="image">
  29. <width>220</width>
  30. <height>220</height>
  31. <texture diffuse="cdart_diffuse.png" background="true" flipy="true" flipx="false">$INFO[Window(home).Property(Set.Movie.2.Art(discart))]</texture>
  32. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  33. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),1) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.2.Art(discart)))</visible>
  34. </control>
  35. <control type="image">
  36. <width>220</width>
  37. <height>220</height>
  38. <texture diffuse="cdart_diffuse.png" background="true" flipy="true" flipx="false">$INFO[Window(home).Property(Set.Movie.1.Art(discart))]</texture>
  39. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  40. <visible>ListItem.IsFolder + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.1.Art(discart)))</visible>
  41. </control>
  42. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement