Advertisement
Guest User

VideoFullScreen

a guest
Oct 7th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol>-</defaultcontrol>
  4. <controls>
  5. <!-- media infos -->
  6. <control type="group" id="1">
  7. <visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(SliderDialog)]</visible>
  8. <animation effect="fade" time="200">VisibleChange</animation>
  9. <control type="image" id="1">
  10. <left>0</left>
  11. <top>-150</top>
  12. <width>1280</width>
  13. <height>256</height>
  14. <texture flipy="true" border="1">HomeNowPlayingBack.png</texture>
  15. </control>
  16. <control type="label" id="1">
  17. <description>Chapter Count Header label</description>
  18. <left>30</left>
  19. <top>5</top>
  20. <width>1000</width>
  21. <height>25</height>
  22. <align>left</align>
  23. <aligny>center</aligny>
  24. <font>font13</font>
  25. <textcolor>white</textcolor>
  26. <shadowcolor>black</shadowcolor>
  27. <label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]$INFO[Player.ChapterName,[COLOR=grey] - (,)[/COLOR]]</label>
  28. <visible>Player.ChapterCount + !VideoPlayer.Content(LiveTV)</visible>
  29. </control>
  30. <control type="label" id="1">
  31. <description>Channel Group label</description>
  32. <left>30</left>
  33. <top>5</top>
  34. <width>1000</width>
  35. <height>25</height>
  36. <align>left</align>
  37. <aligny>center</aligny>
  38. <font>font13</font>
  39. <textcolor>white</textcolor>
  40. <shadowcolor>black</shadowcolor>
  41. <label>$INFO[VideoPlayer.ChannelGroup,$LOCALIZE[31509]: ]</label>
  42. <visible>VideoPlayer.Content(LiveTV)</visible>
  43. </control>
  44. <control type="label" id="1">
  45. <description>Clock label</description>
  46. <left>450</left>
  47. <top>5</top>
  48. <width>800</width>
  49. <height>25</height>
  50. <align>right</align>
  51. <aligny>center</aligny>
  52. <font>font13</font>
  53. <textcolor>white</textcolor>
  54. <shadowcolor>black</shadowcolor>
  55. <label>$INFO[System.Time]</label>
  56. <animation effect="slide" start="0,0" end="-70,0" time="0" condition="Window.IsVisible(VideoOSD)">conditional</animation>
  57. </control>
  58.  
  59.  
  60. <!-- JOSSAN bakgrundsgradient för Now Playing-->
  61. <control type="image" id="1">
  62. <left>0</left>
  63. <top>80</top>
  64. <width>1280</width>
  65. <height>230</height>
  66. <texture border="1" flipy="true">HomeNowPlayingBack.png</texture>
  67. </control>
  68.  
  69.  
  70. <control type="image" id="1">
  71. <description>cover image</description>
  72. <left>20</left>
  73. <top>260r</top>
  74. <width>300</width>
  75. <height>230</height>
  76. <texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
  77. <aspectratio aligny="bottom">keep</aspectratio>
  78. <bordertexture border="8">ThumbShadow.png</bordertexture>
  79. <bordersize>8</bordersize>
  80. <visible>!VideoPlayer.Content(Movies)</visible>
  81. </control>
  82.  
  83. <!-- JOSSAN Omslagsbild -->
  84. <control type="image" id="1">
  85. <description>Movie cover image</description>
  86. <left>0</left>
  87. <top>30</top>
  88. <width>300</width>
  89. <height>330</height>
  90. <texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
  91. <aspectratio aligny="bottom">keep</aspectratio>
  92. <bordertexture border="8">ThumbShadow.png</bordertexture>
  93. <bordersize>8</bordersize>
  94. <visible>VideoPlayer.Content(Movies)</visible>
  95. </control>
  96.  
  97.  
  98. <!-- JOSSAN -->
  99. <control type="group" id="1">
  100. <left>330</left>
  101. <top>100</top>
  102. <control type="label" id="1">
  103. <description>Heading label</description>
  104. <left>0</left>
  105. <top>0</top>
  106. <width>910</width>
  107. <height>25</height>
  108. <align>left</align>
  109. <aligny>center</aligny>
  110. <font>font13</font>
  111. <label>$LOCALIZE[31040]</label>
  112. <textcolor>white</textcolor>
  113. <shadowcolor>black</shadowcolor>
  114. <visible>![VideoPlayer.Content(LiveTV) + Player.Recording]</visible>
  115. <animation effect="slide" start="0,0" end="0,25" time="0" condition="!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(MusicVideos) + !VideoPlayer.Content(LiveTV)">conditional</animation>
  116. </control>
  117. <control type="image" id="1">
  118. <top>0</top>
  119. <width>50</width>
  120. <height>25</height>
  121. <aspectratio align="center" aligny="center">keep</aspectratio>
  122. <texture>PVR-IsRecording.png</texture>
  123. <visible>VideoPlayer.Content(LiveTV) + Player.Recording</visible>
  124. </control>
  125. <control type="label" id="1">
  126. <description>Heading label</description>
  127. <left>50</left>
  128. <top>0</top>
  129. <width>860</width>
  130. <height>25</height>
  131. <align>left</align>
  132. <aligny>center</aligny>
  133. <font>font13</font>
  134. <label>$LOCALIZE[19158]</label>
  135. <textcolor>white</textcolor>
  136. <shadowcolor>black</shadowcolor>
  137. <visible>VideoPlayer.Content(LiveTV) + Player.Recording</visible>
  138. </control>
  139. <control type="label" id="1">
  140. <description>Studio label</description>
  141. <left>20</left>
  142. <top>30</top>
  143. <width>910</width>
  144. <height>25</height>
  145. <align>left</align>
  146. <font>font12</font>
  147. <label>$INFO[VideoPlayer.Studio]</label>
  148. <textcolor>grey2</textcolor>
  149. <shadowcolor>black</shadowcolor>
  150. <visible>VideoPlayer.Content(Movies)</visible>
  151. </control>
  152. <control type="label" id="1">
  153. <description>TV Show label</description>
  154. <left>20</left>
  155. <top>30</top>
  156. <width>910</width>
  157. <height>25</height>
  158. <align>left</align>
  159. <font>font12</font>
  160. <label>$INFO[VideoPlayer.TVShowTitle] ($INFO[VideoPlayer.Season,,x]$INFO[VideoPlayer.Episode])</label>
  161. <textcolor>grey2</textcolor>
  162. <shadowcolor>black</shadowcolor>
  163. <visible>VideoPlayer.Content(Episodes)</visible>
  164. </control>
  165. <control type="label" id="1">
  166. <description>Music Info label</description>
  167. <left>20</left>
  168. <top>30</top>
  169. <width>910</width>
  170. <height>25</height>
  171. <align>left</align>
  172. <font>font12</font>
  173. <label>$INFO[VideoPlayer.Artist] $INFO[VideoPlayer.Album, - ]</label>
  174. <textcolor>grey2</textcolor>
  175. <shadowcolor>black</shadowcolor>
  176. <visible>VideoPlayer.Content(MusicVideos)</visible>
  177. </control>
  178. <control type="label" id="1">
  179. <description>LiveTV Info label</description>
  180. <left>20</left>
  181. <top>30</top>
  182. <width>910</width>
  183. <height>25</height>
  184. <align>left</align>
  185. <font>font12</font>
  186. <label>$INFO[VideoPlayer.ChannelName]$INFO[VideoPlayer.ChannelNumber, - ([COLOR=blue],[/COLOR])]</label>
  187. <textcolor>grey2</textcolor>
  188. <shadowcolor>black</shadowcolor>
  189. <visible>VideoPlayer.Content(LiveTV)</visible>
  190. </control>
  191.  
  192. <!-- JOSSAN: Titelrad med upplösning, spår, språk etc -->
  193. <control type="grouplist" id="1">
  194. <left>20</left>
  195. <top>60</top>
  196. <width>910</width>
  197. <height>35</height>
  198. <itemgap>5</itemgap>
  199. <orientation>horizontal</orientation>
  200. <control type="label" id="1">
  201. <width min="10" max="520">auto</width>
  202. <height>30</height>
  203. <font>font30</font>
  204. <align>left</align>
  205. <aligny>center</aligny>
  206. <label>$INFO[Player.Title]</label>
  207. <textcolor>orange</textcolor>
  208. <scroll>true</scroll>
  209. </control>
  210. <control type="image" id="1">
  211. <description>Video Resolution Image</description>
  212. <width>50</width>
  213. <height>35</height>
  214. <aspectratio align="center">keep</aspectratio>
  215. <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
  216. </control>
  217. <control type="image" id="1">
  218. <description>Audio Codec Image</description>
  219. <width>85</width>
  220. <height>35</height>
  221. <aspectratio align="center">keep</aspectratio>
  222. <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
  223. </control>
  224. <control type="image" id="1">
  225. <description>Audio Channels Image</description>
  226. <width>50</width>
  227. <height>35</height>
  228. <aspectratio align="center">keep</aspectratio>
  229. <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
  230. </control>
  231. <control type="group" id="1">
  232. <width>85</width>
  233. <height>35</height>
  234. <visible>!IsEmpty(VideoPlayer.AudioLanguage)</visible>
  235. <control type="image" id="1">
  236. <left>5</left>
  237. <top>0</top>
  238. <description>Audio Language Image</description>
  239. <width>80</width>
  240. <height>35</height>
  241. <texture>flagging/AudioLang.png</texture>
  242. </control>
  243. <control type="label" id="1">
  244. <left>38</left>
  245. <top>2</top>
  246. <width>47</width>
  247. <height>35</height>
  248. <font>font13</font>
  249. <align>left</align>
  250. <label>$INFO[VideoPlayer.AudioLanguage]</label>
  251. <textcolor>grey</textcolor>
  252. </control>
  253. </control>
  254. <control type="group" id="1">
  255. <width>85</width>
  256. <height>35</height>
  257. <visible>!IsEmpty(VideoPlayer.SubtitlesLanguage)</visible>
  258. <control type="image" id="1">
  259. <left>5</left>
  260. <top>0</top>
  261. <width>80</width>
  262. <height>35</height>
  263. <texture>flagging/SubLang.png</texture>
  264. </control>
  265. <control type="label" id="1">
  266. <left>38</left>
  267. <top>2</top>
  268. <width>47</width>
  269. <height>35</height>
  270. <font>font13</font>
  271. <align>left</align>
  272. <label>$INFO[VideoPlayer.SubtitlesLanguage]</label>
  273. <textcolor>grey</textcolor>
  274. </control>
  275. </control>
  276. </control>
  277.  
  278.  
  279. <control type="label" id="1">
  280. <left>0</left>
  281. <top>120</top>
  282. <width>910</width>
  283. <height>25</height>
  284. <label>$LOCALIZE[31049] $INFO[Player.FinishTime]</label>
  285. <align>center</align>
  286. <aligny>center</aligny>
  287. <font>font12</font>
  288. <textcolor>grey</textcolor>
  289. <scroll>true</scroll>
  290. <visible>!Window.IsVisible(VideoOSD) + !VideoPlayer.Content(LiveTV)</visible>
  291. <animation effect="fade" time="200">VisibleChange</animation>
  292. </control>
  293. <control type="label" id="1">
  294. <left>0</left>
  295. <top>120</top>
  296. <width>910</width>
  297. <height>25</height>
  298. <label>$INFO[VideoPlayer.NextTitle,$LOCALIZE[19031]: ]</label>
  299. <align>center</align>
  300. <aligny>center</aligny>
  301. <font>font12</font>
  302. <textcolor>grey</textcolor>
  303. <scroll>true</scroll>
  304. <visible>!Window.IsVisible(VideoOSD) + VideoPlayer.Content(LiveTV)</visible>
  305. <animation effect="fade" time="200">VisibleChange</animation>
  306. </control>
  307.  
  308.  
  309. </control>
  310.  
  311. <!-- JOSSAN slidern -->
  312. <control type="group" id="1">
  313. <left>280</left>
  314. <top>45</top>
  315. <visible>!VideoPlayer.Content(LiveTV) | [VideoPlayer.Content(LiveTV) + VideoPlayer.HasEpg]</visible>
  316. <control type="label" id="1">
  317. <visible>!VideoPlayer.Content(LiveTV)</visible>
  318. <left>0</left>
  319. <top>0</top>
  320. <width>100</width>
  321. <height>40</height>
  322. <font>font13</font>
  323. <align>left</align>
  324. <aligny>center</aligny>
  325. <label>$INFO[Player.Time(hh:mm:ss)]</label>
  326. </control>
  327.  
  328.  
  329. <control type="label" id="1">
  330. <visible>VideoPlayer.Content(LiveTV)</visible>
  331. <left>0</left>
  332. <top>0</top>
  333. <width>100</width>
  334. <height>40</height>
  335. <font>font13</font>
  336. <align>left</align>
  337. <aligny>center</aligny>
  338. <label>$INFO[Player.StartTime(hh:mm)]</label>
  339. </control>
  340. <control type="progress" id="1">
  341. <description>ProgressbarCache</description>
  342. <left>100</left>
  343. <top>15</top>
  344. <width>720</width>
  345. <height>16</height>
  346. <info>Player.ProgressCache</info>
  347. <midtexture border="6,0,6,0">OSDProgressMidLight.png</midtexture>
  348. </control>
  349. <control type="progress" id="1">
  350. <description>Progressbar</description>
  351. <left>100</left>
  352. <top>15</top>
  353. <width>720</width>
  354. <height>16</height>
  355. <info>Player.Progress</info>
  356. </control>
  357. <control type="label" id="1">
  358. <visible>!VideoPlayer.Content(LiveTV)</visible>
  359. <left>820</left>
  360. <top>0</top>
  361. <width>100</width>
  362. <height>40</height>
  363. <font>font13</font>
  364. <align>right</align>
  365. <aligny>center</aligny>
  366. <label>$INFO[Player.Duration(hh:mm:ss)]</label>
  367. </control>
  368. <control type="label" id="1">
  369. <visible>VideoPlayer.Content(LiveTV)</visible>
  370. <left>820</left>
  371. <top>0</top>
  372. <width>100</width>
  373. <height>40</height>
  374. <font>font13</font>
  375. <align>right</align>
  376. <aligny>center</aligny>
  377. <label>$INFO[Player.FinishTime(hh:mm)]</label>
  378. </control>
  379. </control>
  380. </control>
  381.  
  382. <!-- JOSSAN NEdan Kan för närvarande bortses från -->
  383. <!-- codec info -->
  384. <control type="group" id="0">
  385. <left>0</left>
  386. <top>20</top>
  387. <animation effect="fade" time="200">VisibleChange</animation>
  388. <control type="image">
  389. <description>media info background image</description>
  390. <left>0</left>
  391. <top>0</top>
  392. <width>1280</width>
  393. <height>155</height>
  394. <texture>black-back.png</texture>
  395. </control>
  396. <control type="label" id="10">
  397. <description>row 1 label</description>
  398. <left>50</left>
  399. <top>10</top>
  400. <width>1180</width>
  401. <height>30</height>
  402. <align>left</align>
  403. <aligny>center</aligny>
  404. <font>font12</font>
  405. <label>-</label>
  406. </control>
  407. <control type="label" id="11">
  408. <description>row 2 label</description>
  409. <left>50</left>
  410. <top>55</top>
  411. <width>1180</width>
  412. <height>30</height>
  413. <align>left</align>
  414. <aligny>center</aligny>
  415. <font>font12</font>
  416. <label>-</label>
  417. </control>
  418. <control type="label" id="12">
  419. <description>row 3 label</description>
  420. <left>50</left>
  421. <top>100</top>
  422. <width>1180</width>
  423. <height>45</height>
  424. <align>left</align>
  425. <aligny>center</aligny>
  426. <font>font12</font>
  427. <label>-</label>
  428. </control>
  429. </control>
  430.  
  431.  
  432. <control type="selectbutton" id="503">
  433. <left>440</left>
  434. <top>100</top>
  435. <width>400</width>
  436. <height>100</height>
  437. <font>font13caps</font>
  438. <description>TV Channel Group Select Button</description>
  439. <texturebg border="20">OverlayDialogBackground.png</texturebg>
  440. <onleft>503</onleft>
  441. <onright>503</onright>
  442. <onup>500</onup>
  443. <ondown>500</ondown>
  444. <include>VisibleFadeEffect</include>
  445. </control>
  446.  
  447.  
  448. <control type="group">
  449. <visible>Player.ShowCodec + VideoPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible>
  450. <top>180</top>
  451. <control type="image">
  452. <description>media info background image</description>
  453. <left>0</left>
  454. <top>0</top>
  455. <width>1280</width>
  456. <height>220</height>
  457. <texture>black-back.png</texture>
  458. </control>
  459. <control type="label">
  460. <description>Header</description>
  461. <left>50</left>
  462. <top>5</top>
  463. <width>1200</width>
  464. <height>25</height>
  465. <label>$LOCALIZE[19005]</label>
  466. <align>left</align>
  467. <aligny>center</aligny>
  468. <font>font13_title</font>
  469. <textcolor>blue</textcolor>
  470. </control>
  471. <control type="label">
  472. <description>Backend</description>
  473. <left>50</left>
  474. <top>40</top>
  475. <width>165</width>
  476. <height>25</height>
  477. <label>$LOCALIZE[19012]:</label>
  478. <align>left</align>
  479. <aligny>center</aligny>
  480. <font>font12</font>
  481. <textcolor>grey2</textcolor>
  482. </control>
  483. <control type="label">
  484. <description>Backend value</description>
  485. <left>220</left>
  486. <top>40</top>
  487. <width>1000</width>
  488. <height>25</height>
  489. <label>$INFO[PVR.ActStreamClient]</label>
  490. <align>left</align>
  491. <aligny>center</aligny>
  492. <font>font12</font>
  493. <textcolor>white</textcolor>
  494. </control>
  495. <control type="label">
  496. <description>Device</description>
  497. <left>50</left>
  498. <top>65</top>
  499. <width>165</width>
  500. <height>25</height>
  501. <label>$LOCALIZE[19006]:</label>
  502. <align>left</align>
  503. <aligny>center</aligny>
  504. <font>font12</font>
  505. <textcolor>grey2</textcolor>
  506. </control>
  507. <control type="label">
  508. <description>Device value</description>
  509. <left>220</left>
  510. <top>65</top>
  511. <width>1000</width>
  512. <height>25</height>
  513. <label>$INFO[PVR.ActStreamDevice]</label>
  514. <align>left</align>
  515. <aligny>center</aligny>
  516. <font>font12</font>
  517. <textcolor>white</textcolor>
  518. </control>
  519. <control type="label">
  520. <description>Status</description>
  521. <left>50</left>
  522. <top>90</top>
  523. <width>165</width>
  524. <height>25</height>
  525. <label>$LOCALIZE[19007]:</label>
  526. <align>left</align>
  527. <aligny>center</aligny>
  528. <font>font12</font>
  529. <textcolor>grey2</textcolor>
  530. </control>
  531. <control type="label">
  532. <description>Status value</description>
  533. <left>220</left>
  534. <top>90</top>
  535. <width>1000</width>
  536. <height>25</height>
  537. <label>$INFO[PVR.ActStreamStatus]</label>
  538. <align>left</align>
  539. <aligny>center</aligny>
  540. <font>font12</font>
  541. <textcolor>white</textcolor>
  542. </control>
  543. <control type="label">
  544. <description>Signal</description>
  545. <left>50</left>
  546. <top>115</top>
  547. <width>165</width>
  548. <height>25</height>
  549. <label>$LOCALIZE[19008]:</label>
  550. <align>left</align>
  551. <aligny>center</aligny>
  552. <font>font12</font>
  553. <textcolor>grey2</textcolor>
  554. </control>
  555. <control type="progress">
  556. <description>Progressbar</description>
  557. <left>220</left>
  558. <top>122</top>
  559. <width>910</width>
  560. <height>14</height>
  561. <info>PVR.ActStreamProgrSignal</info>
  562. </control>
  563. <control type="label">
  564. <description>Signal value</description>
  565. <left>1200</left>
  566. <top>115</top>
  567. <width>180</width>
  568. <height>25</height>
  569. <label>$INFO[PVR.ActStreamSignal]</label>
  570. <align>left</align>
  571. <aligny>center</aligny>
  572. <font>font12</font>
  573. <textcolor>white</textcolor>
  574. </control>
  575. <control type="label">
  576. <description>SNR</description>
  577. <left>50</left>
  578. <top>140</top>
  579. <width>165</width>
  580. <height>25</height>
  581. <label>$LOCALIZE[19009]:</label>
  582. <align>left</align>
  583. <aligny>center</aligny>
  584. <font>font12</font>
  585. <textcolor>grey2</textcolor>
  586. </control>
  587. <control type="progress">
  588. <description>Progressbar</description>
  589. <left>220</left>
  590. <top>147</top>
  591. <width>910</width>
  592. <height>14</height>
  593. <overlaytexture>-</overlaytexture>
  594. <info>PVR.ActStreamProgrSNR</info>
  595. </control>
  596. <control type="label">
  597. <description>SNR value</description>
  598. <left>1200</left>
  599. <top>140</top>
  600. <width>180</width>
  601. <height>25</height>
  602. <label>$INFO[PVR.ActStreamSNR]</label>
  603. <align>left</align>
  604. <aligny>center</aligny>
  605. <font>font12</font>
  606. <textcolor>white</textcolor>
  607. </control>
  608. <control type="label">
  609. <description>BER</description>
  610. <left>50</left>
  611. <top>165</top>
  612. <width>165</width>
  613. <height>25</height>
  614. <label>$LOCALIZE[19010]:</label>
  615. <align>left</align>
  616. <aligny>center</aligny>
  617. <font>font12</font>
  618. <textcolor>grey2</textcolor>
  619. </control>
  620. <control type="label">
  621. <description>BER value</description>
  622. <left>220</left>
  623. <top>165</top>
  624. <width>165</width>
  625. <height>25</height>
  626. <label>$INFO[PVR.ActStreamBER]</label>
  627. <align>left</align>
  628. <aligny>center</aligny>
  629. <font>font12</font>
  630. <textcolor>white</textcolor>
  631. </control>
  632. <control type="label">
  633. <description>UNC</description>
  634. <left>390</left>
  635. <top>165</top>
  636. <width>165</width>
  637. <height>25</height>
  638. <label>$LOCALIZE[19011]:</label>
  639. <align>left</align>
  640. <aligny>center</aligny>
  641. <font>font12</font>
  642. <textcolor>grey2</textcolor>
  643. </control>
  644. <control type="label">
  645. <description>UNC value</description>
  646. <left>560</left>
  647. <top>165</top>
  648. <width>165</width>
  649. <height>25</height>
  650. <label>$INFO[PVR.ActStreamUNC]</label>
  651. <align>left</align>
  652. <aligny>center</aligny>
  653. <font>font12</font>
  654. <textcolor>white</textcolor>
  655. </control>
  656. <control type="label">
  657. <description>Service</description>
  658. <left>730</left>
  659. <top>165</top>
  660. <width>165</width>
  661. <height>25</height>
  662. <label>$LOCALIZE[19099]:</label>
  663. <align>left</align>
  664. <aligny>center</aligny>
  665. <font>font12</font>
  666. <textcolor>grey2</textcolor>
  667. </control>
  668. <control type="label">
  669. <description>Service value</description>
  670. <left>900</left>
  671. <top>165</top>
  672. <width>330</width>
  673. <height>25</height>
  674. <label>$INFO[PVR.ActStreamServiceName]</label>
  675. <align>left</align>
  676. <aligny>center</aligny>
  677. <font>font12</font>
  678. <textcolor>white</textcolor>
  679. </control>
  680. <control type="label">
  681. <description>Encryption</description>
  682. <left>50</left>
  683. <top>190</top>
  684. <width>165</width>
  685. <height>25</height>
  686. <label>$LOCALIZE[19015]:</label>
  687. <align>left</align>
  688. <aligny>center</aligny>
  689. <font>font12</font>
  690. <textcolor>grey2</textcolor>
  691. </control>
  692. <control type="label">
  693. <description>Encryption value</description>
  694. <left>220</left>
  695. <top>190</top>
  696. <width>165</width>
  697. <height>25</height>
  698. <label>$INFO[PVR.ActStreamEncryptionName]</label>
  699. <align>left</align>
  700. <aligny>center</aligny>
  701. <font>font12</font>
  702. <textcolor>white</textcolor>
  703. </control>
  704. <control type="label">
  705. <description>Provider</description>
  706. <left>390</left>
  707. <top>190</top>
  708. <width>165</width>
  709. <height>25</height>
  710. <label>$LOCALIZE[19101]:</label>
  711. <align>left</align>
  712. <aligny>center</aligny>
  713. <font>font12</font>
  714. <textcolor>grey2</textcolor>
  715. </control>
  716. <control type="label">
  717. <description>Provider value</description>
  718. <left>560</left>
  719. <top>190</top>
  720. <width>165</width>
  721. <height>25</height>
  722. <label>$INFO[PVR.ActStreamProviderName]</label>
  723. <align>left</align>
  724. <aligny>center</aligny>
  725. <font>font12</font>
  726. <textcolor>white</textcolor>
  727. </control>
  728. <control type="label">
  729. <description>Mux</description>
  730. <left>730</left>
  731. <top>190</top>
  732. <width>165</width>
  733. <height>25</height>
  734. <label>$LOCALIZE[19100]:</label>
  735. <align>left</align>
  736. <aligny>center</aligny>
  737. <font>font12</font>
  738. <textcolor>grey2</textcolor>
  739. </control>
  740. <control type="label">
  741. <description>Mux value</description>
  742. <left>900</left>
  743. <top>190</top>
  744. <width>330</width>
  745. <height>25</height>
  746. <label>$INFO[PVR.ActStreamMux]</label>
  747. <align>left</align>
  748. <aligny>center</aligny>
  749. <font>font12</font>
  750. <textcolor>white</textcolor>
  751. </control>
  752. </control>
  753. </controls>
  754. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement