Advertisement
Guest User

Untitled

a guest
Sep 15th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. <includes>
  2. <include name="MediaInfo">
  3. <control type="group" id="9901">
  4. <include>Animation_FadedByMenu</include>
  5. <include>Animation_CommonFade</include>
  6. <visible>!IsEmpty(ListItem.Title)</visible>
  7. <visible>[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | SubString(Container.FolderPath,plugin)]</visible>
  8. <visible>![Container.Content(movies) + IsEmpty(listitem.Genre) + IsEmpty(ListItem.VideoResolution)]</visible>
  9. <visible>![Player.HasAudio + Skin.HasSetting(MusicCoverArtOverlay)]</visible>
  10. <!-- Studio -->
  11. <control type="group">
  12. <posx>6</posx>
  13. <posy>565</posy>
  14. <control type="image">
  15. <height>70</height>
  16. <aspectratio aligny="center">keep</aspectratio>
  17. <texture fallback="flags/default.png">special://skin/extras/studios/$INFO[ListItem.Studio,,.png]</texture>
  18. <colordiffuse>MediaFlagDiffuse</colordiffuse>
  19. <visible>!IsEmpty(ListItem.Studio) + !SubString(Container.FolderPath,plugin)</visible>
  20. </control>
  21. <control type="image">
  22. <height>70</height>
  23. <aspectratio aligny="center">keep</aspectratio>
  24. <texture fallback="flags/default.png">special://skin/extras/games/studios/$INFO[ListItem.Studio,,.png]</texture>
  25. <colordiffuse>MediaFlagDiffuse</colordiffuse>
  26. <visible>!IsEmpty(ListItem.Studio) + SubString(Container.FolderPath,plugin)</visible>
  27. </control>
  28. <control type="image">
  29. <height>70</height>
  30. <aspectratio aligny="center">keep</aspectratio>
  31. <texture>flags/default.png</texture>
  32. <colordiffuse>MediaFlagDiffuse</colordiffuse>
  33. <visible>IsEmpty(ListItem.Studio)</visible>
  34. </control>
  35. <control type="image">
  36. <posx>10</posx>
  37. <posy>-9</posy>
  38. <width>140</width>
  39. <height>90</height>
  40. <texture>flags/flag_frame.png</texture>
  41. <colordiffuse>MediaFlagBoxDiffuse</colordiffuse>
  42. </control>
  43. </control>
  44. <control type="grouplist">
  45. <posx>18</posx>
  46. <posy>651</posy>
  47. <width>260</width>
  48. <height>62</height>
  49. <align>left</align>
  50. <itemgap>8</itemgap>
  51. <orientation>horizontal</orientation>
  52. <!-- Game Platform / MPAA Flag -->
  53. <control type="group">
  54. <width>58</width>
  55. <height>62</height>
  56. <control type="image">
  57. <include>MediaFlagsVarsSquare</include>
  58. <texture>$VAR[MediaFlag_MPAA]</texture>
  59. <colordiffuse>MediaFlagDiffuse</colordiffuse>
  60. <visible>!SubString(Container.FolderPath,plugin)</visible>
  61. </control>
  62. <control type="image">
  63. <include>MediaFlagsVarsSquare</include>
  64. <texture>special://skin/extras/games/platforms/$INFO[ListItem.writer,,.png]</texture>
  65. <colordiffuse>MediaFlagDiffuse</colordiffuse>
  66. <visible>SubString(Container.FolderPath,plugin)</visible>
  67. </control>
  68. <control type="image">
  69. <posx>2</posx>
  70. <width>66</width>
  71. <height>54</height>
  72. <texture>flags/flag_framesquare.png</texture>
  73. <colordiffuse>MediaFlagBoxDiffuse</colordiffuse>
  74. </control>
  75. </control>
  76. <!-- Star Rating -->
  77. <control type="group">
  78. <width>58</width>
  79. <height>62</height>
  80. <control type="image">
  81. <include>MediaFlagsVarsSquare</include>
  82. <texture>Star.png</texture>
  83. <colordiffuse>RatingStarDiffuse</colordiffuse>
  84. <visible>!SubString(Container.FolderPath,plugin)</visible>
  85. </control>
  86. <control type="label">
  87. <include>MediaFlagsVarsSquare</include>
  88. <align>center</align>
  89. <aligny>center</aligny>
  90. <label fallback="NA">$INFO[ListItem.Rating]</label>
  91. <textcolor>MediaFlagDiffuse</textcolor>
  92. <font>METF_StarRating</font>
  93. <visible>!SubString(Container.FolderPath,plugin)</visible>
  94. </control>
  95. <control type="image">
  96. <include>MediaFlagsVarsSquare</include>
  97. <texture>special://skin/extras/games/genres/$INFO[ListItem.genre,,.png]</texture>
  98. <colordiffuse>MediaFlagDiffuse</colordiffuse>
  99. <visible>SubString(Container.FolderPath,plugin)</visible>
  100. </control>
  101. <control type="image">
  102. <posx>2</posx>
  103. <width>66</width>
  104. <height>54</height>
  105. <texture>flags/flag_framesquare.png</texture>
  106. <colordiffuse>MediaFlagBoxDiffuse</colordiffuse>
  107. </control>
  108. </control>
  109. <!-- IMDb Top250 Flag -->
  110. <control type="group">
  111. <width>58</width>
  112. <height>62</height>
  113. <visible>!SubString(ListItem.Top250,0,Left) + !IsEmpty(ListItem.Top250)</visible>
  114. <control type="image">
  115. <include>MediaFlagsVarsSquareHalfTop</include>
  116. <texture>flags/IMDB-Logo.png</texture>
  117. <colordiffuse>IMDbDiffuse</colordiffuse>
  118. </control>
  119. <control type="label">
  120. <include>MediaFlagsVarsSquareHalfBottom</include>
  121. <align>center</align>
  122. <label>$INFO[ListItem.Top250]</label>
  123. <textcolor>MediaFlagDiffuse</textcolor>
  124. <font>METF_DialogSmallBold</font>
  125. </control>
  126. <control type="image">
  127. <posx>2</posx>
  128. <width>66</width>
  129. <height>54</height>
  130. <texture>flags/flag_framesquare.png</texture>
  131. <colordiffuse>MediaFlagBoxDiffuse</colordiffuse>
  132. </control>
  133. </control>
  134. </control>
  135. </control>
  136. </include>
  137. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement