Advertisement
Guest User

XSqueezeNowPlaying.xml

a guest
Feb 18th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. <!-- WARNING - DO NOT CHANGE LABEL ID OF PROGRESS BAR OR YOU WILL BREAK IT!!-->
  2. <!-- WARNING - DO NOT REMOVE PROGRESS BAR OR YOU WILL BREAK IT!! -->
  3. <!-- - Player: $INFO[Window.Property(PLAYER)] Server: $INFO[Window.Property(SERVER)] -->
  4.  
  5. <window>
  6.  
  7. <allowoverlay>no</allowoverlay>
  8. <controls>
  9.  
  10. <!-- BACKGROUND -->
  11. <control type="image">
  12. <posx>0</posx>
  13. <posy>0</posy>
  14. <width>1280</width>
  15. <height>720</height>
  16. <texture background="true">../backgrounds/music.jpg</texture>
  17. </control>
  18.  
  19. <!-- MAIN PANEL AND FLOOR AREA -->
  20. <control type="group">
  21. <animation type="WindowOpen" reversible="false">
  22. <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300"/>
  23. <effect type="fade" start="0" end="100" time="300"/>
  24. </animation>
  25. <animation type="WindowClose" reversible="false">
  26. <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300"/>
  27. <effect type="fade" start="100" end="0" time="300"/>
  28. </animation>
  29. <include>VisibleFadeEffect</include>
  30. <control type="group">
  31. <animation effect="slide" start="0,0" end="-40,0" time="200" condition="StringCompare(Weather.Plugin,weather.weatherplus)">Conditional</animation>
  32. <posx>0</posx>
  33. <posy>0</posy>
  34. </control>
  35.  
  36. <!-- NOW PLAYING TRACK LABELS & PROGRESS BAR -->
  37. <control type="group">
  38. <description>Current Track Details</description>
  39. <posx>330</posx>
  40. <posy>280r</posy>
  41. <control type="label" id="201">
  42. <description>Current Artist Label</description>
  43. <posx>0</posx>
  44. <posy>0</posy>
  45. <width>800</width>
  46. <visible>true</visible>
  47. <align>left</align>
  48. <aligny>center</aligny>
  49. <scroll>true</scroll>
  50. <label>[UPPERCASE]$INFO[Window.Property(CURRENTARTIST)][/UPPERCASE]</label>
  51. <font>Font_MainClassic</font>
  52. <textcolor>FFFFFFFF</textcolor>
  53. </control>
  54. <control type="label" id="202">
  55. <description>Current Album Label</description>
  56. <posx>20</posx>
  57. <posy>55</posy>
  58. <width>800</width>
  59. <visible>true</visible>
  60. <align>left</align>
  61. <aligny>center</aligny>
  62. <scroll>true</scroll>
  63. <label>[UPPERCASE]$INFO[Window.Property(CURRENTALBUM)][/UPPERCASE]</label>
  64. <font>Font_OSDClassic2</font>
  65. <textcolor>grey</textcolor>
  66. </control>
  67. <control type="label" id="200">
  68. <description>Current Track Name Label</description>
  69. <posx>40</posx>
  70. <posy>100</posy>
  71. <width>800</width>
  72. <visible>true</visible>
  73. <align>left</align>
  74. <aligny>center</aligny>
  75. <scroll>true</scroll>
  76. <label>[UPPERCASE]$INFO[Window.Property(CURRENTTITLE)][/UPPERCASE]</label>
  77. <font>Font_OSDClassic</font>
  78. <textcolor>FFFFFFFF</textcolor>
  79. </control>
  80. </control>
  81. <!-- END GROUP CURRENT TRACK LABELS -->
  82.  
  83. <control type="group">
  84. <description>Current Track Details</description>
  85. <posx>395r</posx>
  86. <posy>80r</posy>
  87. <control type="progress" id="203">
  88. <description>Track Playing Progress</description>
  89. <posx>0</posx>
  90. <posy>0</posy>
  91. <width>100</width>
  92. <height>10</height>
  93. <visible>true</visible>
  94. <reveal>false</reveal>
  95. <info/>
  96. </control>
  97. <control type="label" id="204">
  98. <description>Track Elapsed Label</description>
  99. <posx>0</posx>
  100. <posy>0</posy>
  101. <width>140</width>
  102. <visible>true</visible>
  103. <align>left</align>
  104. <aligny>center</aligny>
  105. <scroll>false</scroll>
  106. <label>$INFO[Window.Property(TRACKELAPSED)]</label>
  107. <font>Font_MainClassic</font>
  108. <textcolor>FFFFFFFF</textcolor>
  109. </control>
  110. <control type="label" id="206">
  111. <description>Track Length Label</description>
  112. <posx>150</posx>
  113. <posy>0</posy>
  114. <width>190</width>
  115. <visible>true</visible>
  116. <align>left</align>
  117. <aligny>center</aligny>
  118. <scroll>false</scroll>
  119. <label>/ $INFO[Window.Property(TRACKLENGTH)]</label>
  120. <font>Font_MainClassic</font>
  121. <textcolor>FFFFFFFF</textcolor>
  122. </control>
  123. </control>
  124.  
  125. <!-- COVER ART FOR CURRENT TRACK -->
  126. <control type="image" id="100">
  127. <description>Cover art for currently playing track</description>
  128. <posx>60</posx>
  129. <posy>310r</posy>
  130. <width>250</width>
  131. <height>250</height>
  132. </control>
  133.  
  134. <!-- THUMBNAILS FOR UPCOMING TRACKS -->
  135. <control type="group">
  136. <description>Upcoming Tracks Thumbs</description>
  137. <posx>0</posx>
  138. <posy>0</posy>
  139. <control type="image" id="101">
  140. <description>Cover art for track + 1</description>
  141. <posx>0</posx>
  142. <posy>0</posy>
  143. <width>1</width>
  144. <height>1</height>
  145. </control>
  146. <control type="image" id="102">
  147. <description>Cover art for track + 2</description>
  148. <posx>0</posx>
  149. <posy>0</posy>
  150. <width>1</width>
  151. <height>1</height>
  152. </control>
  153. <control type="image" id="103">
  154. <description>Cover art for track + 3</description>
  155. <posx>0</posx>
  156. <posy>0</posy>
  157. <width>1</width>
  158. <height>1</height>
  159. </control>
  160. </control>
  161. <!-- END GROUP UPCOMING THUMBS -->
  162.  
  163. <!-- UPCOMING TRACK LABELS -->
  164. <control type="label" id="2001">
  165. <description>Coming Up Track1 Label</description>
  166. <posx>60</posx>
  167. <posy>30r</posy>
  168. <width>1160</width>
  169. <visible>true</visible>
  170. <align>left</align>
  171. <aligny>center</aligny>
  172. <scroll>true</scroll>
  173. <label>$INFO[Window.Property(UPCOMING1)] $INFO[Window.Property(UPCOMING2)] $INFO[Window.Property(UPCOMING3)]</label>
  174. <font>Font_Bold28</font>
  175. <textcolor>white</textcolor>
  176. </control>
  177. <!-- END GROUP UPCOMING TRACKS -->
  178.  
  179. <!-- THE SQUEEZEBOX LIKE DISPLAY/CONTROLLER-->
  180. <control type="group">
  181. <description>SqueezeBox Display/Controller</description>
  182. <posx>0</posx>
  183. <posy>0</posy>
  184. <control type="image">
  185. <description>time background</description>
  186. <posx>0</posx>
  187. <posy>0</posy>
  188. <width>440</width>
  189. <height>50</height>
  190. <texture flipy="true" flipx="true">home/timepanel_mid.png</texture>
  191. </control>
  192. <control type="label" id="1000">
  193. <description>SqueezeBox Display Line 1</description>
  194. <posx>20</posx>
  195. <posy>-2</posy>
  196. <width>180</width>
  197. <height>28</height>
  198. <visible>true</visible>
  199. <align>left</align>
  200. <aligny>center</aligny>
  201. <scroll>true</scroll>
  202. <label>$INFO[Window.Property(DISPLAYLINE1)]</label>
  203. <font>Font_Reg17</font>
  204. <textcolor>FFFFFFFF</textcolor>
  205. <wrapmultiline>false</wrapmultiline>
  206. <scrollspeed>50</scrollspeed>
  207. <scrollsuffix> - </scrollsuffix>
  208. </control>
  209. <control type="label" id="1001">
  210. <description>SqueezeBox Display Line 2</description>
  211. <posx>200</posx>
  212. <posy>-2</posy>
  213. <width>200</width>
  214. <height>28</height>
  215. <visible>true</visible>
  216. <align>left</align>
  217. <aligny>center</aligny>
  218. <scroll>true</scroll>
  219. <label>$INFO[Window.Property(DISPLAYLINE2)]</label>
  220. <font>Font_Reg17</font>
  221. <textcolor>FFFFFFFF</textcolor>
  222. <wrapmultiline>false</wrapmultiline>
  223. <scrollspeed>50</scrollspeed>
  224. <scrollsuffix> - </scrollsuffix>
  225. </control>
  226. </control>
  227. <!-- END GROUP SQUEEZEBOX CONTROLLER/DISPLAY -->
  228.  
  229. </control>
  230. <!-- END GROUP MAIN PANEL AND FLOOR -->
  231.  
  232.  
  233. <!-- FROM HERE DOWN - THE CLOCK & WEATHER -->
  234. <control type="group">
  235. <posx>330r</posx>
  236. <posy>0</posy>
  237. <animation effect="slide" start="0,0" end="490,0" time="300">WindowClose</animation>
  238. <animation effect="slide" start="490,0" end="0,0" delay="WidgetSlideDelay" time="300" condition="!Window.Previous(startup)">WindowOpen</animation>
  239. <animation effect="slide" start="490,0" end="0,0" delay="2500" time="600" condition="Window.Previous(startup)">WindowOpen</animation>
  240. <control type="image">
  241. <description>time background</description>
  242. <posx>-161</posx>
  243. <posy>0</posy>
  244. <width>490</width>
  245. <height>50</height>
  246. <texture flipy="true">home/timepanel_mid.png</texture>
  247. <animation effect="slide" start="0,0" end="200,0" delay="0" time="300" condition="Skin.HasSetting(homepageWeatherinfo)">conditional</animation>
  248. </control>
  249. <control type="label">
  250. <description>time label</description>
  251. <posx>320</posx>
  252. <posy>-2</posy>
  253. <width>400</width>
  254. <height>28</height>
  255. <align>right</align>
  256. <aligny>center</aligny>
  257. <font>Font_Reg17_Caps</font>
  258. <textcolor>dcFFFFFF</textcolor>
  259. <shadowcolor>-</shadowcolor>
  260. <label>[UPPERCASE][COLOR white2]$INFO[System.Date] | [/COLOR][COLOR ffaaaaaa]$INFO[System.Time][/COLOR][/UPPERCASE]</label>
  261. </control>
  262. <control type="group">
  263. <posx>-140</posx>
  264. <visible>!Skin.HasSetting(homepageWeatherinfo) + Weather.IsFetched</visible>
  265. <include condition="!Skin.HasSetting(AnimatedWeatherIcons)">weathericon</include>
  266. <include condition="Skin.HasSetting(AnimatedWeatherIcons)">animatedweathericon</include>
  267. <control type="label">
  268. <description>time label</description>
  269. <posx>41</posx>
  270. <posy>-2</posy>
  271. <width>200</width>
  272. <height>28</height>
  273. <align>left</align>
  274. <aligny>center</aligny>
  275. <font>Font_Reg17</font>
  276. <textcolor>white2</textcolor>
  277. <shadowcolor>-</shadowcolor>
  278. <label>$INFO[Window(weather).Property(Current.Temperature)] $INFO[System.TemperatureUnits]</label>
  279. </control>
  280. </control>
  281. </control>
  282. <!-- END - THE CLOCK & WEATHER -->
  283. </controls>
  284. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement