Advertisement
Guest User

dialogvideoinfo.xml

a guest
Nov 10th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.11 KB | None | 0 0
  1. <!-- Aeon MQ 6 Tv Show Stars Votes-->
  2.  
  3. <window id="2003">
  4. <defaultcontrol always="true">149</defaultcontrol>
  5. <onload>ClearProperty(script.metadata.actors.isactive)</onload>
  6. <onload condition="Skin.HasSetting(ontvtunes) + System.HasAddon(script.tvtunes)">RunScript(script.tvtunes,backend=True)</onload>
  7. <onload condition="System.HasAddon(script.videoextras)">RunScript(script.videoextras,check,"$INFO[ListItem.FilenameAndPath]")</onload>
  8. <controls>
  9.  
  10.  
  11. <control type="group">
  12. <animation effect="slide" start="-800,0" end="0,0" time="500" tween="quadratic">WindowOpen</animation>
  13. <animation effect="slide" end="-800,0" time="500" tween="quadratic">WindowClose</animation>
  14. <animation effect="slide" start="-800,0" end="0,0" time="500" tween="quadratic" condition="![Window.IsVisible(script-ExtendedInfo Script-DialogVideoInfo.xml) | Window.IsVisible(script-ExtendedInfo Script-DialogInfo.xml)]">Conditional</animation>
  15. <animation effect="slide" end="-800,0" time="500" tween="quadratic" condition="Window.IsVisible(script-ExtendedInfo Script-DialogVideoInfo.xml) | Window.IsVisible(script-ExtendedInfo Script-DialogInfo.xml)">Conditional</animation>
  16. <right>800</right>
  17.  
  18.  
  19. <control type="group"><!-- default group -->
  20.  
  21. <!-- Window Fade = <include>Animation_Window</include>-->
  22.  
  23. <animation effect="fade" start="100" end="0" time="300" condition="StringCompare(Window.Property(script.metadata.actors.isactive),1)">Conditional</animation>
  24.  
  25. <control type="multiimage"><!-- Multi Fanart -->
  26. <include>WindowBG</include>
  27. <imagepath background="true">$VAR[value_videofanart]</imagepath>
  28. </control>
  29.  
  30. <control type="image"><!-- Single Fanart -->
  31. <width>800</width><!-- Added width and height -->
  32. <height>720</height>
  33. <include>WindowBG</include>
  34. <texture background="true">$VAR[value_defaultvideofanart]</texture>
  35. </control>
  36.  
  37. <control type="multiimage" id="5020"><!-- Extra Fanart Movies/TvShows/MusicVideos -->
  38. <include>InvisibleButton</include>
  39. <imagepath background="true">$INFO[ListItem.Path]extrafanart/</imagepath>
  40. <visible>Container.Content(movies) + !Skin.HasSetting(trailers) + SubString(skin.string(moviesfanart),extra) | Container.Content(tvshows) + SubString(skin.string(tvshowsfanart),extra) | Container.Content(musicvideos) + SubString(skin.string(musicvideosfanart),extra)</visible>
  41. </control>
  42. <control type="multiimage" id="5021"><!-- Extra Fanart Seasons -->
  43. <include>InvisibleButton</include>
  44. <imagepath background="true">$INFO[ListItem.Path,,extrafanart/]</imagepath>
  45. <visible>Container.Content(seasons) + SubString(skin.string(seasonsfanart),extra)</visible>
  46. </control>
  47. <control type="multiimage" id="5022"><!-- Extra Fanart Episodes -->
  48. <include>InvisibleButton</include>
  49. <imagepath background="true">$INFO[ListItem.Path,,../extrafanart/]</imagepath>
  50. <visible>Container.Content(episodes) + SubString(skin.string(episodesfanart),extra)</visible>
  51. </control>
  52. <control type="image" id="5023"><!-- Season Fanart -->
  53. <include>InvisibleButton</include>
  54. <texture background="true">$INFO[ListItem.Path]$INFO[ListItem.Label,,/fanart.jpg]</texture>
  55. <visible>Container.Content(seasons) + SubString(skin.string(seasonsfanart),seasons)</visible>
  56. </control>
  57. <control type="image" id="5024"><!-- Season Fanart/episodes -->
  58. <include>InvisibleButton</include>
  59. <texture background="true">$INFO[ListItem.Path,,fanart.jpg]</texture>
  60. <visible>Container.Content(episodes) + SubString(skin.string(episodesfanart),seasons)</visible>
  61. </control>
  62. <include>LiveBG</include>
  63.  
  64.  
  65.  
  66. <control type="image"><!-- Title Shadow -->
  67. <posx>0</posx>
  68. <posy>0</posy>
  69. <width>800</width>
  70. <height>720</height>
  71. <texture>black.png</texture>
  72. <colordiffuse>A5FFFFFF</colordiffuse>
  73. <include>Animation_Fade</include>
  74. </control>
  75.  
  76. <control type="image">
  77. <posx>0</posx>
  78. <posy>0</posy>
  79. <height>150</height>
  80. <width>800</width>
  81. <texture flipy="true">shadow_mask.png</texture>
  82. <colordiffuse>75000000</colordiffuse>
  83. </control>
  84. <control type="label"><!-- Title -->
  85. <posx>30</posx>
  86. <posy>8</posy>
  87. <width>558</width>
  88. <height>40</height>
  89. <font>Font_40</font>
  90. <label>$VAR[value_videotitle]</label>
  91. <textcolor>FFFFFAF0</textcolor>
  92. <scroll>true</scroll>
  93. </control>
  94. <!-- edited for MV / Tagline -->
  95. <control type="label">
  96. <posx>30</posx>
  97. <posy>50</posy>
  98. <width>558</width>
  99. <height>25</height>
  100. <font>Font_21</font>
  101. <label>$INFO[ListItem.tagline]</label>
  102. <textcolor>FFFFFAF0</textcolor>
  103. <scroll>true</scroll>
  104. <visible>!Container.Content(musicvideos)</visible>
  105. </control>
  106. <!-- added for mv TOP LEFT display Title/artist -->
  107. <control type="label">
  108. <posx>30</posx>
  109. <posy>50</posy>
  110. <width>1100</width>
  111. <height>25</height>
  112. <font>Font_21</font>
  113. <label>$INFO[ListItem.Artist]</label>
  114. <textcolor>FFFFFAF0</textcolor>
  115. <scroll>true</scroll>
  116. <visible>Container.Content(musicvideos)</visible>
  117. </control>
  118.  
  119. <control type="image"><!-- Star -->
  120. <posx>720</posx>
  121. <posy>5</posy>
  122. <width>73</width>
  123. <height>73</height>
  124. <align>center</align>
  125. <aligny>center</aligny>
  126. <texture>imdbstar.png</texture>
  127. <colordiffuse>FFFFFAF0</colordiffuse>
  128. <visible>!IsEmpty(ListItem.Top250) </visible>
  129. </control>
  130.  
  131.  
  132. <control type="label"><!-- Rating on star -->
  133. <posx>726</posx>
  134. <posy>15</posy>
  135. <width>60</width>
  136. <height>60</height>
  137. <align>center</align>
  138. <aligny>center</aligny>
  139. <font>Font_18A</font>
  140. <label>[B]$INFO[ListItem.Rating][/B]</label>
  141. <textcolor>black</textcolor>
  142. <visible>!IsEmpty(ListItem.Top250) </visible>
  143. </control>
  144.  
  145. <control type="image"><!-- Small Stars -->
  146. <left>630</left>
  147. <top>5</top>
  148. <width>155</width>
  149. <height>45</height>
  150. <info>ListItem.StarRating</info>
  151. <aspectratio align="left" aligny="center">keep</aspectratio>
  152. <colordiffuse>$VAR[value_headercolor]</colordiffuse>
  153. <visible>IsEmpty(ListItem.Top250) + [Container.Content(movies) | Container.Content(tvshows)]</visible>
  154. </control>
  155.  
  156. <control type="label"><!-- Rating and votes -->
  157. <left>553</left>
  158. <top>50</top>
  159. <width>235</width>
  160. <height>25</height>
  161. <align>right</align>
  162. <aligny>center</aligny>
  163. <font>Font_21</font>
  164. <label>[B]$INFO[ListItem.RatingAndVotes][/B]</label>
  165. <textcolor>FFFFFAF0</textcolor>
  166. <visible>IsEmpty(ListItem.Top250) + [Container.Content(movies) | Container.Content(tvshows)]</visible>
  167. </control>
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175. <!-- Imdb Show Top 250 logo -->
  176.  
  177. <control type="image">
  178. <left>575</left>
  179. <top>7</top>
  180. <width>130</width>
  181. <height>60</height>
  182. <texture>imdb250.png</texture>
  183. <visible>!IsEmpty(ListItem.Top250) </visible>
  184. </control>
  185. <control type="Label">
  186. <left>640</left>
  187. <top>60</top>
  188. <width>700</width>
  189. <height>625</height>
  190. <align>left</align>
  191. <label>[B]$INFO[ListItem.Top250,#][/B]</label>
  192. <font>font14</font>
  193. <textcolor>gold</textcolor>
  194. <visible>!IsEmpty(ListItem.Top250) </visible>
  195. </control>
  196.  
  197.  
  198. <control type="image"><!-- Background shadow -->
  199. <posx>0</posx>
  200. <posy>80</posy>
  201. <width>802</width>
  202. <height>386</height>
  203. <texture>darkgrey.png</texture>
  204. <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
  205. <include>Animation_DefaultGlass</include>
  206. </control>
  207. <control type="image">
  208. <posx>0</posx>
  209. <posy>0</posy>
  210. <width>802</width>
  211. <height>80</height>
  212. <texture>gradient_small.png</texture>
  213. <colordiffuse>80FFFAF0</colordiffuse>
  214. </control>
  215.  
  216.  
  217. <control type="image"><!-- Certification -->
  218. <posx>-10</posx>
  219. <posy>85</posy>
  220. <height>50</height>
  221. <width>128</width>
  222. <align>center</align>
  223. <aligny>center</aligny>
  224. <aspectratio>keep</aspectratio>
  225. <texture>$VAR[value_mpaa]</texture>
  226. </control>
  227.  
  228.  
  229.  
  230.  
  231. <control type="Label"><!-- Duration Minutes -->
  232. <posx>90</posx>
  233. <posy>100</posy>
  234. <width>800</width>
  235. <height>750</height>
  236. <align>left</align>
  237. <label>$VAR[value_ground16_value]</label>
  238. <font>Font_18A</font>
  239. <shadowcolor>shadow</shadowcolor>
  240. <textcolor>white</textcolor>
  241. </control>
  242.  
  243.  
  244. <control type="label"><!-- Year -->
  245. <posx>220</posx>
  246. <posy>80</posy>
  247. <height>40</height>
  248. <width>110</width>
  249. <align>left</align>
  250. <aligny>center</aligny>
  251. <font>Font_24A</font>
  252. <label>$INFO[ListItem.Year]</label>
  253. <textcolor>FFFFFAF0</textcolor>
  254. </control>
  255.  
  256.  
  257.  
  258.  
  259. <control type="label"><!-- Genre -->
  260. <posx>220</posx>
  261. <posy>103</posy>
  262. <height>40</height>
  263. <width>490</width>
  264. <align>left</align>
  265. <aligny>center</aligny>
  266. <font>Font_18A</font>
  267. <label>$INFO[ListItem.Genre]</label>
  268. <textcolor>FFFFFAF0</textcolor>
  269. <scroll>true</scroll>
  270. <scrollout>false</scrollout>
  271. </control>
  272. <!-- edit for MV -->
  273. <control type="list" id="49"><!-- info list -->
  274.  
  275. <posx>20</posx>
  276. <posy>145</posy>
  277. <width>500</width>
  278. <height>330</height>
  279. <onleft>149</onleft>
  280. <onright>149</onright>
  281. <onup>149</onup>
  282. <ondown>149</ondown>
  283. <itemgap>0</itemgap>
  284. <pagecontrol>-</pagecontrol>
  285. <scrolltime>200</scrolltime>
  286.  
  287.  
  288. <itemlayout height="20">
  289.  
  290. <control type="label"><!-- Name,Director,Language labels -->
  291. <left>0</left>
  292. <posx>170</posx>
  293. <posy>0</posy>
  294. <width>200</width>
  295. <height>20</height>
  296. <align>center</align>
  297. <aligny>center</aligny>
  298. <font>Font_18A</font>
  299. <textcolor>$VAR[value_headercolor]</textcolor>
  300. <selectedcolor>$VAR[value_headercolor]</selectedcolor>
  301. <label>$INFO[ListItem.Label]</label>
  302. <scroll>true</scroll>
  303. </control>
  304.  
  305. <control type="label"><!-- Name,Director,Language values -->
  306. <posx>200</posx>
  307. <posy>0</posy>
  308. <width>320</width>
  309. <height>20</height>
  310. <align>left</align>
  311. <aligny>center</aligny>
  312. <font>Font_18A</font>
  313. <textcolor>FFFFFAF0</textcolor>
  314. <selectedcolor>E4101010</selectedcolor>
  315. <label>$INFO[ListItem.Label2]</label>
  316. <scroll>true</scroll>
  317. </control>
  318.  
  319. </itemlayout>
  320. <focusedlayout height="20">
  321. <control type="image">
  322. <left>0</left>
  323. <posx>190</posx>
  324. <posy>0</posy>
  325. <width>520</width>
  326. <height>20</height>
  327. <texture>settings_button_focus.png</texture>
  328. <visible>Control.HasFocus(49)</visible>
  329. </control>
  330.  
  331. <control type="label"><!-- Original Title label -->
  332. <left>0</left>
  333. <posx>170</posx>
  334. <posy>0</posy>
  335. <width>200</width>
  336. <height>20</height>
  337. <align>center</align>
  338. <aligny>center</aligny>
  339. <font>Font_18A</font>
  340. <textcolor>$VAR[value_headercolor]</textcolor>
  341. <selectedcolor>$VAR[value_headercolor]</selectedcolor>
  342. <label>$INFO[ListItem.Label]</label>
  343. </control>
  344.  
  345. <control type="label"><!-- Original Title value -->
  346. <posx>200</posx>
  347. <posy>0</posy>
  348. <width>320</width>
  349. <height>20</height>
  350. <align>left</align>
  351. <aligny>center</aligny>
  352. <font>Font_18A</font>
  353. <textcolor>FFFFFAF0</textcolor>
  354. <selectedcolor>$VAR[value_headercolorfocus]</selectedcolor>
  355. <label>$INFO[ListItem.Label2]</label>
  356. <visible>!Control.HasFocus(49)</visible>
  357. <scroll>true</scroll>
  358. </control>
  359.  
  360. <control type="label">
  361. <posx>200</posx>
  362. <posy>0</posy>
  363. <width>320</width>
  364. <height>20</height>
  365. <align>left</align>
  366. <aligny>center</aligny>
  367. <font>Font_18A</font>
  368. <textcolor>E4101010</textcolor>
  369. <selectedcolor>$VAR[value_headercolorfocus]</selectedcolor>
  370. <label>$INFO[ListItem.Label2]</label>
  371. <visible>Control.HasFocus(49)</visible>
  372. </control>
  373.  
  374. </focusedlayout>
  375. <content>
  376. <!-- edited in IncludeVariables for MV -->
  377. <item>
  378. <label>$VAR[value_videoinfo_label1]</label><!-- Original Title/Movies - Premiered/TvShows -->
  379. <label2>$VAR[value_videoinfo_value1]</label2>
  380. <onclick>noop</onclick>
  381. </item>
  382. <item>
  383. <label>$LOCALIZE[574]</label><!-- Country -->
  384. <label2>$INFO[ListItem.Country]</label2>
  385. <onclick>noop</onclick>
  386. </item>
  387.  
  388. <item>
  389. <label>$LOCALIZE[20339]</label><!-- Director-->
  390. <label2>$INFO[ListItem.Director]</label2>
  391. <onclick>SendClick(2003,13)</onclick>
  392. <visible>!Container.Content(musicvideos)</visible>
  393. </item>
  394.  
  395. <item>
  396. <label>$LOCALIZE[20417]</label><!-- Writer -->
  397. <label2>$INFO[ListItem.Writer]</label2>
  398. <onclick>SendClick(2003,13)</onclick>
  399. <visible>!Container.Content(musicvideos)</visible>
  400. </item>
  401.  
  402. <item>
  403. <label>$LOCALIZE[20339]</label><!-- Director for MV -->
  404. <label2>$INFO[ListItem.Director]</label2>
  405. <onclick>SendClick(2003,13)</onclick>
  406. <visible>Container.Content(musicvideos)</visible>
  407. </item>
  408.  
  409. <!-- Studios -->
  410. <item>
  411. <label>$LOCALIZE[572]</label>
  412. <label2>$INFO[ListItem.Studio]</label2>
  413. <onclick>noop</onclick>
  414. </item>
  415.  
  416.  
  417. <!-- Duration --><!--
  418. <item>
  419. <label>$LOCALIZE[180]</label>
  420. <label2>$VAR[value_videoinfo_value5]</label2>
  421. <onclick>noop</onclick>
  422. </item>
  423. -->
  424.  
  425. <item>
  426. <label>31179</label><!-- Audio Language -->
  427. <label2>$INFO[Window.Property(AudioLanguage.1)]$INFO[Window.Property(AudioLanguage.2), / ]$INFO[Window.Property(AudioLanguage.3), / ]$INFO[Window.Property(AudioLanguage.4), / ]$INFO[Window.Property(AudioLanguage.5), / ]$INFO[Window.Property(AudioLanguage.6), / ]$INFO[Window.Property(AudioLanguage.7), / ]$INFO[Window.Property(AudioLanguage.8), / ]$INFO[Window.Property(AudioLanguage.9), / ]$INFO[Window.Property(AudioLanguage.10), / ]</label2>
  428. <onclick>noop</onclick>
  429. </item>
  430. <item>
  431. <label>$LOCALIZE[287]</label><!-- Subtitile Language -->
  432. <label2>$INFO[Window.Property(SubtitleLanguage.1)]$INFO[Window.Property(SubtitleLanguage.2), / ]$INFO[Window.Property(SubtitleLanguage.3), / ]$INFO[Window.Property(SubtitleLanguage.4), / ]$INFO[Window.Property(SubtitleLanguage.5), / ]$INFO[Window.Property(SubtitleLanguage.6), / ]$INFO[Window.Property(SubtitleLanguage.7), / ]$INFO[Window.Property(SubtitleLanguage.8), / ]$INFO[Window.Property(SubtitleLanguage.9), / ]$INFO[Window.Property(SubtitleLanguage.10), / ]</label2>
  433. <onclick>noop</onclick>
  434. <visible>!IsEmpty(ListItem.Duration) | Container.Content(TVShows)</visible>
  435. </item>
  436.  
  437. <!-- Path --><!--
  438. <item>
  439. <label>$LOCALIZE[573]</label>
  440. <label2>$INFO[ListItem.FilenameAndPath]</label2>
  441. <onclick>noop</onclick>
  442. <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
  443. </item>
  444. -->
  445.  
  446.  
  447. </content>
  448. </control>
  449.  
  450. <control type="label"> <!-- Display none label when no subtitles present -->
  451. <posx>221</posx>
  452. <posy>265</posy>
  453. <width>320</width>
  454. <height>20</height>
  455. <align>left</align>
  456. <aligny>center</aligny>
  457. <font>Font_18A</font>
  458. <textcolor>FFFFFAF0</textcolor>
  459. <selectedcolor>E4101010</selectedcolor>
  460. <label>-----</label>
  461. <visible>IsEmpty(ListItem.SubtitleLanguage)</visible>
  462. </control>
  463.  
  464. <!-- Votes Label-->
  465.  
  466. <control type="label">
  467. <posx>20</posx>
  468. <posy>285</posy>
  469. <width>200</width>
  470. <height>20</height>
  471. <align>center</align>
  472. <aligny>center</aligny>
  473. <font>Font_18A</font>
  474. <textcolor>$VAR[value_headercolor]</textcolor>
  475. <label>Votes</label>
  476. <visible>!IsEmpty(ListItem.Top250) </visible>
  477.  
  478. </control>
  479.  
  480.  
  481. <!-- Votes Value-->
  482.  
  483. <control type="label">
  484. <posx>220</posx>
  485. <posy>285</posy>
  486. <width>320</width>
  487. <height>20</height>
  488. <align>left</align>
  489. <aligny>center</aligny>
  490. <font>Font_18A</font>
  491. <textcolor>FFFFFAF0</textcolor>
  492. <selectedcolor>E4101010</selectedcolor>
  493. <label>$INFO[ListItem.votes]</label>
  494. <visible>!IsEmpty(ListItem.Top250) </visible>
  495.  
  496. </control>
  497.  
  498.  
  499.  
  500.  
  501. <control type="image">
  502. <posx>205</posx>
  503. <posy>80</posy>
  504. <height>230</height>
  505. <width>2</width>
  506. <texture>separator_v.png</texture>
  507. </control>
  508.  
  509. <control type="image"><!--Separator top of info -->
  510. <posx>0</posx>
  511. <posy>136</posy>
  512. <height>2</height>
  513. <width>520</width>
  514. <texture>separator.png</texture>
  515. </control>
  516.  
  517.  
  518. <control type="image"><!--Separator below info -->
  519. <posx>0</posx>
  520. <posy>310</posy>
  521. <height>2</height>
  522. <width>520</width>
  523. <texture>separator.png</texture>
  524. </control>
  525.  
  526.  
  527.  
  528. <!--Separator between clearart and discart -->
  529. <!--
  530. <control type="image">
  531. <posx>520</posx>
  532. <posy>203</posy>
  533. <height>2</height>
  534. <width>280</width>
  535. <texture>separator.png</texture>
  536. </control>
  537. -->
  538.  
  539. <control type="image">
  540. <posx>0</posx>
  541. <posy>310</posy>
  542. <height>2</height>
  543. <width>719</width>
  544. <texture>separator.png</texture>
  545. <visible>Container.Content(episodes)</visible>
  546. </control>
  547.  
  548. <control type="textbox"><!-- Plot -->
  549. <posx>30</posx>
  550. <posy>320</posy>
  551. <width>480</width>
  552. <height>133</height>
  553. <align>justify</align>
  554. <font>Font_18A</font>
  555. <label>$INFO[ListItem.Plot]</label>
  556. <textcolor>FFFFFAF0</textcolor>
  557. <autoscroll delay="15000" time="5000" repeat="15000">!Skin.HasSetting(noinfoplotscroll)</autoscroll>
  558. <visible>!Container.Content(episodes)</visible>
  559. </control>
  560.  
  561. <control type="textbox"><!-- Plot -->
  562. <posx>30</posx>
  563. <posy>320</posy>
  564. <width>480</width>
  565. <height>133</height>
  566. <align>justify</align>
  567. <font>Font_18A</font>
  568. <label>$INFO[ListItem.Plot]</label>
  569. <textcolor>FFFFFAF0</textcolor>
  570. <autoscroll delay="15000" time="5000" repeat="15000">!Skin.HasSetting(noinfoplotscroll)</autoscroll>
  571. <visible>Container.Content(episodes)</visible>
  572. </control>
  573.  
  574. <control type="image"><!--Separator to left of poster top -->
  575. <posx>520</posx>
  576. <posy>80</posy>
  577. <width>2</width>
  578. <height>230</height>
  579. <texture>separator_v.png</texture>
  580. <visible>!Container.Content(episodes)</visible>
  581. </control>
  582.  
  583. <control type="image"><!--Separator to left of poster below -->
  584. <posx>520</posx>
  585. <posy>235</posy>
  586. <width>2</width>
  587. <height>230</height>
  588. <texture>separator_v.png</texture>
  589. <visible>!Container.Content(episodes)</visible>
  590. </control>
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. <!--
  598. <control type="image">
  599. <posx>986</posx>
  600. <posy>80</posy>
  601. <width>2</width>
  602. <height>384</height>
  603. <texture>separator_v.png</texture>
  604. <animation effect="slide" end="-266,0" time="0" condition="Container.Content(episodes)">Conditional</animation>
  605. </control>
  606.  
  607. <control type="image">
  608. <posx>0</posx>
  609. <posy>80</posy>
  610. <height>2</height>
  611. <width>1280</width>
  612. <texture>separator.png</texture>
  613. </control>
  614. -->
  615.  
  616.  
  617.  
  618. <control type="image"><!-- Flag Bar Below Cast -->
  619. <left>0</left>
  620. <top>650</top>
  621. <width>1280</width>
  622. <height>70</height>
  623. <texture>shadow_mask.png</texture>
  624. <colordiffuse>$VAR[value_floorcolor]</colordiffuse>
  625. <include>Animation_FloorGlass</include>
  626.  
  627. </control>
  628.  
  629.  
  630. <control type="image">
  631. <posx>0</posx>
  632. <posy>494</posy>
  633. <height>186</height>
  634. <width>802</width>
  635. <texture>darkgrey.png</texture>
  636. <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
  637. <include>Animation_DefaultGlass</include>
  638.  
  639. </control>
  640.  
  641. <control type="image"><!--Separator below cast -->
  642. <posx>0</posx>
  643. <posy>682</posy>
  644. <height>2</height>
  645. <width>800</width>
  646. <texture>separator.png</texture>
  647. <visible>Control.HasFocus(149)</visible>
  648. </control>
  649.  
  650.  
  651. <control type="grouplist"><!-- Tags -->
  652. <posx>50</posx>
  653. <posy>677</posy>
  654. <width>750</width>
  655. <orientation>horizontal</orientation>
  656. <itemgap>35</itemgap>
  657. <animation effect="slide" start="0,300" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
  658. <animation effect="slide" start="0,300" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
  659. <animation effect="slide" start="0,0" end="0,300" time="500" tween="sine" easing="in">Hidden</animation>
  660. <visible>Control.HasFocus(149)</visible>
  661. <include name="FlagsContent">
  662. <control type="image"><!-- Estudio -->
  663. <height>45</height>
  664. <include>FlagImage</include>
  665. <texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
  666. <visible>!IsEmpty(Control.GetLabel(557))</visible>
  667. </control>
  668. <control type="image">
  669. <include>FlagSeparator</include>
  670. <visible>!IsEmpty(Control.GetLabel(557))</visible>
  671. </control>
  672. <control type="image"><!-- Mpaa -->
  673. <include>FlagImage</include>
  674. <texture>$VAR[value_mpaa]</texture>
  675. <visible>!IsEmpty(ListItem.Mpaa)</visible>
  676. </control>
  677. <control type="image">
  678. <include>FlagSeparator</include>
  679. <visible>!IsEmpty(ListItem.Mpaa)</visible>
  680. </control>
  681. <control type="group">
  682. <width>84</width>
  683. <height>50</height>
  684. <visible>!SubString(ListItem.top250,0,Left) + !IsEmpty(ListItem.top250)</visible>
  685. <control type="image"><!-- Top 250 -->
  686. <top>0</top>
  687. <include>FlagLabel</include>
  688. <texture>flags/imdb_250.png</texture>
  689. </control>
  690. <control type="label"><!-- Top 250 info -->
  691. <top>6</top>
  692. <font>Font_23</font>
  693. <include>FlagLabel</include>
  694. <label>$INFO[ListItem.Top250]</label>
  695. </control>
  696. </control>
  697. <control type="image">
  698. <include>FlagSeparator</include>
  699. <visible>!SubString(ListItem.top250,0,Left) + !IsEmpty(ListItem.top250)</visible>
  700. </control>
  701. <control type="image"><!-- Codec de video -->
  702. <include>FlagImage</include>
  703. <texture>$VAR[value_videocodec]</texture>
  704. <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  705. </control>
  706. <control type="image">
  707. <include>FlagSeparator</include>
  708. <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  709. </control>
  710. <control type="image"><!-- Resolucao -->
  711. <include>FlagLabel</include>
  712. <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  713. <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  714. </control>
  715. <control type="image">
  716. <include>FlagSeparator</include>
  717. <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  718. </control>
  719. <control type="image"><!-- Aspecto -->
  720. <include>FlagLabel</include>
  721. <texture>$INFO[ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  722. <visible>!IsEmpty(ListItem.VideoAspect)</visible>
  723. </control>
  724. <control type="image">
  725. <include>FlagSeparator</include>
  726. <visible>!IsEmpty(ListItem.VideoAspect)</visible>
  727. </control>
  728. <control type="image"><!-- Codec de audio -->
  729. <include>FlagImage</include>
  730. <texture>$INFO[ListItem.AudioCodec,flags/audiocodec/,.png]</texture>
  731. <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  732. </control>
  733. <control type="image">
  734. <include>FlagSeparator</include>
  735. <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  736. </control>
  737. <control type="image"><!-- Canais -->
  738. <include>FlagLabel</include>
  739. <texture>$INFO[ListItem.audiochannels,flags/audiochannels/,.png]</texture>
  740. <visible>!IsEmpty(ListItem.AudioChannels)</visible>
  741. </control>
  742. <control type="image">
  743. <include>FlagSeparator</include>
  744. <visible>!IsEmpty(ListItem.AudioChannels)</visible>
  745. </control>
  746. <control type="image"><!-- Trailer -->
  747. <include>FlagLabel</include>
  748. <texture>flags/trailer.png</texture>
  749. <visible>!IsEmpty(ListItem.Trailer)</visible>
  750. </control>
  751. <control type="image">
  752. <include>FlagSeparator</include>
  753. <visible>!IsEmpty(ListItem.Trailer)</visible>
  754. </control>
  755. <control type="label"><!-- % Reproduzido -->
  756. <include>FlagLabel</include>
  757. <label>$INFO[ListItem.PercentPlayed]%</label>
  758. <visible>!StringCompare(ListItem.PercentPlayed,0)</visible>
  759. </control>
  760. <control type="image">
  761. <include>FlagSeparator</include>
  762. <visible>!StringCompare(ListItem.PercentPlayed,0)</visible>
  763. </control>
  764. <control type="label"><!-- Drive externo -->
  765. <include>FlagLabel</include>
  766. <label>$VAR[value_drive]</label>
  767. <visible>!IsEmpty(Control.GetLabel(556))</visible>
  768. </control>
  769. </include>
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776. </control>
  777.  
  778.  
  779. <!-- Actor Name Show -->
  780.  
  781.  
  782. <control type="group">
  783. <posx>0</posx>
  784. <posy>685</posy>
  785. <animation effect="slide" start="0,300" end="0,0" time="500" tween="sine" easing="out">WindowOpen</animation>
  786. <animation effect="slide" start="0,300" end="0,0" time="500" tween="sine" easing="out">Visible</animation>
  787. <animation effect="slide" start="0,0" end="0,300" time="500" tween="sine" easing="in">Hidden</animation>
  788. <visible>Control.HasFocus(50)</visible>
  789.  
  790. <!-- Show Starring Label -->
  791.  
  792. <control type="label">
  793. <posx>30</posx>
  794. <posy>0</posy>
  795. <width>400</width>
  796. <height>27</height>
  797. <align>left</align>
  798. <aligny>center</aligny>
  799. <font>Font_15</font>
  800. <label>31703</label>
  801. <textcolor>$VAR[value_flagscolor]</textcolor>
  802. <visible>!Container.Content(musicvideos)</visible>
  803. </control>
  804. <control type="label">
  805. <posx>30</posx>
  806. <posy>0</posy>
  807. <width>400</width>
  808. <height>27</height>
  809. <align>left</align>
  810. <aligny>center</aligny>
  811. <font>Font_15</font>
  812. <label>557</label>
  813. <textcolor>$VAR[value_flagscolor]</textcolor>
  814. <visible>Container.Content(musicvideos)</visible>
  815. </control>
  816. </control>
  817.  
  818.  
  819.  
  820.  
  821.  
  822. <control type="image"><!-- Flag bar gradient -->
  823.  
  824. <posx>0</posx>
  825. <posy>680</posy>
  826. <height>43</height>
  827. <width>800</width>
  828. <texture>gradient_small.png</texture>
  829. </control>
  830.  
  831.  
  832.  
  833.  
  834. <control type="image"><!-- Cast Background Shadow-->
  835. <posx>0</posx>
  836. <posy>679</posy>
  837. <width>804</width>
  838. <height>30</height>
  839. <texture flipy="true">shadow_h.png</texture>
  840. <colordiffuse>C3FFFFFF</colordiffuse>
  841. </control>
  842. <control type="image">
  843. <posx>0</posx>
  844. <posy>494</posy>
  845. <height>186</height>
  846. <width>802</width>
  847. <texture>darkgrey.png</texture>
  848. <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
  849. <include>Animation_DefaultGlass</include>
  850. </control>
  851.  
  852.  
  853. <control type="list" id="50"> <!-- Actor List -->
  854. <viewtype label="List">List Info</viewtype>
  855. <posx>0</posx>
  856. <posy>492</posy>
  857. <width>800</width>
  858. <height>220</height>
  859. <onup>149</onup>
  860. <ondown>Skin.Reset(coverzoom)</ondown>
  861. <ondown>SetFocus(160)</ondown>
  862. <ondown>Skin.SetBool(artistzoom)</ondown>
  863. <orientation>horizontal</orientation>
  864. <scrolltime>400</scrolltime>
  865. <focusposition>3</focusposition>
  866.  
  867.  
  868.  
  869. <itemlayout height="170" width="115"> <!-- changed width from 181 to 135 to move actor pictures closer -->
  870. <control type="image"> <!--last focused image -->
  871. <posx>0</posx>
  872. <posy>5</posy>
  873. <width>115</width> <!--Changed width from 130 to 115 -->
  874. <height>180</height>
  875. <aligny>center</aligny>
  876. <align>center</align>
  877. <aspectratio>scale</aspectratio>
  878. <texture fallback="DefaultVideoPoster.png" background="true">$INFO[ListItem.Icon]</texture>
  879. <!--<bordertexture border="-2">black.png</bordertexture>-->
  880. <colordiffuse>FF909090</colordiffuse>
  881. </control>
  882.  
  883. <control type="image">
  884. <posx>0</posx>
  885. <posy>150</posy>
  886. <width>115</width>
  887. <height>40</height>
  888. <texture>gradient_small.png</texture>
  889. <colordiffuse>80FFFAF0</colordiffuse>
  890. </control>
  891.  
  892.  
  893. <control type="textbox"> <!-- Show actors name on actor list -->
  894.  
  895. <posx>0</posx>
  896. <posy>150</posy>
  897. <width>110</width>
  898. <height>37</height>
  899. <align>center</align>
  900. <font>font_14</font>
  901. <textcolor>white</textcolor>
  902. <shadowcolor>shadow</shadowcolor>
  903. <selectedcolor>selected</selectedcolor>
  904. <label>$INFO[ListItem.Label] as $INFO[ListItem.Label2]</label>
  905.  
  906. </control>
  907.  
  908. </itemlayout>
  909.  
  910. <focusedlayout height="170" width="115"> <!-- changed width from 181 to 135 to move actor pictures closer -->
  911. <control type="image">
  912. <posx>0</posx>
  913. <posy>5</posy>
  914. <width>115</width> <!--Changed width from 130 to 115 -->
  915. <height>180</height>
  916. <aligny>center</aligny>
  917. <align>center</align>
  918. <aspectratio>scale</aspectratio>
  919. <texture fallback="DefaultVideoPoster.png" background="true">$INFO[ListItem.Icon]</texture>
  920. <!--<bordertexture border="-2">black.png</bordertexture>-->
  921. <colordiffuse>FF909090</colordiffuse>
  922. <include>Animation_Fade</include>
  923. <visible>!Control.HasFocus(50)</visible>
  924. </control>
  925.  
  926. <control type="textbox">
  927.  
  928. <posx>0</posx>
  929. <posy>150</posy>
  930. <width>110</width>
  931. <height>37</height>
  932. <align>center</align>
  933. <font>font_14</font>
  934. <textcolor>white</textcolor>
  935. <shadowcolor>shadow</shadowcolor>
  936. <selectedcolor>selected</selectedcolor>
  937. <label>$INFO[ListItem.Label] as $INFO[ListItem.Label2]</label>
  938.  
  939. </control>
  940.  
  941. <control type="image">
  942. <posx>0</posx>
  943. <posy>5</posy>
  944. <width>115</width> <!--Changed width from 130 to 115 -->
  945. <height>190</height>
  946. <aligny>center</aligny>
  947. <align>center</align>
  948. <aspectratio>scale</aspectratio>
  949. <texture fallback="DefaultVideoPoster.png" background="true">$INFO[ListItem.Icon]</texture>
  950. <bordertexture border="-2">grey.png</bordertexture>
  951. <include>Animation_Fade</include>
  952. <visible>Control.HasFocus(50)</visible>
  953. </control>
  954. </focusedlayout>
  955.  
  956. </control>
  957.  
  958. <!-- Menu bar -->
  959.  
  960.  
  961. <control type="group">
  962.  
  963. <posx>0</posx>
  964. <posy>465</posy>
  965.  
  966. <control type="image">
  967. <posx>0</posx>
  968. <posy>-30</posy>
  969. <width>804</width>
  970. <height>30</height>
  971. <texture>shadow_h.png</texture>
  972. <colordiffuse>C3FFFFFF</colordiffuse>
  973. </control>
  974.  
  975. <control type="image">
  976. <posx>0</posx>
  977. <posy>29</posy>
  978. <width>804</width>
  979. <height>30</height>
  980. <texture flipy="true">shadow_h.png</texture>
  981. <colordiffuse>C3FFFFFF</colordiffuse>
  982. </control>
  983.  
  984. <control type="image">
  985. <posx>0</posx>
  986. <posy>0</posy>
  987. <width>802</width>
  988. <height>30</height>
  989. <texture>darkgrey.png</texture>
  990. <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
  991. <include>Animation_DefaultGlass2</include>
  992. </control>
  993.  
  994. <control type="list" id="149">
  995. <posx>0</posx>
  996. <posy>3</posy>
  997. <width>800</width>
  998. <height>25</height>
  999. <!--
  1000. <onup>Skin.Reset(artistzoom)</onup>
  1001. <onup>Skin.SetBool(coverzoom)</onup>
  1002. <onup>SetFocus(160)</onup>
  1003. -->
  1004. <ondown>50</ondown>
  1005. <orientation>horizontal</orientation>
  1006. <pagecontrol>-</pagecontrol>
  1007. <scrolltime>300</scrolltime>
  1008. <focusposition>3</focusposition>
  1009.  
  1010. <itemlayout height="25" width="162.5"> <!-- Changed width value from 182.5 to 162.5 to reduce menu bar width -->
  1011.  
  1012. <control type="image">
  1013. <posx>0</posx>
  1014. <posy>0</posy>
  1015. <width>1</width>
  1016. <height>25</height>
  1017. <texture>separator_v.png</texture>
  1018. </control>
  1019.  
  1020.  
  1021. <control type="label"> <!-- Unfocused menu bar label settings -->
  1022. <left>0</left>
  1023. <posx>91</posx>
  1024. <posy>1</posy>
  1025. <height>25</height>
  1026. <width>162</width> <!-- Changed width value from 162 to 252 to move menu labels farther apart -->
  1027. <align>center</align>
  1028. <aligny>center</aligny>
  1029. <font>Font_18</font>
  1030. <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
  1031. <textcolor>80FFFAF0</textcolor>
  1032. </control>
  1033. </itemlayout>
  1034.  
  1035.  
  1036. <focusedlayout height="25" width="162.5"><!-- Focused Menu Bar -->
  1037. <control type="image">
  1038. <posx>0</posx>
  1039. <posy>-1</posy>
  1040. <width>162</width>
  1041. <height>27</height>
  1042. <texture>settings_button_focus.png</texture>
  1043. <visible>Control.Hasfocus(149)</visible>
  1044. </control>
  1045.  
  1046. <control type="image">
  1047. <posx>0</posx>
  1048. <posy>0</posy>
  1049. <width>1</width>
  1050. <height>25</height>
  1051. <texture>separator_v.png</texture>
  1052. </control>
  1053.  
  1054. <control type="label"><!-- Focused menu bar label settings -->
  1055. <left>0</left>
  1056. <posx>61</posx><!--changed x position from 91 to 61 to keep label center after down arrow pressed on label-->
  1057. <posy>1</posy>
  1058. <height>25</height>
  1059. <width>162</width>
  1060. <align>center</align>
  1061. <aligny>center</aligny>
  1062. <font>Font_18</font>
  1063. <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
  1064. <textcolor>FF101010</textcolor>
  1065. <visible>Control.Hasfocus(149)</visible>
  1066. </control>
  1067.  
  1068. <control type="label">
  1069. <posx>61</posx><!--changed x position from 91 to 61 to keep label center after down arrow pressed on label-->
  1070. <posy>1</posy>
  1071. <height>25</height>
  1072. <width>162</width>
  1073. <align>left</align>
  1074. <aligny>center</aligny>
  1075. <font>Font_18</font>
  1076. <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
  1077. <textcolor>80FFFAF0</textcolor>
  1078. <visible>!Control.Hasfocus(149)</visible>
  1079. </control>
  1080. </focusedlayout>
  1081.  
  1082.  
  1083. <content>
  1084.  
  1085. <item id="3"><!-- Start -->
  1086. <label>31700</label>
  1087. <onclick>SendClick(2003,8)</onclick>
  1088. </item>
  1089.  
  1090. <item id="2"><!-- Resume -->
  1091. <label>13404</label>
  1092. <onclick>SendClick(2003,9)</onclick>
  1093. </item>
  1094.  
  1095.  
  1096. <!-- Cinema Ex --><!--
  1097. <item id="4">
  1098. <label>31066</label>
  1099. <onclick>Dialog.Close(MovieInformation)</onclick>
  1100. <onclick>RunScript(script.cinema.experience,movieid=$INFO[ListItem.DBID])</onclick>
  1101. <visible>Container.Content(Movies) + !Skin.HasSetting(trailers) + System.HasAddon(script.cinema.experience)</visible>
  1102. </item>
  1103.  
  1104. -->
  1105.  
  1106.  
  1107. <item id="23"><!-- Extras -->
  1108. <label>31416</label>
  1109. <onclick>RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")</onclick>
  1110. <visible>System.HasAddon(script.videoextras) + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)] + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))</visible>
  1111. </item>
  1112.  
  1113. <!-- Trailer Window --><!--
  1114. <item id="5">
  1115. <label>31701</label>
  1116. <onclick>SendClick(2003,11)</onclick>
  1117. <visible>!IsEmpty(ListItem.Trailer)</visible>
  1118. </item>
  1119. -->
  1120. <item id="13"><!-- Director Movies -->
  1121. <label>31906</label>
  1122. <onclick>SendClick(2003,13)</onclick>
  1123. <visible>!IsEmpty(ListItem.Director)</visible>
  1124. </item>
  1125.  
  1126. <item id="10"><!-- Director Info -->
  1127. <label>31883</label>
  1128. <onclick>Dialog.Close(movieinformation)</onclick>
  1129. <onclick>RunScript(script.extendedinfo,info=extendedactorinfo,name=$INFO[ListItem.Director])</onclick>
  1130. <onclick>Skin.SetBool(coverzoom)</onclick>
  1131. <visible>System.HasAddon(script.extendedinfo)</visible>
  1132. </item>
  1133.  
  1134. <item id="7"><!-- Get Thumb -->
  1135. <label>13405</label>
  1136. <onclick>SendClick(2003,10)</onclick>
  1137. <visible>!Skin.HasSetting(kioskininfo)</visible>
  1138. </item>
  1139. <item id="8"><!-- Get Fanart -->
  1140. <label>20413</label>
  1141. <onclick>SendClick(2003,12)</onclick>
  1142. <visible>![Container.Content(episodes) | Container.Content(seasons) | Skin.HasSetting(kioskininfo)]</visible>
  1143. </item>
  1144.  
  1145. <!-- Get More Thumbs --><!--
  1146. <item id="752">
  1147. <label>21452</label>
  1148. <onclick condition="Container.Content(tvshows)">RunScript(script.artwork.downloader,mode=gui, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
  1149. <onclick condition="Container.Content(movies)">RunScript(script.artwork.downloader,mode=gui,mediatype=movie,dbid=$INFO[ListItem.DBID])</onclick>
  1150. <visible>!Skin.HasSetting(kioskininfo)</visible>
  1151. </item>
  1152. -->
  1153.  
  1154. <item id="21"><!-- TvTunes Obter tema Filmes -->
  1155. <label>31127</label>
  1156. <onclick>RunScript(script.tvtunes,mode=solo)</onclick>
  1157. <visible>Skin.HasSetting(ontvtunes) + System.HasAddon(script.tvtunes) + [Container.Content(movies) | Container.Content(tvshows)] + IsEmpty(Window(movieinformation).Property("TvTunes_HideVideoInfoButton"))</visible>
  1158. </item>
  1159. <item id="20"><!-- Editor de info -->
  1160. <label>31671</label>
  1161. <onclick>RunScript(script.libraryeditor,DBID=$INFO[ListItem.DBID])</onclick>
  1162. <visible>System.HasAddon(script.libraryeditor)</visible>
  1163. <!--<visible>System.HasAddon(script.libraryeditor) + [Container.Content(Movies) | Container.Content(episodes)]</visible>-->
  1164. </item>
  1165.  
  1166. <!-- Writer Info --><!--
  1167. <item id="11">
  1168. <label>31884</label>
  1169. <onclick>RunScript(script.metadata.actors,$INFO[ListItem.Writer])</onclick>
  1170. <visible>System.HasAddon(script.metadata.actors)</visible>
  1171. </item>
  1172. -->
  1173. <item id="1"><!-- Refresh -->
  1174. <label>31695</label>
  1175. <onclick>SendClick(2003,6)</onclick>
  1176. <visible>!Skin.HasSetting(kioskininfo)</visible>
  1177. </item>
  1178. </content>
  1179. </control>
  1180.  
  1181. <!-- Thumb/Poster -->
  1182.  
  1183.  
  1184.  
  1185.  
  1186. <!-- Poster full size side screen movies/tvshows-->
  1187.  
  1188. <control type="image">
  1189.  
  1190. <posx>802</posx>
  1191. <posy>-465</posy>
  1192. <width>478</width>
  1193. <height>720</height>
  1194. <aspectratio>scale</aspectratio>
  1195. <texture background="true">$VAR[value_poster]</texture>
  1196. <bordertexture border="-2">black.png</bordertexture>
  1197. <animation effect="slide" end="-266,0" time="0" condition="Container.Content(episodes)">Conditional</animation>
  1198. <animation effect="slide" start="1280,0" end="0,0" time="500" tween="quadratic">WindowOpen</animation>
  1199. <animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
  1200. <visible>Container.content(movies) | Container.content(tvshows)</visible>
  1201.  
  1202. </control>
  1203.  
  1204.  
  1205. <!-- Poster full size side screen episodes -->
  1206.  
  1207. <control type="image">
  1208.  
  1209. <posx>1068</posx>
  1210. <posy>-465</posy>
  1211. <width>478</width>
  1212. <height>360</height>
  1213. <aspectratio>scale</aspectratio>
  1214. <texture background="true">$VAR[value_poster]</texture>
  1215. <bordertexture border="-2">black.png</bordertexture>
  1216. <animation effect="slide" end="-266,0" time="0" condition="Container.Content(episodes)">Conditional</animation>
  1217. <animation effect="slide" start="1280,0" end="0,0" time="500" tween="quadratic">WindowOpen</animation>
  1218. <animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
  1219. <visible>Container.content(episodes)</visible>
  1220.  
  1221. </control>
  1222.  
  1223. <control type="image">
  1224.  
  1225. <posx>1068</posx>
  1226. <posy>-105</posy>
  1227. <width>478</width>
  1228. <height>360</height>
  1229. <aspectratio>scale</aspectratio>
  1230. <texture background="true" flipx="true">$VAR[value_poster]</texture>
  1231. <bordertexture border="-2">black.png</bordertexture>
  1232. <animation effect="slide" end="-266,0" time="0" condition="Container.Content(episodes)">Conditional</animation>
  1233. <animation effect="slide" start="1280,0" end="0,0" time="500" tween="quadratic">WindowOpen</animation>
  1234. <animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
  1235. <visible>Container.content(episodes)</visible>
  1236.  
  1237. </control>
  1238.  
  1239.  
  1240. <!-- Logo -->
  1241.  
  1242. <control type="image">
  1243. <posx>550</posx>
  1244. <posy>-405</posy>
  1245. <height>175</height>
  1246. <width>220</width>
  1247. <aspectratio>keep</aspectratio>
  1248. <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
  1249. <visible>!Container.Content(episodes)</visible>
  1250. <visible>IsEmpty(ListItem.Art(clearart))</visible>
  1251.  
  1252. <include>Animation_VisibleChange200</include>
  1253. <animation type="WindowOpen" reversible="false">
  1254. <effect type="slide" start="950,-200" end="0" delay="800" time="4120" tween="quadratic" easing="out"/>
  1255.  
  1256. <effect type="rotate" start="0" end="-720" center="auto" delay="800" time="4120" tween="quadratic" easing="out"/>
  1257.  
  1258. <effect type="zoom" start="104" center="auto" end="100" delay="5120" time="140" tween="quadratic" easing="out"/>
  1259.  
  1260. </animation>
  1261.  
  1262.  
  1263. </control>
  1264.  
  1265. <!-- Show Discart -->
  1266.  
  1267. <control type="image">
  1268. <posx>537</posx>
  1269. <posy>-250</posy>
  1270. <height>248</height>
  1271. <width>250</width>
  1272. <aspectratio>keep</aspectratio>
  1273. <texture background="true">$INFO[ListItem.Art(discart)]</texture>
  1274. <visible>!Container.Content(episodes)</visible>
  1275.  
  1276. <include>Animation_VisibleChange200</include>
  1277. <animation type="WindowOpen" reversible="false">
  1278. <effect type="slide" start="-1000,0" end="0" delay="800" time="4120" tween="quadratic" easing="out"/>
  1279.  
  1280. <effect type="rotate" start="0" end="-720" center="auto" delay="800" time="4120" tween="quadratic" easing="out"/>
  1281.  
  1282. <effect type="zoom" start="104" center="auto" end="100" delay="5120" time="140" tween="quadratic" easing="out"/>
  1283.  
  1284. </animation>
  1285.  
  1286.  
  1287.  
  1288. </control>
  1289.  
  1290. <!-- ClearArt -->
  1291.  
  1292. <control type="image">
  1293. <posx>565</posx>
  1294. <posy>-405</posy>
  1295. <height>165</height>
  1296. <width>190</width>
  1297. <aspectratio align="bottom">keep</aspectratio>
  1298. <texture background="true">$INFO[ListItem.Art(clearart)]</texture>
  1299. <visible>!Container.Content(episodes)</visible>
  1300.  
  1301. <include>Animation_VisibleChange200</include>
  1302. <animation type="WindowOpen" reversible="false">
  1303. <effect type="slide" start="960,-200" end="0" delay="800" time="4120" tween="quadratic" easing="out"/>
  1304.  
  1305. <effect type="rotate" start="0" end="-720" center="auto" delay="800" time="4120" tween="quadratic" easing="out"/>
  1306.  
  1307. <effect type="zoom" start="104" center="auto" end="100" delay="5120" time="140" tween="quadratic" easing="out"/>
  1308.  
  1309. </animation>
  1310. </control>
  1311.  
  1312.  
  1313. <!--Full Actor Picture On Side -->
  1314.  
  1315. <control type="image">
  1316. <posx>802</posx>
  1317. <posy>-465</posy>
  1318. <width>478</width>
  1319. <height>720</height>
  1320. <aspectratio>scale</aspectratio>
  1321. <texture background="true">$INFO[Container(50).ListItem.Icon]</texture>
  1322. <bordertexture border="-2">black.png</bordertexture>
  1323. <visible>Control.HasFocus(50)</visible>
  1324. <animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
  1325.  
  1326. </control>
  1327.  
  1328. <control type="image"><!-- Gradient for actor name on bottom full picture -->
  1329. <posx>802</posx>
  1330. <posy>215</posy>
  1331. <height>30</height>
  1332. <width>480</width>
  1333. <texture>actornamebg.png</texture>
  1334. <animation effect="fade" start="100" end="80" time="40" condition="true">Conditional</animation>
  1335. <visible>Control.HasFocus(50)</visible>
  1336. <animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
  1337.  
  1338. </control>
  1339.  
  1340. <control type="label"><!-- Actor Name position on bottom full picture -->
  1341. <posx>802</posx>
  1342. <posy>216</posy>
  1343. <width>480</width>
  1344. <align>center</align>
  1345. <aligny>center</aligny>
  1346. <font>Font_24</font>
  1347. <label>$INFO[Container(50).ListItem.Label] as $INFO[Container(50).ListItem.Label2] </label>
  1348. <textcolor>white</textcolor>
  1349. <visible>Control.HasFocus(50)</visible>
  1350. <scroll>true</scroll>
  1351. <animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
  1352.  
  1353. </control>
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359. <control type="image">
  1360. <posx>0</posx>
  1361. <posy>0</posy>
  1362. <width>800</width>
  1363. <height>30</height>
  1364. <texture>gradient_small.png</texture>
  1365. </control>
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371. </control>
  1372.  
  1373.  
  1374.  
  1375.  
  1376. <!-- Code Below Deals With Actor full screen view when down arrow pressed on actor -->
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383. <control type="image">
  1384. <posx>0</posx>
  1385. <posy>0</posy>
  1386. <width>1280</width>
  1387. <height>720</height>
  1388. <texture>hive_back.png</texture>
  1389. <animation effect="fade" start="0" end="100" time="200">Visible</animation>
  1390. <animation effect="fade" start="100" end="0" time="400">Hidden</animation>
  1391. <visible>Control.HasFocus(160)</visible>
  1392. </control>
  1393.  
  1394. <control type="group">
  1395. <posx>-1280</posx>
  1396. <posy>15</posy>
  1397. <animation effect="slide" start="0,0" end="1280,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(160)">Conditional</animation>
  1398. <animation effect="slide" start="0,0" end="0,-25" time="600" delay="1000" tween="cubic" easing="inout" condition="Control.HasFocus(160)">Conditional</animation>
  1399.  
  1400.  
  1401. <control type="image">
  1402. <posx>400</posx>
  1403. <posy>0</posy>
  1404. <width>480</width>
  1405. <height>700</height>
  1406. <align>center</align>
  1407. <texture>actor_border.png</texture>
  1408. <animation effect="rotate" start="0,0" end="-2.0.0" center="auto" delay="1000" easing="out" tween="back" time="600" condition="Control.HasFocus(160)">Conditional</animation>
  1409. <visible>Control.HasFocus(160) + [Skin.HasSetting(artistzoom) | Skin.HasSetting(actorzoom)]</visible>
  1410. </control>
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417. <control type="image">
  1418. <posx>430</posx>
  1419. <posy>32</posy>
  1420. <width>425</width>
  1421. <height>640</height>
  1422. <aspectratio>scale</aspectratio>
  1423. <texture background="true">$INFO[Container(50).ListItem.Icon]</texture>
  1424. <visible>Skin.HasSetting(artistzoom)</visible>
  1425.  
  1426. </control>
  1427. <control type="image">
  1428. <posx>-1240</posx>
  1429. <posy>47</posy>
  1430. <width>1200</width>
  1431. <height>640</height>
  1432. <texture background="true">$VAR[value_poster]</texture>
  1433. <aspectratio>keep</aspectratio>
  1434. <fadetime>FanartCrossFadeTime</fadetime>
  1435. <animation effect="slide" start="0,0" end="1280,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(160)">Conditional</animation>
  1436. <animation effect="slide" start="0,0" end="0,-25" time="600" delay="1000" tween="cubic" easing="inout" condition="Control.HasFocus(160)">Conditional</animation>
  1437. <visible>Skin.HasSetting(coverzoom)</visible>
  1438. </control>
  1439.  
  1440.  
  1441. <control type="image">
  1442. <posx>400</posx>
  1443. <posy>0</posy>
  1444. <width>480</width>
  1445. <height>700</height>
  1446. <align>center</align>
  1447. <texture>actor_border.png</texture>
  1448. <visible>Skin.HasSetting(artistzoom)</visible>
  1449. </control>
  1450. </control>
  1451.  
  1452. <control type="group">
  1453. <visible>Control.HasFocus(160)</visible>
  1454. <animation effect="slide" start="0,0" end="0,-80" time="600" delay="1000" tween="cubic" easing="inout" condition="Control.HasFocus(160)">Conditional</animation>
  1455. <control type="image">
  1456. <posx>0</posx>
  1457. <posy>760</posy>
  1458. <height>40</height>
  1459. <width>1280</width>
  1460. <texture>darkgrey.png</texture>
  1461. <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
  1462. <include>Animation_DefaultGlass2</include>
  1463. </control>
  1464. <control type="label">
  1465. <posx>0</posx>
  1466. <posy>760</posy>
  1467. <height>40</height>
  1468. <width>1280</width>
  1469. <align>center</align>
  1470. <aligny>center</aligny>
  1471. <label>$VAR[value_videoinfo_zoomlabel]</label>
  1472. <font>Font_24</font>
  1473. <textcolor>FFFFFAF0</textcolor>
  1474. <scroll>true</scroll>
  1475. </control>
  1476. <control type="image">
  1477. <posx>0</posx>
  1478. <posy>760</posy>
  1479. <height>40</height>
  1480. <width>1280</width>
  1481. <texture>gradient_small.png</texture>
  1482. </control>
  1483. </control>
  1484. <control type="button" id="160">
  1485. <animation effect="slide" start="0,0" end="0,-80" time="600" delay="1000" tween="cubic" easing="inout" condition="Control.HasFocus(160) + System.HasAddon(script.extendedinfo) + Skin.HasSetting(artistzoom)">Conditional</animation>
  1486. <top>760</top>
  1487. <width>300</width>
  1488. <include>SettingsBottomButton</include>
  1489. <label>$LOCALIZE[31798]</label>
  1490. <onup condition="Skin.HasSetting(artistzoom)">SetFocus(50)</onup>
  1491. <onup condition="Skin.HasSetting(coverzoom)">SetFocus(149)</onup>
  1492. <ondown condition="Skin.HasSetting(artistzoom)">SetFocus(50)</ondown>
  1493. <ondown condition="Skin.HasSetting(coverzoom)">SetFocus(149)</ondown>
  1494. <onleft condition="Skin.HasSetting(artistzoom)">SetFocus(50)</onleft>
  1495. <onleft condition="Skin.HasSetting(coverzoom)">SetFocus(149)</onleft>
  1496. <onright condition="Skin.HasSetting(artistzoom)">SetFocus(50)</onright>
  1497. <onright condition="Skin.HasSetting(coverzoom)">SetFocus(149)</onright>
  1498. <onclick>Dialog.Close(movieinformation)</onclick>
  1499. <onclick condition="Skin.HasSetting(artistzoom)">RunScript(script.extendedinfo,info=extendedactorinfo,name=$INFO[Container(50).ListItem.Label])</onclick>
  1500. </control>
  1501.  
  1502. <include>BGBlack</include>
  1503. </control>
  1504. </control>
  1505. </controls>
  1506. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement