Guest User

Untitled

a guest
May 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol/>
  4. <controls>
  5. <control type="visualisation" id="2">
  6. <!-- FIX ME Music Visualization needs to have an id of 2 in this window to be able to lock or change preset -->
  7. <description>visualisation</description>
  8. <left>0</left>
  9. <top>0</top>
  10. <width>1280</width>
  11. <height>720</height>
  12. </control>
  13. <control type="image">
  14. <description>fullscreen cover</description>
  15. <left>0</left>
  16. <top>0</top>
  17. <width>1280</width>
  18. <height>720</height>
  19. <aspectratio>keep</aspectratio>
  20. <texture background="true" fallback="DefaultAlbumCover.png">$INFO[Player.Art(thumb)]</texture>
  21. <colordiffuse>AAFFFFFF</colordiffuse>
  22. <fadetime>600</fadetime>
  23. </control>
  24. <!-- media infos -->
  25. <control type="group">
  26. <depth>DepthOSD</depth>
  27. <animation effect="fade" time="150">VisibleChange</animation>
  28. <visible>[Player.ShowInfo | Window.IsActive(MusicOSD)] + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(Addon)]</visible>
  29. <control type="image">
  30. <left>-20</left>
  31. <top>-150</top>
  32. <width>1320</width>
  33. <height>256</height>
  34. <texture flipy="true" border="1">HomeNowPlayingBack.png</texture>
  35. </control>
  36. <control type="label">
  37. <description>Partymode Header label</description>
  38. <left>30</left>
  39. <top>5</top>
  40. <width>800</width>
  41. <height>25</height>
  42. <align>left</align>
  43. <aligny>center</aligny>
  44. <font>font13</font>
  45. <textcolor>white</textcolor>
  46. <shadowcolor>black</shadowcolor>
  47. <label>$LOCALIZE[589]</label>
  48. <visible>MusicPartyMode.Enabled</visible>
  49. </control>
  50. <control type="label">
  51. <description>Normal Header label</description>
  52. <left>30</left>
  53. <top>5</top>
  54. <width>800</width>
  55. <height>25</height>
  56. <align>left</align>
  57. <aligny>center</aligny>
  58. <font>font13</font>
  59. <textcolor>white</textcolor>
  60. <shadowcolor>black</shadowcolor>
  61. <label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554]: ]$INFO[musicplayer.Playlistlength, / ]</label>
  62. <visible>!MusicPartyMode.Enabled</visible>
  63. </control>
  64. <control type="label">
  65. <description>Clock label</description>
  66. <left>450</left>
  67. <top>5</top>
  68. <width>800</width>
  69. <height>25</height>
  70. <align>right</align>
  71. <aligny>center</aligny>
  72. <font>font13</font>
  73. <textcolor>white</textcolor>
  74. <shadowcolor>black</shadowcolor>
  75. <label>$INFO[System.Time]</label>
  76. <animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
  77. <animation effect="slide" start="0,0" end="-70,0" time="0" condition="system.getbool(input.enablemouse) + Window.IsVisible(MusicOSD)">conditional</animation>
  78. </control>
  79. <control type="image">
  80. <left>-20</left>
  81. <top>230r</top>
  82. <width>1320</width>
  83. <height>230</height>
  84. <texture border="1">HomeNowPlayingBack.png</texture>
  85. </control>
  86. <control type="group">
  87. <left>50</left>
  88. <top>185r</top>
  89. <control type="label" id="1">
  90. <description>Heading label</description>
  91. <left>0</left>
  92. <top>0</top>
  93. <width>910</width>
  94. <height>25</height>
  95. <align>left</align>
  96. <font>font13</font>
  97. <label>$LOCALIZE[31040]</label>
  98. <textcolor>white</textcolor>
  99. <shadowcolor>black</shadowcolor>
  100. <animation effect="slide" start="0,0" end="0,25" time="0" condition="String.IsEmpty(MusicPlayer.Artist) + String.IsEmpty(MusicPlayer.Album)">conditional</animation>
  101. </control>
  102. <control type="label" id="1">
  103. <description>Artist label</description>
  104. <left>20</left>
  105. <top>30</top>
  106. <width>910</width>
  107. <height>25</height>
  108. <align>left</align>
  109. <font>font12</font>
  110. <label>$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album, - ]</label>
  111. <textcolor>grey2</textcolor>
  112. <shadowcolor>black</shadowcolor>
  113. </control>
  114. <control type="grouplist">
  115. <left>20</left>
  116. <top>62</top>
  117. <width>910</width>
  118. <height>35</height>
  119. <itemgap>5</itemgap>
  120. <orientation>horizontal</orientation>
  121. <control type="label">
  122. <width min="10" max="638">auto</width>
  123. <height>20</height>
  124. <font>font30</font>
  125. <align>left</align>
  126. <aligny>center</aligny>
  127. <label>$INFO[Player.Title]</label>
  128. <textcolor>orange</textcolor>
  129. <scroll>true</scroll>
  130. </control>
  131. <control type="image">
  132. <description>Audio Codec Image</description>
  133. <width>81</width>
  134. <height>29</height>
  135. <texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
  136. <visible>!Player.ChannelPreviewActive</visible>
  137. </control>
  138. <control type="group">
  139. <description>Rating</description>
  140. <width>172</width>
  141. <height>29</height>
  142. <control type="image">
  143. <description>rating back</description>
  144. <left>0</left>
  145. <top>0</top>
  146. <width>172</width>
  147. <height>29</height>
  148. <texture border="5">flagging/blank.png</texture>
  149. </control>
  150. <control type="image">
  151. <description>User Rating</description>
  152. <left>2</left>
  153. <top>5</top>
  154. <width>168</width>
  155. <height>21</height>
  156. <texture fallback="ratings/0.png">$INFO[MusicPlayer.UserRating,ratings/,.png]</texture>
  157. </control>
  158. </control>
  159. </control>
  160. <control type="label">
  161. <left>100</left>
  162. <top>120</top>
  163. <width>980</width>
  164. <height>25</height>
  165. <label>$LOCALIZE[19031]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</label>
  166. <align>center</align>
  167. <aligny>center</aligny>
  168. <font>font12</font>
  169. <textcolor>grey</textcolor>
  170. <scroll>true</scroll>
  171. <visible>MusicPlayer.HasNext + !Window.IsVisible(MusicOSD)</visible>
  172. <animation effect="fade" time="150">VisibleChange</animation>
  173. </control>
  174. </control>
  175. <control type="group">
  176. <left>50</left>
  177. <top>95r</top>
  178. <control type="label">
  179. <left>0</left>
  180. <top>0</top>
  181. <width>100</width>
  182. <height>40</height>
  183. <font>font13</font>
  184. <align>left</align>
  185. <aligny>center</aligny>
  186. <label>$INFO[Player.Time(hh:mm:ss)]</label>
  187. </control>
  188. <control type="progress">
  189. <description>Progressbar</description>
  190. <left>100</left>
  191. <top>15</top>
  192. <width>980</width>
  193. <height>16</height>
  194. <info>Player.Progress</info>
  195. </control>
  196. <control type="label">
  197. <left>1080</left>
  198. <top>0</top>
  199. <width>100</width>
  200. <height>40</height>
  201. <font>font13</font>
  202. <align>right</align>
  203. <aligny>center</aligny>
  204. <label>$INFO[Player.Duration(hh:mm:ss)]</label>
  205. </control>
  206. </control>
  207. </control>
  208. </controls>
  209. </window>
Add Comment
Please, Sign In to add comment