Advertisement
Guest User

Untitled

a guest
Sep 15th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.76 KB | None | 0 0
  1. <includes>
  2. <include name="Viewtype_Games_PosterAndFanart">
  3. <control type="group">
  4. <visible>Control.IsVisible(950)</visible>
  5. <control type="group">
  6. <include>Animation_FadedByMenu</include>
  7. <include>Animation_HiddenByInfo</include>
  8. <include>Animation_OpenCloseFade</include>
  9. <visible>Container.Content(movies) | SubString(Container.FolderPath,plugin) | Container.Content(tvshows)</visible>
  10. <!-- Browser label and flags -->
  11. <control type="group">
  12. <posx>490</posx>
  13. <posy>438</posy>
  14. <!-- Title -->
  15. <control type="fadelabel">
  16. <width>800</width>
  17. <height>50</height>
  18. <aligny>center</aligny>
  19. <scrollout>false</scrollout>
  20. <pauseatend>600</pauseatend>
  21. <scrollspeed>20</scrollspeed>
  22. <font>METF_TitleTextLarge</font>
  23. <textcolor>TitleText</textcolor>
  24. <label>$INFO[ListItem.Label]</label>
  25. </control>
  26. <control type="grouplist">
  27. <posy>42</posy>
  28. <width>1200</width>
  29. <height>30</height>
  30. <itemgap>10</itemgap>
  31. <orientation>horizontal</orientation>
  32. <!-- Year -->
  33. <control type="label">
  34. <width min="25" max="1200">auto</width>
  35. <height>30</height>
  36. <aligny>center</aligny>
  37. <font>METF_MediaDetailsSmall</font>
  38. <textcolor>MediaDetailsYear</textcolor>
  39. <label>$INFO[ListItem.Year]</label>
  40. <visible>!IsEmpty(ListItem.Year) + ![Container.Content(seasons) | Container.Content(episodes)]</visible>
  41. </control>
  42. <!-- Bullet -->
  43. <control type="image">
  44. <width>8</width>
  45. <height>36</height>
  46. <texture>Dot.png</texture>
  47. <aspectratio align="center" aligny="center">keep</aspectratio>
  48. <colordiffuse>BulletDiffuse</colordiffuse>
  49. <visible>![IsEmpty(ListItem.Year) | IsEmpty(ListItem.Duration)]</visible>
  50. </control>
  51. <!-- Duration -->
  52. <control type="label">
  53. <width min="25" max="1200">auto</width>
  54. <height>30</height>
  55. <aligny>center</aligny>
  56. <font>METF_MediaDetailsSmall</font>
  57. <textcolor>MediaDetailsDuration</textcolor>
  58. <label>$INFO[ListItem.Duration,, [LOWERCASE]$LOCALIZE[31299][/LOWERCASE]]</label>
  59. <visible>!IsEmpty(ListItem.Duration) + !SubString(ListItem.Duration,min) + ![Container.Content(seasons) | Container.Content(tvshows)]</visible>
  60. </control>
  61. <!-- Duration -->
  62. <control type="label">
  63. <width min="25" max="1200">auto</width>
  64. <height>30</height>
  65. <aligny>center</aligny>
  66. <font>METF_MediaDetailsSmall</font>
  67. <textcolor>MediaDetailsDuration</textcolor>
  68. <label>$INFO[ListItem.Duration]</label>
  69. <visible>!IsEmpty(ListItem.Duration) + SubString(ListItem.Duration,min) + ![Container.Content(seasons) | Container.Content(tvshows)]</visible>
  70. </control>
  71. <!-- Bullet -->
  72. <control type="image">
  73. <width>8</width>
  74. <height>36</height>
  75. <texture>Dot.png</texture>
  76. <aspectratio align="center" aligny="center">keep</aspectratio>
  77. <colordiffuse>BulletDiffuse</colordiffuse>
  78. <visible>![IsEmpty(ListItem.Duration) | IsEmpty(ListItem.Genre)]</visible>
  79. </control>
  80. <!-- Genre -->
  81. <control type="label">
  82. <width min="25" max="1200">auto</width>
  83. <height>30</height>
  84. <aligny>center</aligny>
  85. <font>METF_MediaDetailsSmall</font>
  86. <textcolor>MediaDetailsGenre</textcolor>
  87. <label>$INFO[ListItem.Genre]</label>
  88. <visible>!IsEmpty(ListItem.Genre) + !Container.Content(tvshows)</visible>
  89. </control>
  90. <!-- Bullet -->
  91. <control type="image">
  92. <width>8</width>
  93. <height>36</height>
  94. <texture>Dot.png</texture>
  95. <aspectratio align="center" aligny="center">keep</aspectratio>
  96. <colordiffuse>BulletDiffuse</colordiffuse>
  97. <visible>![IsEmpty(ListItem.Duration) | IsEmpty(ListItem.Episode)] | Container.Content(tvshows)</visible>
  98. </control>
  99. <!-- Episode Count -->
  100. <control type="label">
  101. <width min="25" max="1200">auto</width>
  102. <height>30</height>
  103. <aligny>center</aligny>
  104. <font>METF_MediaDetailsSmall</font>
  105. <textcolor>MediaDetailsEpisodes</textcolor>
  106. <label>$INFO[ListItem.Episode] $LOCALIZE[20360]</label>
  107. <visible>!IsEmpty(ListItem.Episode) + [Container.Content(seasons) | Container.Content(tvshows)]</visible>
  108. </control>
  109. <!-- Bullet -->
  110. <control type="image">
  111. <width>8</width>
  112. <height>36</height>
  113. <texture>Dot.png</texture>
  114. <aspectratio align="center" aligny="center">keep</aspectratio>
  115. <colordiffuse>BulletDiffuse</colordiffuse>
  116. <visible>!IsEmpty(ListItem.Episode) + [Container.Content(seasons) | Container.Content(tvshows)]</visible>
  117. </control>
  118. <!-- Unwatched Episode Count -->
  119. <control type="label">
  120. <width min="25" max="1200">auto</width>
  121. <height>30</height>
  122. <aligny>center</aligny>
  123. <font>METF_MediaDetailsSmall</font>
  124. <textcolor>MediaDetailsEpisodes</textcolor>
  125. <label>$INFO[ListItem.Property(UnwatchedEpisodes)] $LOCALIZE[16101]</label>
  126. <visible>!IsEmpty(ListItem.Episode) + [Container.Content(seasons) | Container.Content(tvshows)]</visible>
  127. </control>
  128. </control>
  129. </control>
  130. </control>
  131. <!-- Browser -->
  132. <control type="wraplist" id="950">
  133. <viewtype label="31424">bigwrap</viewtype>
  134. <posx>-100</posx>
  135. <posy>40</posy>
  136. <height>500</height>
  137. <width>1500</width>
  138. <include condition="!Skin.HasSetting(ViewLockdown)">OnUp7000</include>
  139. <ondown>60</ondown>
  140. <onleft>950</onleft>
  141. <onright>950</onright>
  142. <orientation>horizontal</orientation>
  143. <focusposition>1</focusposition>
  144. <scrolltime>200</scrolltime>
  145. <preloaditems>2</preloaditems>
  146. <pagecontrol>60</pagecontrol>
  147. <include>Animation_FadedByMenu</include>
  148. <include>Animation_OpenCloseFade</include>
  149. <include>Animation_HiddenByInfo</include>
  150. <visible>!Skin.HasSetting(NoViewGamePosterFanarts)</visible>
  151. <visible>Container.Content(movies) | SubString(Container.FolderPath,plugin) | Container.Content(tvshows)</visible>
  152. <itemlayout width="260" height="420">
  153. <control type="group">
  154. <posx>-30</posx>
  155. <posy>9</posy>
  156. <!-- Unfocused Item - Poster -->
  157. <control type="image">
  158. <posx>20</posx>
  159. <posy>21</posy>
  160. <width>236</width>
  161. <height>362</height>
  162. <texture background="true">$INFO[ListItem.Icon]</texture>
  163. <fadetime>200</fadetime>
  164. <aspectratio scalediffuse="false">stretch</aspectratio>
  165. <visible>!IsEmpty(ListItem.Title)</visible>
  166. </control>
  167. <!-- Unfocused Item - Frame -->
  168. <control type="image">
  169. <posx>20</posx>
  170. <posy>21</posy>
  171. <width>236</width>
  172. <height>362</height>
  173. <texture>frames/ClassicFrameGlass_Vertical.png</texture>
  174. <fadetime>200</fadetime>
  175. <aspectratio scalediffuse="false">stretch</aspectratio>
  176. <colordiffuse>GlassDiffuse</colordiffuse>
  177. <visible>!IsEmpty(ListItem.Title)</visible>
  178. </control>
  179. <!-- Unfocused Item - Frame -->
  180. <control type="image">
  181. <width>285</width>
  182. <height>408</height>
  183. <texture>frames/ClassicFrame_PosterSmall.png</texture>
  184. <fadetime>200</fadetime>
  185. <aspectratio scalediffuse="false">stretch</aspectratio>
  186. <visible>!IsEmpty(ListItem.Title)</visible>
  187. </control>
  188. <!-- Unfocused Item - Watched Overlay -->
  189. <control type="image">
  190. <posx>220</posx>
  191. <posy>341</posy>
  192. <width>32</width>
  193. <height>32</height>
  194. <fadetime>200</fadetime>
  195. <texture>$INFO[ListItem.Overlay]</texture>
  196. <colordiffuse>WatchedOverlay</colordiffuse>
  197. <visible>[Container.Content(movies) + !Skin.HasSetting(HideMovieWatchedOverlays)] | [!Container.Content(movies) + !Skin.HasSetting(HideTVWatchedOverlays)]</visible>
  198. </control>
  199. </control>
  200. </itemlayout>
  201. <focusedlayout width="1030" height="420">
  202. <!-- Focused Item Poster -->
  203. <control type="group">
  204. <animation type="Focus" reversible="false">
  205. <effect type="zoom" center="100,0" start="90" end="100" time="300" tween="sine" easing="inout" />
  206. </animation>
  207. <!-- Focused Item - Poster -->
  208. <control type="image">
  209. <posx>13</posx>
  210. <posy>29</posy>
  211. <width>290</width>
  212. <height>443</height>
  213. <texture background="true">$INFO[ListItem.Icon]</texture>
  214. <aspectratio scalediffuse="false">stretch</aspectratio>
  215. <fadetime>200</fadetime>
  216. <visible>!IsEmpty(ListItem.Title)</visible>
  217. </control>
  218. <!-- Focused Item - Poster Frame -->
  219. <control type="image">
  220. <posx>-2</posx>
  221. <posy>8</posy>
  222. <width>321</width>
  223. <height>485</height>
  224. <fadetime>200</fadetime>
  225. <texture>frames/ClassicFrame_PosterMedium.png</texture>
  226. <aspectratio>stretch</aspectratio>
  227. </control>
  228. <!-- Focused Item - Watched Overlay -->
  229. <control type="image">
  230. <posx>260</posx>
  231. <posy>425</posy>
  232. <width>32</width>
  233. <height>32</height>
  234. <fadetime>200</fadetime>
  235. <texture>$INFO[ListItem.Overlay]</texture>
  236. <colordiffuse>WatchedOverlay</colordiffuse>
  237. <animation type="Focus" reversible="false">
  238. <effect type="fade" start="0" end="100" time="300" />
  239. </animation>
  240. <visible>[Container.Content(movies) + !Skin.HasSetting(HideMovieWatchedOverlays)] | [!Container.Content(movies) + !Skin.HasSetting(HideTVWatchedOverlays)]</visible>
  241. </control>
  242. </control>
  243. <!-- Focused Item Fanart -->
  244. <control type="group">
  245. <posx>309</posx>
  246. <posy>10</posy>
  247. <control type="image">
  248. <posx>23</posx>
  249. <posy>21</posy>
  250. <width>646</width>
  251. <height>362</height>
  252. <texture>frames/ClassicFrame_SegmentedDiffuse.png</texture>
  253. <fadetime>200</fadetime>
  254. <aspectratio scalediffuse="false">stretch</aspectratio>
  255. <colordiffuse>FrameBackgroundDiffuse</colordiffuse>
  256. <animation type="Focus" reversible="false">
  257. <effect type="fade" start="0" end="100" time="300" />
  258. </animation>
  259. <visible>!IsEmpty(ListItem.Title) + !Skin.HasSetting(NoSegmentedFanart)</visible>
  260. </control>
  261. <control type="image">
  262. <posx>23</posx>
  263. <posy>21</posy>
  264. <width>646</width>
  265. <height>362</height>
  266. <texture>frames/ClassicFrame_Background.png</texture>
  267. <fadetime>200</fadetime>
  268. <aspectratio scalediffuse="false">stretch</aspectratio>
  269. <colordiffuse>FrameBackgroundDiffuse</colordiffuse>
  270. <animation type="Focus" reversible="false">
  271. <effect type="fade" start="0" end="100" time="300" />
  272. </animation>
  273. <visible>!IsEmpty(ListItem.Title) + Skin.HasSetting(NoSegmentedFanart)</visible>
  274. </control>
  275. <control type="image">
  276. <posx>23</posx>
  277. <posy>21</posy>
  278. <width>646</width>
  279. <height>362</height>
  280. <texture fallback="home/movies.jpg" diffuse="frames/ClassicFrame_SegmentedDiffuse.png">$INFO[ListItem.Property(Fanart_Image)]</texture>
  281. <fadetime>200</fadetime>
  282. <aspectratio scalediffuse="false">stretch</aspectratio>
  283. <animation type="Focus" reversible="false">
  284. <effect type="fade" start="0" end="100" time="300" />
  285. </animation>
  286. <visible>!IsEmpty(ListItem.Title) + !Skin.HasSetting(NoSegmentedFanart) + ![Skin.HasSetting(landscape_jpg) + Container.Content(tvshows)]</visible>
  287. </control>
  288. <control type="image">
  289. <posx>23</posx>
  290. <posy>21</posy>
  291. <width>646</width>
  292. <height>362</height>
  293. <texture fallback="MissingLandscapeJpeg.jpg" diffuse="frames/ClassicFrame_SegmentedDiffuse.png">$INFO[ListItem.Path]landscape.jpg</texture>
  294. <fadetime>200</fadetime>
  295. <aspectratio scalediffuse="false">stretch</aspectratio>
  296. <animation type="Focus" reversible="false">
  297. <effect type="fade" start="0" end="100" time="300" />
  298. </animation>
  299. <visible>!IsEmpty(ListItem.Title) + !Skin.HasSetting(NoSegmentedFanart) + [Skin.HasSetting(landscape_jpg) + Container.Content(tvshows)]</visible>
  300. </control>
  301. <control type="image">
  302. <posx>23</posx>
  303. <posy>21</posy>
  304. <width>646</width>
  305. <height>362</height>
  306. <texture fallback="home/movies.jpg">$INFO[ListItem.Property(Fanart_Image)]</texture>
  307. <fadetime>200</fadetime>
  308. <aspectratio scalediffuse="false">stretch</aspectratio>
  309. <animation type="Focus" reversible="false">
  310. <effect type="fade" start="0" end="100" time="300" />
  311. </animation>
  312. <visible>!IsEmpty(ListItem.Title) + Skin.HasSetting(NoSegmentedFanart) + ![Skin.HasSetting(landscape_jpg) + Container.Content(tvshows)]</visible>
  313. </control>
  314. <!-- Focused Item Landscape -->
  315. <control type="image">
  316. <posx>23</posx>
  317. <posy>21</posy>
  318. <width>646</width>
  319. <height>362</height>
  320. <texture fallback="MissingLandscapeJpeg.jpg">$INFO[ListItem.Path]landscape.jpg</texture>
  321. <fadetime>200</fadetime>
  322. <aspectratio scalediffuse="false">stretch</aspectratio>
  323. <animation type="Focus" reversible="false">
  324. <effect type="fade" start="0" end="100" time="300" />
  325. </animation>
  326. <visible>!IsEmpty(ListItem.Title) + Skin.HasSetting(NoSegmentedFanart) + [Skin.HasSetting(landscape_jpg) + Container.Content(tvshows)]</visible>
  327. </control>
  328. <!-- Focused Item Segmented Fanart Frame -->
  329. <control type="image">
  330. <width>700</width>
  331. <height>410</height>
  332. <texture>frames/ClassicFrame_Segmented.png</texture>
  333. <fadetime>200</fadetime>
  334. <aspectratio scalediffuse="false">stretch</aspectratio>
  335. <animation type="Focus" reversible="false">
  336. <effect type="fade" start="0" end="100" time="300" />
  337. </animation>
  338. <visible>!IsEmpty(ListItem.Title) + !Skin.HasSetting(NoSegmentedFanart)</visible>
  339. </control>
  340. <!-- Focused Item Normal Fanart Frame -->
  341. <control type="image">
  342. <width>700</width>
  343. <height>410</height>
  344. <texture>frames/ClassicFrame_FanartMedium.png</texture>
  345. <fadetime>200</fadetime>
  346. <aspectratio scalediffuse="false">stretch</aspectratio>
  347. <animation type="Focus" reversible="false">
  348. <effect type="fade" start="0" end="100" time="300" />
  349. </animation>
  350. <visible>!IsEmpty(ListItem.Title) + Skin.HasSetting(NoSegmentedFanart)</visible>
  351. </control>
  352. </control>
  353. </focusedlayout>
  354. </control>
  355. <include>ScrollBar_Horizontal</include>
  356. </control>
  357. </include>
  358. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement