Advertisement
Guest User

Untitled

a guest
Jul 14th, 2019
626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.26 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window type="dialog" id="1127">
  3. <defaultcontrol always="true">8</defaultcontrol>
  4. <animation effect="fade" time="200">WindowOpen</animation>
  5. <animation effect="fade" time="150">WindowClose</animation>
  6. <controls>
  7.  
  8. <control type="image">
  9. <width>1920</width>
  10. <height>1080</height>
  11. <texture>img/BlackDot.png</texture>
  12. <aspectratio>scale</aspectratio>
  13. </control>
  14. <control type="image">
  15. <width>1920</width>
  16. <height>1080</height>
  17. <texture background="true">$INFO[ListItem.Art(fanart)]</texture>
  18. <aspectratio>scale</aspectratio>
  19. </control>
  20. <include content="BackgroundOverlay">
  21. <param name="parentid" value="9000"/>
  22. </include>
  23. <include content="ShadowedImage">
  24. <param name="top">24</param>
  25. <param name="left">24</param>
  26. <param name="width">619</param>
  27. <param name="height">960</param>
  28. <param name="shadowoffset">16</param>
  29. <param name="texture">$VAR[DialogVideoInfoPoster]</param>
  30. <param name="visibility">true</param>
  31. </include>
  32. <control type="grouplist" description="Ratings">
  33. <top>93</top>
  34. <left>705</left>
  35. <width>1200</width>
  36. <height>40</height>
  37. <itemgap>8</itemgap>
  38. <orientation>horizontal</orientation>
  39. <align>left</align>
  40. <control type="grouplist" description="IMDb Rating or Main Rating">
  41. <width>320</width>
  42. <orientation>horizontal</orientation>
  43. <itemgap>5</itemgap>
  44. <visible>!String.IsEmpty(ListItem.Rating(imdb)) | !String.IsEmpty(ListItem.Rating)</visible>
  45. <control type="image" description="IMDb logo">
  46. <height>40</height>
  47. <width>83</width>
  48. <aligny>center</aligny>
  49. <align>center</align>
  50. <texture>badges/ratings/imdb2.png</texture>
  51. </control>
  52. <control type="label" description="IMDb Rating and Votes">
  53. <width>auto</width>
  54. <height>40</height>
  55. <font>ListDetails</font>
  56. <textcolor>Highlight</textcolor>
  57. <align>left</align>
  58. <label>$INFO[ListItem.Rating(imdb)]$INFO[ListItem.Votes(imdb), (, $LOCALIZE[205])]</label>
  59. <visible>!String.IsEmpty(ListItem.Rating(imdb))</visible>
  60. </control>
  61. <control type="label" description="Main Rating and Votes">
  62. <width>auto</width>
  63. <height>40</height>
  64. <font>ListDetails</font>
  65. <textcolor>Highlight</textcolor>
  66. <align>left</align>
  67. <label>$INFO[ListItem.Rating]$INFO[ListItem.Votes, (, $LOCALIZE[205])]</label>
  68. <visible>String.IsEmpty(ListItem.Rating(imdb)) + !String.IsEmpty(ListItem.Rating) + !String.IsEmpty(ListItem.Votes) + !String.IsEqual(ListItem.Votes,0)</visible>
  69. </control>
  70. <control type="label" description="Main Rating No Votes">
  71. <width>auto</width>
  72. <height>40</height>
  73. <font>ListDetails</font>
  74. <textcolor>Highlight</textcolor>
  75. <align>left</align>
  76. <label>$INFO[ListItem.Rating]</label>
  77. <visible>String.IsEmpty(ListItem.Rating(imdb)) + !String.IsEmpty(ListItem.Rating) + [String.IsEmpty(ListItem.Votes) | String.IsEqual(ListItem.Votes,0)]</visible>
  78. </control>
  79. </control>
  80. </control>
  81. <control type="group" description="Media Info">
  82. <control type="group" description="top">
  83. <posx>700</posx>
  84. <posy>60</posy>
  85. <control type="label" description="Main Label - Sets">
  86. <posy>-45</posy>
  87. <width>950</width>
  88. <height>60</height>
  89. <font>InfoTitle</font>
  90. <textcolor>Highlight</textcolor>
  91. <align>left</align>
  92. <label>$INFO[ListItem.Title,[B],[/B]] $INFO[Window(Home).Property(Set.Movies.Years),(,)]</label>
  93. </control>
  94. <control type="image" description="Line Split">
  95. <posy>23</posy>
  96. <width>1180</width>
  97. <height>1</height>
  98. <texture>img/LineL.png</texture>
  99. <aspectratio>stretch</aspectratio>
  100. </control>
  101. <control type="image" description="Line Split">
  102. <posy>83</posy>
  103. <width>1180</width>
  104. <height>1</height>
  105. <texture>img/LineL.png</texture>
  106. <aspectratio>stretch</aspectratio>
  107. </control>
  108. <!-- <control type="button" id="90003">
  109. <posy>90</posy>
  110. <left>5</left>
  111. <width>620</width>
  112. <height>370</height>
  113. <ondown>9000</ondown>
  114. <onright>9009</onright>
  115. <textcolor>Black</textcolor>
  116. <texturenofocus />
  117. <onclick>SetProperty(TextViewerHeader,$ESCVAR[panelheading],Home)</onclick>
  118. <onclick condition="!String.IsEmpty(Window(Home).Property(Set.Movies.Years))">SetProperty(TextViewerSubHeader,$ESCINFO[Window(Home).Property(Set.Movies.Years),[I],[/I]],Home)</onclick>
  119. <onclick>SetProperty(TextViewerContent,$ESCVAR[Plots],Home)</onclick>
  120. <onclick>ActivateWindow(1124)</onclick>
  121. </control> -->
  122. <control type="textbox" id="900031" description="Plot">
  123. <include>VisibleFadeEffectDelay</include>
  124. <posy>90</posy>
  125. <left>5</left>
  126. <width>620</width>
  127. <height>360</height>
  128. <align>justify</align>
  129. <font>InfoPlot</font>
  130. <textcolor>$VAR[InfoPlotTextColor]</textcolor>
  131. <shadowcolor>LiteShadow</shadowcolor>
  132. <label>$VAR[Plots]</label>
  133. </control>
  134. <control type="radiobutton" id="90003">
  135. <posy>447</posy>
  136. <left>588.3</left>
  137. <ondown>9000</ondown>
  138. <onright>9009</onright>
  139. <align>center</align>
  140. <aligny>center</aligny>
  141. <textureradioonfocus colordiffuse="Black">icons/dots7.png</textureradioonfocus>
  142. <textureradioonnofocus>icons/dots7.png</textureradioonnofocus>
  143. <texturefocus border="4" colordiffuse="Highlight">img/WhiteRoundedST2.png</texturefocus>
  144. <texturenofocus border="4">img/WhiteRoundedT.png</texturenofocus>
  145. <width>37</width>
  146. <height>17</height>
  147. <radiowidth>37</radiowidth>
  148. <radioheight>37</radioheight>
  149. <radioposx>0.1</radioposx>
  150. <radioposy>0</radioposy>
  151. <font></font>
  152. <selected>true</selected>
  153. <!-- <visible>Container(900031).HasNext</visible> -->
  154. <onclick>SetProperty(TextViewerHeader,$ESCVAR[panelheading],Home)</onclick>
  155. <onclick condition="!String.IsEmpty(Window(Home).Property(Set.Movies.Years))">SetProperty(TextViewerSubHeader,$ESCINFO[Window(Home).Property(Set.Movies.Years),[I],[/I]],Home)</onclick>
  156. <onclick>SetProperty(TextViewerContent,$ESCVAR[Plots],Home)</onclick>
  157. <onclick>ActivateWindow(1124)</onclick>
  158. </control>
  159. <control type="image" description="Line Split">
  160. <posy>90</posy>
  161. <left>637</left>
  162. <width>1</width>
  163. <height>370</height>
  164. <texture>img/LineL.png</texture>
  165. <aspectratio>stretch</aspectratio>
  166. </control>
  167. <control type="panel" id="9009">
  168. <include>VisibleFadeEffectDelay</include>
  169. <include>List_9009_Commons</include>
  170. <onup>9009</onup>
  171. <ondown>9009</ondown>
  172. <onleft condition="Control.IsVisible(90003)">90003</onleft>
  173. <onleft condition="!Control.IsVisible(90003)">9000</onleft>
  174. <content>
  175. <item>
  176. <label>$LOCALIZE[20339](s):</label>
  177. <label2>$INFO[Window(Home).Property(Set.Movies.Director)]</label2>
  178. <visible>!String.IsEmpty(Window(Home).Property(Set.Movies.Director)) + String.IsEqual(ListItem.DBType,set)</visible>
  179. </item>
  180. <item>
  181. <label>$LOCALIZE[20417](s):</label>
  182. <label2>$INFO[Window(Home).Property(Set.Movies.Writer)]</label2>
  183. <visible>!String.IsEmpty(Window(Home).Property(Set.Movies.Writer)) + String.IsEqual(ListItem.DBType,set)</visible>
  184. </item>
  185. <item>
  186. <label>$LOCALIZE[515](s):</label>
  187. <label2>$INFO[Window(Home).Property(Set.Movies.Genre)]</label2>
  188. <onclick>noop</onclick>
  189. <visible>!String.IsEmpty(Window(Home).Property(Set.Movies.Genre)) + String.IsEqual(ListItem.DBType,set)</visible>
  190. </item>
  191. <item>
  192. <label>$LOCALIZE[20161] $LOCALIZE[2050]:</label>
  193. <label2>$INFO[Window(Home).Property(Set.Movies.Runtime)] $LOCALIZE[12391]</label2>
  194. <onclick>noop</onclick>
  195. <visible>!String.IsEmpty(Window(Home).Property(Set.Movies.Runtime)) + String.IsEqual(ListItem.DBType,set)</visible>
  196. </item>
  197. <item>
  198. <label>$LOCALIZE[29909](s):</label>
  199. <label2>$INFO[Window(Home).Property(Set.Movies.Studio)]</label2>
  200. <onclick>noop</onclick>
  201. <visible>!String.IsEmpty(Window(Home).Property(Set.Movies.Studio)) + String.IsEqual(ListItem.DBType,set)</visible>
  202. </item>
  203. <item>
  204. <label>$LOCALIZE[20459]:</label>
  205. <label2>$INFO[ListItem.Tag]</label2>
  206. <onclick>noop</onclick>
  207. <visible>!String.IsEmpty(ListItem.Tag)</visible>
  208. </item>
  209. <item>
  210. <label>$LOCALIZE[126]:</label>
  211. <label2>$INFO[ListItem.Status]</label2>
  212. <onclick>noop</onclick>
  213. <visible>!String.IsEmpty(ListItem.Status)</visible>
  214. </item>
  215. <item>
  216. <label>$LOCALIZE[573]:</label>
  217. <label2>$INFO[ListItem.FolderPath]</label2>
  218. <onclick>noop</onclick>
  219. <visible>!String.IsEmpty(ListItem.FolderPath) + !String.IsEqual(ListItem.DBType,set)</visible>
  220. </item>
  221. </content>
  222. </control>
  223. </control>
  224. </control>
  225. <control type="grouplist" id="9000">
  226. <left>700</left>
  227. <posy>540</posy>
  228. <width>1180</width>
  229. <height>90</height>
  230. <align>center</align>
  231. <onup condition="Control.IsVisible(90003)">90003</onup>
  232. <onup condition="!Control.IsVisible(90003)">9009</onup>
  233. <ondown condition="String.IsEqual(ListItem.DBType,set)">SetFocus(90150)</ondown>
  234. <orientation>horizontal</orientation>
  235. <itemgap>16</itemgap>
  236. <control type="button" id="8" description="Browse">
  237. <height>90</height>
  238. <width min="220">auto</width>
  239. <align>center</align>
  240. <font>Details</font>
  241. <label>$LOCALIZE[1024]</label>
  242. <onclick>Dialog.Close(all,true)</onclick>
  243. <onclick>ActivateWindow(Videos,videodb://movies/sets/$INFO[ListItem.DBID]/?setid=$INFO[ListItem.DBID])</onclick>
  244. </control>
  245. <!-- <control type="button" id="297" description="AB: Choose Art">
  246. <height>90</height>
  247. <width min="220">auto</width>
  248. <align>center</align>
  249. <font>Details</font>
  250. <label>$LOCALIZE[32005]</label>
  251. <visible>system.hasaddon(script.artwork.beef)</visible>
  252. <onclick>XBMC.RunScript(script.artwork.beef, mode=gui, mediatype=set, dbid=$INFO[ListItem.DBID])</onclick>
  253. <visible>!Skin.HasSetting(KioskMode.Enabled)</visible>
  254. </control>
  255. <control type="button" id="298" description="AB: All Art">
  256. <height>90</height>
  257. <width min="220">auto</width>
  258. <align>center</align>
  259. <font>Details</font>
  260. <label>$LOCALIZE[32006]</label>
  261. <visible>system.hasaddon(script.artwork.beef)</visible>
  262. <onclick>XBMC.RunScript(script.artwork.beef, mode=auto, mediatype=set, dbid=$INFO[ListItem.DBID])</onclick>
  263. <visible>!Skin.HasSetting(KioskMode.Enabled)</visible>
  264. </control> -->
  265. <control type="button" id="296" description="Show Fanart">
  266. <height>90</height>
  267. <width min="220">auto</width>
  268. <align>center</align>
  269. <font>Details</font>
  270. <label>$LOCALIZE[32068]</label>
  271. <onclick>SetProperty(fanart,$ESCINFO[ListItem.Art(fanart)],home)</onclick>
  272. <onclick>ActivateWindow(1126)</onclick>
  273. <visible>!String.IsEmpty(ListItem.Art(fanart))</visible>
  274. </control>
  275. </control>
  276.  
  277. <!-- The use of two different cast panels, depending on whether ExtendedInfo is enabled in the skin has been adapted from MikeSiLVO's code.
  278. Many thanks to him -->
  279.  
  280. <control type="group">
  281. <posx>700</posx>
  282. <posy>640</posy>
  283. <width>1180</width>
  284. <height>410</height>
  285. <onup>9000</onup>
  286. <ondown>noop</ondown>
  287. <visible>!Control.HasFocus(10)</visible>
  288. <include condition="String.IsEqual(ListItem.DBType,set)">ExtendedSet</include>
  289. </control>
  290.  
  291. <control type="group">
  292. <visible>Control.HasFocus(10)</visible>
  293. <include>VisibleFadeEffectDelay</include>
  294. <posx>700</posx>
  295. <posy>640</posy>
  296. <control type="image" description="Current poster">
  297. <include>VisibleFadeEffectDelay</include>
  298. <posx>10</posx>
  299. <width>330</width>
  300. <height>340</height>
  301. <texture>$VAR[Poster]</texture>
  302. <aspectratio>keep</aspectratio>
  303. </control>
  304. <control type="label" description="Poster Label">
  305. <posy>350</posy>
  306. <width>350</width>
  307. <height>40</height>
  308. <align>center</align>
  309. <label>$LOCALIZE[20021]</label>
  310. </control>
  311. <control type="image" description="Current fanart">
  312. <include>VisibleFadeEffectDelay</include>
  313. <posx>360</posx>
  314. <width>330</width>
  315. <height>340</height>
  316. <texture>$INFO[ListItem.Art(fanart)]</texture>
  317. <aspectratio>keep</aspectratio>
  318. </control>
  319. <control type="label" description="Path Label">
  320. <posx>350</posx>
  321. <posy>350</posy>
  322. <width>350</width>
  323. <height>40</height>
  324. <align>center</align>
  325. <label>$LOCALIZE[20445]</label>
  326. </control>
  327. <control type="image" description="Current thumb">
  328. <include>VisibleFadeEffectDelay</include>
  329. <posx>710</posx>
  330. <width>330</width>
  331. <height>340</height>
  332. <texture>$INFO[ListItem.Art(thumb)]</texture>
  333. <aspectratio>keep</aspectratio>
  334. </control>
  335. <control type="label" description="Path Label">
  336. <posx>700</posx>
  337. <posy>350</posy>
  338. <width>350</width>
  339. <height>40</height>
  340. <align>center</align>
  341. <label>$LOCALIZE[21371]</label>
  342. </control>
  343. </control>
  344. </controls>
  345. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement