Advertisement
SamHill

View_Poster_Fixed

Mar 9th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.55 KB | None | 0 0
  1. <includes>
  2. <include name="View_Poster_Fixed">
  3. <control type="group">
  4. <visible>Control.IsVisible(53)</visible>
  5. <!-- Browser -->
  6. <control type="fixedlist" id="53">
  7. <viewtype label="31283">icon</viewtype>
  8. <onleft>53</onleft>
  9. <onright>53</onright>
  10. <posx>20</posx>
  11. <posy>70</posy>
  12. <height>515</height>
  13. <width>1240</width>
  14. <include condition="!Skin.HasSetting(ViewLockdown)">OnUp7000</include>
  15. <ondown>60</ondown>
  16. <orientation>horizontal</orientation>
  17. <focusposition>1</focusposition>
  18. <scrolltime>200</scrolltime>
  19. <preloaditems>2</preloaditems>
  20. <pagecontrol>60</pagecontrol>
  21. <include>Animation_OpenCloseFade</include>
  22. <include>Animation_FadedByMenu</include>
  23. <include>Animation_HiddenByInfo</include>
  24. <visible>!Skin.HasSetting(NoViewPosterFixed)</visible>
  25. <visible>Window.IsActive(videolibrary) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons)]</visible>
  26. <itemlayout width="195" height="245">
  27. <control type="image">
  28. <posx>16</posx>
  29. <posy>121</posy>
  30. <width>164</width>
  31. <height>241</height>
  32. <texture background="true">$INFO[ListItem.Icon]</texture>
  33. <aspectratio scalediffuse="false">keep</aspectratio>
  34. <fadetime>200</fadetime>
  35. <visible>IsEmpty(ListItem.Title)</visible>
  36. </control>
  37. <control type="image">
  38. <posx>16</posx>
  39. <posy>121</posy>
  40. <width>164</width>
  41. <height>241</height>
  42. <texture background="true">$INFO[ListItem.Icon]</texture>
  43. <aspectratio scalediffuse="false">stretch</aspectratio>
  44. <fadetime>200</fadetime>
  45. <visible>!IsEmpty(ListItem.Title)</visible>
  46. </control>
  47. <control type="image">
  48. <posx>0</posx>
  49. <posy>103</posy>
  50. <width>199</width>
  51. <height>276</height>
  52. <fadetime>200</fadetime>
  53. <texture>frames/ClassicFrame_PosterSmall.png</texture>
  54. <aspectratio>stretch</aspectratio>
  55. </control>
  56. <control type="image">
  57. <posx>150</posx>
  58. <posy>330</posy>
  59. <width>24</width>
  60. <height>24</height>
  61. <fadetime>200</fadetime>
  62. <texture>$INFO[ListItem.Overlay]</texture>
  63. <colordiffuse>WatchedOverlay</colordiffuse>
  64. <visible>[Container.Content(movies) + !Skin.HasSetting(HideMovieWatchedOverlays)] | [!Container.Content(movies) + !Skin.HasSetting(HideTVWatchedOverlays)]</visible>
  65. </control>
  66. </itemlayout>
  67. <focusedlayout width="265" height="400">
  68. <control type="image">
  69. <posx>13</posx>
  70. <posy>71</posy>
  71. <width>240</width>
  72. <height>353</height>
  73. <texture background="true">$INFO[ListItem.Icon]</texture>
  74. <aspectratio scalediffuse="false">keep</aspectratio>
  75. <fadetime>200</fadetime>
  76. <animation type="Focus" reversible="false">
  77. <effect type="zoom" center="auto" start="68" end="100" time="300" tween="sine" easing="inout" />
  78. <!--
  79. <effect type="fade" start="0" end="100" time="300" />
  80. -->
  81. </animation>
  82. <visible>IsEmpty(ListItem.Title)</visible>
  83. </control>
  84. <control type="image">
  85. <posx>13</posx>
  86. <posy>71</posy>
  87. <width>240</width>
  88. <height>353</height>
  89. <texture background="true">$INFO[ListItem.Icon]</texture>
  90. <aspectratio scalediffuse="false">stretch</aspectratio>
  91. <fadetime>200</fadetime>
  92. <animation type="Focus" reversible="false">
  93. <effect type="zoom" center="auto" start="68" end="100" time="300" tween="sine" easing="inout" />
  94. <!--
  95. <effect type="fade" start="0" end="100" time="300" />
  96. -->
  97. </animation>
  98. <visible>!IsEmpty(ListItem.Title)</visible>
  99. </control>
  100. <control type="image">
  101. <posx>-2</posx>
  102. <posy>50</posy>
  103. <width>271</width>
  104. <height>395</height>
  105. <fadetime>200</fadetime>
  106. <texture>frames/ClassicFrame_PosterMedium.png</texture>
  107. <animation type="Focus" reversible="false">
  108. <effect type="zoom" center="auto" start="68" end="100" time="300" tween="sine" easing="inout" />
  109. <!--
  110. <effect type="fade" start="0" end="100" time="300" />
  111. -->
  112. </animation>
  113. <aspectratio>stretch</aspectratio>
  114. </control>
  115. <control type="image">
  116. <posx>212</posx>
  117. <posy>381</posy>
  118. <width>32</width>
  119. <height>32</height>
  120. <fadetime>200</fadetime>
  121. <texture>$INFO[ListItem.Overlay]</texture>
  122. <colordiffuse>WatchedOverlay</colordiffuse>
  123. <animation type="Focus" reversible="false">
  124. <effect type="zoom" center="135,198" start="75" end="100" time="300" tween="sine" easing="inout" />
  125. <!--
  126. <effect type="fade" start="0" end="100" time="300" />
  127. -->
  128. </animation>
  129. <visible>[Container.Content(movies) + !Skin.HasSetting(HideMovieWatchedOverlays)] | [!Container.Content(movies) + !Skin.HasSetting(HideTVWatchedOverlays)]</visible>
  130. </control>
  131. </focusedlayout>
  132. </control>
  133. <!-- Browser label and flags -->
  134. <control type="group">
  135. <include>Animation_OpenCloseFade</include>
  136. <include>Animation_FadedByMenu</include>
  137. <include>Animation_HiddenByInfo</include>
  138. <visible>!IsEmpty(ListItem.Title)</visible>
  139. <!-- Movie and TV Show Titles -->
  140. <control type="fadelabel">
  141. <posx>500</posx>
  142. <posy>450</posy>
  143. <width>760</width>
  144. <height>30</height>
  145. <aligny>center</aligny>
  146. <scrollout>true</scrollout>
  147. <pauseatend>400</pauseatend>
  148. <font>METF_TitleTextLarge</font>
  149. <textcolor>TitleText</textcolor>
  150. <label>$INFO[ListItem.Label]</label>
  151. <visible>!Container.Content(seasons)</visible>
  152. </control>
  153. <!-- Season - TV Show Title -->
  154. <control type="fadelabel">
  155. <posx>500</posx>
  156. <posy>450</posy>
  157. <width>760</width>
  158. <height>30</height>
  159. <aligny>center</aligny>
  160. <scrollout>false</scrollout>
  161. <pauseatend>400</pauseatend>
  162. <font>METF_TitleTextLarge</font>
  163. <textcolor>TitleText</textcolor>
  164. <label>$INFO[ListItem.TVShowTitle]</label>
  165. <visible>Container.Content(seasons)</visible>
  166. </control>
  167. <!-- Genre -->
  168. <control type="label">
  169. <posx>500</posx>
  170. <posy>481</posy>
  171. <width>760</width>
  172. <height>30</height>
  173. <font>METF_MediaDetailsSmall</font>
  174. <textcolor>MediaDetailsGenre</textcolor>
  175. <label>$INFO[ListItem.Genre]</label>
  176. <visible>!IsEmpty(ListItem.Genre) + !Container.Content(seasons)</visible>
  177. </control>
  178. <!-- Season Number -->
  179. <control type="label">
  180. <posx>500</posx>
  181. <posy>481</posy>
  182. <width>760</width>
  183. <height>30</height>
  184. <font>METF_MediaDetailsSmall</font>
  185. <textcolor>MediaDetailsInfo</textcolor>
  186. <label>$INFO[ListItem.Label]</label>
  187. <visible>Container.Content(seasons)</visible>
  188. </control>
  189. <!-- Movie Sets -->
  190. <control type="label">
  191. <posx>206</posx>
  192. <posy>509</posy>
  193. <width>290</width>
  194. <height>30</height>
  195. <align>center</align>
  196. <font>METF_MediaDetailsSmall</font>
  197. <textcolor>MediaDetailsInfo</textcolor>
  198. <label>$LOCALIZE[31313]</label>
  199. <visible>Container.Content(movies) + IsEmpty(ListItem.path) + !StringCompare(ListItem.Label,..)</visible>
  200. </control>
  201. <!-- Movies - If the Year Info is empty -->
  202. <control type="label">
  203. <posx>206</posx>
  204. <posy>509</posy>
  205. <width>290</width>
  206. <height>30</height>
  207. <align>center</align>
  208. <font>METF_MediaDetailsSmall</font>
  209. <textcolor>MediaDetailsDuration</textcolor>
  210. <label>$INFO[ListItem.Duration,, [LOWERCASE]$LOCALIZE[31299][/LOWERCASE]]</label>
  211. <visible>[IsEmpty(ListItem.Year) + !IsEmpty(ListItem.Duration) + !SubString(ListItem.Duration,min)] + Container.Content(movies)</visible>
  212. </control>
  213. <control type="label">
  214. <posx>206</posx>
  215. <posy>509</posy>
  216. <width>290</width>
  217. <height>30</height>
  218. <align>center</align>
  219. <font>METF_MediaDetailsSmall</font>
  220. <textcolor>MediaDetailsDuration</textcolor>
  221. <label>$INFO[ListItem.Duration]</label>
  222. <visible>[IsEmpty(ListItem.Year) + !IsEmpty(ListItem.Duration) + SubString(ListItem.Duration,min)] + Container.Content(movies)</visible>
  223. </control>
  224. <!-- Tagline -->
  225. <control type="textbox">
  226. <posx>500</posx>
  227. <posy>130</posy>
  228. <width>760</width>
  229. <height>50</height>
  230. <align>left</align>
  231. <font>METF_PlotText</font>
  232. <textcolor>TextNF</textcolor>
  233. <label>$INFO[ListItem.Tagline]</label>
  234. <visible>Container.Content(movies) + !IsEmpty(ListItem.Tagline)</visible>
  235. </control>
  236. </control>
  237. <control type="grouplist">
  238. <posx>206</posx>
  239. <posy>509</posy>
  240. <width>290</width>
  241. <height>30</height>
  242. <align>center</align>
  243. <itemgap>10</itemgap>
  244. <orientation>horizontal</orientation>
  245. <include>Animation_OpenCloseFade</include>
  246. <include>Animation_FadedByMenu</include>
  247. <include>Animation_HiddenByInfo</include>
  248. <!-- Year -->
  249. <control type="label">
  250. <width min="25" max="260">auto</width>
  251. <height>30</height>
  252. <aligny>center</aligny>
  253. <font>METF_MediaDetailsSmall</font>
  254. <textcolor>MediaDetailsYear</textcolor>
  255. <label>$INFO[ListItem.Year]</label>
  256. <visible>!IsEmpty(ListItem.Year) + [Container.Content(tvshows) | Container.Content(movies)]</visible>
  257. </control>
  258. <!-- Bullet -->
  259. <control type="image">
  260. <width>8</width>
  261. <height>32</height>
  262. <texture>Dot.png</texture>
  263. <aspectratio align="center" aligny="center">keep</aspectratio>
  264. <colordiffuse>BulletDiffuse</colordiffuse>
  265. <visible>![IsEmpty(ListItem.Year) | IsEmpty(ListItem.Duration)] + [Container.Content(tvshows) | Container.Content(movies)]</visible>
  266. </control>
  267. <!-- Duration -->
  268. <control type="label">
  269. <width min="25" max="260">auto</width>
  270. <height>30</height>
  271. <aligny>center</aligny>
  272. <font>METF_MediaDetailsSmall</font>
  273. <textcolor>MediaDetailsDuration</textcolor>
  274. <label>$INFO[ListItem.Duration,, [LOWERCASE]$LOCALIZE[31299][/LOWERCASE]]</label>
  275. <visible>!IsEmpty(ListItem.Duration) + !SubString(ListItem.Duration,min) + Container.Content(movies)</visible>
  276. </control>
  277. <control type="label">
  278. <width min="25" max="260">auto</width>
  279. <height>30</height>
  280. <aligny>center</aligny>
  281. <font>METF_MediaDetailsSmall</font>
  282. <textcolor>MediaDetailsDuration</textcolor>
  283. <label>$INFO[ListItem.Duration]</label>
  284. <visible>!IsEmpty(ListItem.Duration) + SubString(ListItem.Duration,min) + Container.Content(movies)</visible>
  285. </control>
  286. <!-- Bullet -->
  287. <control type="image">
  288. <width>8</width>
  289. <height>32</height>
  290. <texture>Dot.png</texture>
  291. <aspectratio align="center" aligny="center">keep</aspectratio>
  292. <colordiffuse>BulletDiffuse</colordiffuse>
  293. <visible>![IsEmpty(ListItem.Duration) | IsEmpty(ListItem.Property(NumEpisodes))] | [IsEmpty(ListItem.Duration) + Container.Content(tvshows)]</visible>
  294. </control>
  295. <!-- Episode Count -->
  296. <control type="label">
  297. <width min="25" max="260">auto</width>
  298. <height>30</height>
  299. <aligny>center</aligny>
  300. <font>METF_MediaDetailsSmall</font>
  301. <textcolor>MediaDetailsEpisodes</textcolor>
  302. <label>$INFO[ListItem.Property(NumEpisodes)] $LOCALIZE[20360]</label>
  303. <visible>!IsEmpty(ListItem.Property(NumEpisodes)) + [Container.Content(tvshows) | Container.Content(seasons)]</visible>
  304. </control>
  305. </control>
  306. <include>ScrollBar_Horizontal</include>
  307. </control>
  308. </include>
  309. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement