Advertisement
Guest User

Untitled

a guest
Sep 9th, 2014
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.52 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol>1</defaultcontrol>
  4. <visible>[Window.IsActive(videoosd) | Window.IsActive(fullscreeninfo) | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding] + !Window.IsVisible(MusicOSD) + VideoPlayer.IsFullscreen</visible>
  5. <controls>
  6. <control type="group">
  7. <animation effect="slide" start="0,90" end="0,0" time="200">WindowOpen</animation>
  8. <animation effect="slide" start="0,90" end="0,0" time="200">VisibleChange</animation>
  9. <posy>1014</posy>
  10. <visible>!VideoPlayer.Content(LiveTV)</visible>
  11. <control type="image">
  12. <posx>0</posx>
  13. <posy>4</posy>
  14. <width>1920</width>
  15. <height>70</height>
  16. <texture border="1,32,1,1">bottombar.png</texture>
  17. </control>
  18. <control type="progress">
  19. <posx>0</posx>
  20. <posy>27</posy>
  21. <width>1920</width>
  22. <height>38</height>
  23. <texturebg border="2">osd/texturebg.png</texturebg>
  24. <lefttexture>-</lefttexture>
  25. <midtexture border="2">osd/midtexture_cache.png</midtexture>
  26. <righttexture>-</righttexture>
  27. <overlaytexture>-</overlaytexture>
  28. <info>Player.ProgressCache</info>
  29. </control>
  30. <control type="progress">
  31. <posx>0</posx>
  32. <posy>28</posy>
  33. <width>1920</width>
  34. <height>35</height>
  35. <texturebg border="1">osd/texturebg_cache.png</texturebg>
  36. <lefttexture>-</lefttexture>
  37. <midtexture border="2">osd/midtexture.png</midtexture>
  38. <righttexture>-</righttexture>
  39. <overlaytexture>-</overlaytexture>
  40. <info>Player.Progress</info>
  41. <colordiffuse>AAffffff</colordiffuse>
  42. </control>
  43. <control type="label">
  44. <posy>24</posy>
  45. <width>900</width>
  46. <height>90</height>
  47. <font>font14_title</font>
  48. <textoffsetx>15</textoffsetx>
  49. <textcolor>grey2</textcolor>
  50. <shadowcolor>shadow</shadowcolor>
  51. <align>left</align>
  52. <aligny>top</aligny>
  53. <textoffsety>-2</textoffsety>
  54. <label>$VAR[PlayerTitleLabelVar]</label>
  55. </control>
  56. <control type="label">
  57. <posy>24</posy>
  58. <posx>0</posx>
  59. <width>1920</width>
  60. <height>90</height>
  61. <font>font14_title</font>
  62. <textoffsetx>15</textoffsetx>
  63. <textcolor>grey2</textcolor>
  64. <shadowcolor>shadow</shadowcolor>
  65. <align>center</align>
  66. <aligny>top</aligny>
  67. <textoffsety>-2</textoffsety>
  68. <label>$VAR[SeekLabelVar]</label>
  69. <visible>!VideoPlayer.Content(LiveTV)</visible>
  70. </control>
  71. <control type="label">
  72. <posy>24</posy>
  73. <posx>0</posx>
  74. <width>1920</width>
  75. <height>90</height>
  76. <font>font14_title</font>
  77. <textoffsetx>15</textoffsetx>
  78. <textcolor>grey2</textcolor>
  79. <shadowcolor>shadow</shadowcolor>
  80. <align>center</align>
  81. <aligny>top</aligny>
  82. <textoffsety>-2</textoffsety>
  83. <label>$INFO[System.Time]$INFO[VideoPlayer.EndTime, / ]</label>
  84. <visible>VideoPlayer.Content(LiveTV)</visible>
  85. </control>
  86. <control type="label">
  87. <posy>24</posy>
  88. <posx>1920</posx>
  89. <width>900</width>
  90. <height>90</height>
  91. <font>font14_title</font>
  92. <textoffsetx>15</textoffsetx>
  93. <textcolor>grey2</textcolor>
  94. <shadowcolor>shadow</shadowcolor>
  95. <align>right</align>
  96. <aligny>top</aligny>
  97. <textoffsety>-2</textoffsety>
  98. <label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
  99. <visible>!VideoPlayer.Content(LiveTV)</visible>
  100. </control>
  101. <control type="label">
  102. <posy>24</posy>
  103. <posx>1920</posx>
  104. <width>900</width>
  105. <height>90</height>
  106. <font>font14_title</font>
  107. <textoffsetx>15</textoffsetx>
  108. <textcolor>grey2</textcolor>
  109. <shadowcolor>shadow</shadowcolor>
  110. <align>right</align>
  111. <aligny>top</aligny>
  112. <textoffsety>-2</textoffsety>
  113. <label>$INFO[VideoPlayer.NextTitle,$LOCALIZE[19031]: ]</label>
  114. <visible>VideoPlayer.Content(LiveTV)</visible>
  115. </control>
  116. <control type="slider" id="401">
  117. <description>Seek Slider</description>
  118. <left>0</left>
  119. <top>0</top>
  120. <width>1920</width>
  121. <height>12</height>
  122. <texturesliderbar>seekslider2.png</texturesliderbar>
  123. <textureslidernib>osd_slider_nib.png</textureslidernib>
  124. <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
  125. <visible>Player.Seeking</visible>
  126. </control>
  127. </control>
  128.  
  129. <control type="group">
  130. <animation effect="slide" start="0,290" end="0,0" time="200">WindowOpen</animation>
  131. <animation effect="slide" start="0,290" end="0,0" time="200">VisibleChange</animation>
  132. <posy>814</posy>
  133. <visible>VideoPlayer.Content(LiveTV)</visible>
  134. <control type="image">
  135. <posx>0</posx>
  136. <posy>4</posy>
  137. <width>1920</width>
  138. <height>270</height>
  139. <texture border="1,32,1,1">bottombar.png</texture>
  140. </control>
  141. <control type="image">
  142. <posy>28</posy>
  143. <width>238</width>
  144. <height>238</height>
  145. <include>MediaFlagVars</include>
  146. <texture background="true">$INFO[Player.Art(thumb)]</texture>
  147. </control>
  148. <control type="label">
  149. <posx>238</posx>
  150. <posy>28</posy>
  151. <width>1682</width>
  152. <height>40</height>
  153. <font>font15_title</font>
  154. <textoffsetx>15</textoffsetx>
  155. <textcolor>grey</textcolor>
  156. <shadowcolor>shadow</shadowcolor>
  157. <label>[B]$INFO[VideoPlayer.ChannelNumber,,: ]$INFO[VideoPlayer.ChannelName][/B]</label>
  158. </control>
  159. <control type="progress">
  160. <posx>1520</posx>
  161. <posy>28</posy>
  162. <width>400</width>
  163. <height>38</height>
  164. <texturebg border="2">osd/texturebg.png</texturebg>
  165. <lefttexture>-</lefttexture>
  166. <midtexture border="2">osd/midtexture_cache.png</midtexture>
  167. <righttexture>-</righttexture>
  168. <overlaytexture>-</overlaytexture>
  169. <info>Player.ProgressCache</info>
  170. </control>
  171. <control type="progress">
  172. <posx>1520</posx>
  173. <posy>29</posy>
  174. <width>400</width>
  175. <height>35</height>
  176. <texturebg border="1">osd/texturebg_cache.png</texturebg>
  177. <lefttexture>-</lefttexture>
  178. <midtexture border="2">osd/midtexture.png</midtexture>
  179. <righttexture>-</righttexture>
  180. <overlaytexture>-</overlaytexture>
  181. <info>Player.Progress</info>
  182. <colordiffuse>AAffffff</colordiffuse>
  183. </control>
  184. <control type="label">
  185. <posx>238</posx>
  186. <posy>72</posy>
  187. <width>1682</width>
  188. <height>40</height>
  189. <font>font14_title</font>
  190. <textoffsetx>15</textoffsetx>
  191. <textcolor>grey2</textcolor>
  192. <shadowcolor>shadow</shadowcolor>
  193. <label>$INFO[VideoPlayer.Title]</label>
  194. </control>
  195. <control type="label">
  196. <posx>1920</posx>
  197. <posy>72</posy>
  198. <width>1682</width>
  199. <height>40</height>
  200. <align>right</align>
  201. <font>font14_title</font>
  202. <textoffsetx>15</textoffsetx>
  203. <textcolor>grey2</textcolor>
  204. <shadowcolor>shadow</shadowcolor>
  205. <label>$INFO[VideoPlayer.NextTitle,[COLOR labelheader]$LOCALIZE[19031]: [/COLOR]]$INFO[VideoPlayer.NextStartTime, (, - ]$INFO[VideoPlayer.NextEndTime,,)]</label>
  206. </control>
  207. <control type="label">
  208. <posx>1520</posx>
  209. <posy>28</posy>
  210. <width>300</width>
  211. <height>35</height>
  212. <font>font14_title</font>
  213. <textoffsetx>10</textoffsetx>
  214. <textcolor>grey2</textcolor>
  215. <shadowcolor>shadow</shadowcolor>
  216. <label>$INFO[VideoPlayer.StartTime]</label>
  217. </control>
  218. <control type="label">
  219. <posx>1920</posx>
  220. <posy>28</posy>
  221. <width>300</width>
  222. <height>35</height>
  223. <align>right</align>
  224. <font>font14_title</font>
  225. <textoffsetx>10</textoffsetx>
  226. <textcolor>grey2</textcolor>
  227. <shadowcolor>shadow</shadowcolor>
  228. <label>$INFO[VideoPlayer.EndTime]</label>
  229. </control>
  230. <control type="textbox">
  231. <label>$INFO[VideoPlayer.Plot]</label>
  232. <posx>253</posx>
  233. <posy>112</posy>
  234. <width>1652</width>
  235. <height>100</height>
  236. <font>font14_textbox</font>
  237. <include>ShowCaseInfoPanelButtonsValues</include>
  238. <autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
  239. </control>
  240. <control type="label">
  241. <posx>238</posx>
  242. <posy>220</posy>
  243. <width>1682</width>
  244. <height>40</height>
  245. <font>font12</font>
  246. <textoffsetx>15</textoffsetx>
  247. <textcolor>grey3</textcolor>
  248. <shadowcolor>shadow</shadowcolor>
  249. <label>$INFO[System.Time,, | ]$INFO[System.Date]</label>
  250. </control>
  251. <control type="label">
  252. <posx>1920</posx>
  253. <posy>220</posy>
  254. <width>1682</width>
  255. <height>40</height>
  256. <align>right</align>
  257. <font>font12</font>
  258. <textoffsetx>15</textoffsetx>
  259. <textcolor>grey3</textcolor>
  260. <shadowcolor>shadow</shadowcolor>
  261. <label>$INFO[VideoPlayer.VideoResolution,, | ]$INFO[VideoPlayer.VideoCodec,, | ]$INFO[VideoPlayer.AudioCodec,, | ]$VAR[AudioChannelVar,, | ]$INFO[VideoPlayer.VideoAspect]</label>
  262. </control>
  263. </control>
  264.  
  265. <control type="image">
  266. <posx>1470</posx>
  267. <posy>780</posy>
  268. <width>450</width>
  269. <height>254</height>
  270. <aspectratio aligny="bottom" align="right">keep</aspectratio>
  271. <texture background="true">$VAR[PlayerArtworkVar]</texture>
  272. <visible>Player.Paused | Window.IsActive(fullscreeninfo) | Window.IsActive(videoosd)</visible>
  273. <animation effect="slide" start="0,300" end="0,0" time="200">WindowOpen</animation>
  274. <animation effect="slide" start="0,300" end="0,0" time="200">VisibleChange</animation>
  275. </control>
  276.  
  277. <control type="group">
  278. <posx>867</posx>
  279. <posy>447</posy>
  280. <animation type="VisibleChange" reversible="false">
  281. <effect type="fade" start="0" end="100" time="500" />
  282. </animation>
  283. <animation type="WindowOpen" reversible="false">
  284. <effect type="fade" start="0" end="100" time="500" />
  285. </animation>
  286. <animation type="WindowClose" reversible="false">
  287. <effect type="fade" start="100" end="0" time="500" />
  288. </animation>
  289. <visible>Player.Paused</visible>
  290. <control type="image">
  291. <posx>0</posx>
  292. <posy>0</posy>
  293. <width>186</width>
  294. <height>186</height>
  295. <texture>osd/bg_play_large.png</texture>
  296. </control>
  297. <control type="image">
  298. <posx>0</posx>
  299. <posy>0</posy>
  300. <width>186</width>
  301. <height>186</height>
  302. <texture>osd/btn_pause.png</texture>
  303. </control>
  304. </control>
  305.  
  306.  
  307.  
  308. <control type="grouplist">
  309. <posx>30</posx>
  310. <posy>930</posy>
  311. <width>748</width>
  312. <height>150</height>
  313. <itemgap>10</itemgap>
  314. <orientation>horizontal</orientation>
  315. <include>VisibleFadeEffect</include>
  316. <visible>Player.Forwarding | Player.Rewinding</visible>
  317. <usecontrolcoords>true</usecontrolcoords>
  318. <control type="image">
  319. <posy>3</posy>
  320. <width>90</width>
  321. <height>87</height>
  322. <aspectratio>keep</aspectratio>
  323. <texture flipx="true">osd/ff.png</texture>
  324. <colordiffuse>FFe5e5e5</colordiffuse>
  325. <animation effect="fade" start="100" end="60" time="800" pulse="true" condition="true">Conditional</animation>
  326. <visible>Player.Rewinding</visible>
  327. </control>
  328. <control type="label">
  329. <label>$VAR[VideoPlayerForwardRewindVar]</label>
  330. <width min="10" max="300">auto</width>
  331. <height>90</height>
  332. <textoffsetx>0</textoffsetx>
  333. <aligny>center</aligny>
  334. <font>font_MainMenu</font>
  335. <shadowcolor>44000000</shadowcolor>
  336. <textcolor>DDe5e5e5</textcolor>
  337. </control>
  338. <control type="image">
  339. <posy>3</posy>
  340. <width>90</width>
  341. <height>87</height>
  342. <aspectratio>keep</aspectratio>
  343. <texture>osd/ff.png</texture>
  344. <colordiffuse>FFe5e5e5</colordiffuse>
  345. <animation effect="fade" start="100" end="60" time="800" pulse="true" condition="true">Conditional</animation>
  346. <visible>Player.Forwarding</visible>
  347. </control>
  348. </control>
  349. </controls>
  350. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement