Advertisement
Guest User

aeonnoxmusicvis

a guest
Feb 2nd, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.30 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol />
  4. <onload condition="!Skin.HasSetting(WarnedOnMusicVizInfo)">SetProperty(Notify,True,Home)</onload>
  5. <onload condition="!Skin.HasSetting(WarnedOnMusicVizInfo)">SetProperty(NotWarnedOnMuzicVizInfo,True,Home)</onload>
  6. <onload condition="!Skin.HasSetting(WarnedOnMusicVizInfo)">ActivateWindow(1126)</onload>
  7. <onload>SetProperty(Music.WasFullscreen,True,Home)</onload>
  8. <onunload>ClearProperty(Music.WasFullscreen,Home)</onunload>
  9. <controls>
  10. <control type="visualisation" id="2">
  11. <description>visualisation</description>
  12. <include>FullscreenDimensions</include>
  13. <visible>!Skin.HasSetting(hidevizbehindfanart) + Player.HasAudio + ![String.IsEqual(Visualisation.Name,waveform) | String.Contains(Visualisation.Name,spectrum)]</visible>
  14. </control>
  15. <control type="group">
  16. <visible>!String.IsEqual(Skin.String(Viz.Background),1)</visible>
  17. <visible>[Visualisation.Enabled + !Skin.HasSetting(HideVisualizationFanart)] | !Visualisation.Enabled</visible>
  18. <include>SettingsFadeAnimation</include>
  19. <animation effect="fade" time="600">WindowOpen</animation>
  20. <animation effect="fade" time="600">WindowClose</animation>
  21. <control type="multiimage" id="90300">
  22. <description>Fanart image</description>
  23. <include>FullscreenDimensions</include>
  24. <include>AnimatedBackgroundAnimation</include>
  25. <fadetime>2000</fadetime>
  26. <aspectratio>scale</aspectratio>
  27. <imagepath background="true">$VAR[VizBackgroundVar]</imagepath>
  28. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),5)">FanartTimePerImage5</include>
  29. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),6)">FanartTimePerImage6</include>
  30. <include condition="String.IsEmpty(Skin.String(FanartTimePerImage))">FanartTimePerImage7</include>
  31. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),8)">FanartTimePerImage8</include>
  32. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),9)">FanartTimePerImage9</include>
  33. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),10)">FanartTimePerImage10</include>
  34. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),15)">FanartTimePerImage15</include>
  35. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),20)">FanartTimePerImage20</include>
  36. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),30)">FanartTimePerImage30</include>
  37. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),60)">FanartTimePerImage60</include>
  38. <include condition="String.IsEqual(Skin.String(FanartTimePerImage),90)">FanartTimePerImage90</include>
  39. <animation effect="fade" start="100" end="20" time="0" condition="![String.IsEqual(Visualisation.Name,waveform) | String.Contains(Visualisation.Name,spectrum) | String.IsEmpty(Visualisation.Name)] + !Skin.HasSetting(HideVisualizationFanart)">Conditional</animation>
  40. </control>
  41. </control>
  42. <control type="group">
  43. <visible>String.IsEqual(Skin.String(Viz.Background),1)</visible>
  44. <visible>[Visualisation.Enabled + !Skin.HasSetting(HideVisualizationFanart)] | !Visualisation.Enabled</visible>
  45. <include>SettingsFadeAnimation</include>
  46. <animation effect="fade" start="100" end="20" time="0" condition="![String.IsEqual(Visualisation.Name,waveform) | String.Contains(Visualisation.Name,spectrum) | String.IsEmpty(Visualisation.Name)] + !Skin.HasSetting(HideVisualizationFanart)">Conditional</animation>
  47. <control type="panel" id="9032">
  48. <width>100%</width>
  49. <height>1080</height>
  50. <viewtype label="$LOCALIZE[536]">icon</viewtype>
  51. <onleft>9032</onleft>
  52. <onright>9032</onright>
  53. <onup>9032</onup>
  54. <ondown>9032</ondown>
  55. <pagecontrol>60</pagecontrol>
  56. <scrolltime tween="cubic" easing="inout">600</scrolltime>
  57. <orientation>vertical</orientation>
  58. <preloaditems>2</preloaditems>
  59. <itemlayout height="192" width="192">
  60. <control type="image">
  61. <width>192</width>
  62. <height>192</height>
  63. <aspectratio>scale</aspectratio>
  64. <texture background="true">$INFO[ListItem.Icon]</texture>
  65. <fadetime>400</fadetime>
  66. <bordertexture border="1,1,2,1">thumbs/panel_border3.png</bordertexture>
  67. <bordersize>1,1,2,1</bordersize>
  68. </control>
  69. </itemlayout>
  70. <focusedlayout height="192" width="192">
  71. <control type="image">
  72. <width>192</width>
  73. <height>192</height>
  74. <aspectratio>scale</aspectratio>
  75. <texture background="true">$INFO[ListItem.Icon]</texture>
  76. <fadetime>400</fadetime>
  77. <bordertexture border="1,1,2,1">thumbs/panel_border3.png</bordertexture>
  78. <bordersize>1,1,2,1</bordersize>
  79. </control>
  80. </focusedlayout>
  81. <content>special://skin/extras/playlists/albumwall.xsp</content>
  82. </control>
  83. </control>
  84. <control type="visualisation" id="2">
  85. <description>visualisation</description>
  86. <visible>!Skin.HasSetting(hidevizbehindfanart) + [Player.HasAudio + [String.IsEqual(Visualisation.Name,waveform) | String.Contains(Visualisation.Name,spectrum)]]</visible>
  87. <include>FullscreenDimensions</include>
  88. </control>
  89. <control type="fadelabel">
  90. <width>100%</width>
  91. <scroll>true</scroll>
  92. <scrollout>true</scrollout>
  93. <font>BigAssFont</font>
  94. <pauseatend>200</pauseatend>
  95. <label> $INFO[Player.Title]</label>
  96. <label> $INFO[MusicPlayer.Artist]</label>
  97. <label> $INFO[MusicPlayer.Album]</label>
  98. <textcolor>1FFFFFFF</textcolor>
  99. <textoffsetx>20</textoffsetx>
  100. <resetonlabelchange>true</resetonlabelchange>
  101. <visible>Skin.HasSetting(BigAssLabel)</visible>
  102. </control>
  103. <control type="fadelabel">
  104. <width>1080</width>
  105. <scroll>true</scroll>
  106. <scrollout>true</scrollout>
  107. <font>BigAssFont</font>
  108. <pauseatend>200</pauseatend>
  109. <label> $INFO[MusicPlayer.Artist]</label>
  110. <label> $INFO[MusicPlayer.Album]</label>
  111. <label> $INFO[Player.Title]</label>
  112. <textcolor>1FFFFFFF</textcolor>
  113. <textoffsetx>20</textoffsetx>
  114. <resetonlabelchange>true</resetonlabelchange>
  115. <visible>Skin.HasSetting(BigAssLabel)</visible>
  116. <animation effect="rotate" tween="cubic" time="720" center="auto" end="90" condition="true">Conditonal</animation>
  117. </control>
  118. <include condition="Skin.HasSetting(MakeItSnow)">SnowBackground</include>
  119. <control type="group">
  120. <visible>Player.ShowInfo + !Skin.HasSetting(Disable.MusicVizTime) + !Window.IsVisible(musicosd)</visible>
  121. <animation effect="slide" end="575" time="300" condition="String.IsEmpty(Skin.String(MusicVizLayout)) + [Skin.HasSetting(HideMusicVizAlbum) | Skin.HasSetting(HideMusicVizCD)] + Skin.HasSetting(SlideMusicLabelsRight)">Conditional</animation>
  122. <animation effect="slide" end="-575" time="300" condition="String.IsEqual(Skin.String(MusicVizLayout),1) + [Skin.HasSetting(HideMusicVizAlbum) | Skin.HasSetting(HideMusicVizCD)] + Skin.HasSetting(SlideMusicLabelsLeft)">Conditional</animation>
  123. <animation type="WindowOpen" reversible="false">
  124. <effect type="slide" start="0,-540" end="0" tween="cubic" easing="inout" time="720" />
  125. </animation>
  126. <animation type="WindowClose" reversible="false">
  127. <effect type="slide" end="0,-540" start="0" tween="cubic" easing="inout" time="720" />
  128. </animation>
  129. <control type="image">
  130. <left>610</left>
  131. <width>700</width>
  132. <height>87</height>
  133. <texture colordiffuse="$VAR[ThemeHomeSystemBarsColor]">submenu_bar.png</texture>
  134. <visible>!Skin.HasSetting(Enable.ColoredSystemBars)</visible>
  135. </control>
  136. <control type="image">
  137. <left>610</left>
  138. <width>700</width>
  139. <height>87</height>
  140. <texture colordiffuse="$VAR[ThemeHomeSystemBarsColor]">submenu_bar_white.png</texture>
  141. <visible>Skin.HasSetting(Enable.ColoredSystemBars)</visible>
  142. </control>
  143. <control type="image">
  144. <left>520</left>
  145. <width>90</width>
  146. <height>87</height>
  147. <texture colordiffuse="$VAR[ThemeHomeSystemBarsColor]">submenu_end.png</texture>
  148. <visible>!Skin.HasSetting(Enable.ColoredSystemBars)</visible>
  149. </control>
  150. <control type="image">
  151. <left>522</left>
  152. <width>90</width>
  153. <height>87</height>
  154. <texture colordiffuse="$VAR[ThemeHomeSystemBarsColor]">submenu_end_white.png</texture>
  155. <visible>Skin.HasSetting(Enable.ColoredSystemBars)</visible>
  156. </control>
  157. <control type="image">
  158. <left>1310</left>
  159. <width>90</width>
  160. <height>87</height>
  161. <texture colordiffuse="$VAR[ThemeHomeSystemBarsColor]" flipx="true">submenu_end.png</texture>
  162. <visible>!Skin.HasSetting(Enable.ColoredSystemBars)</visible>
  163. </control>
  164. <control type="image">
  165. <left>1308</left>
  166. <width>90</width>
  167. <height>87</height>
  168. <texture colordiffuse="$VAR[ThemeHomeSystemBarsColor]" flipx="true">submenu_end_white.png</texture>
  169. <visible>Skin.HasSetting(Enable.ColoredSystemBars)</visible>
  170. </control>
  171. <control type="grouplist">
  172. <left>602</left>
  173. <width>700</width>
  174. <height>41</height>
  175. <align>center</align>
  176. <orientation>horizontal</orientation>
  177. <usecontrolcoords>true</usecontrolcoords>
  178. <control type="image">
  179. <top>2</top>
  180. <width>60</width>
  181. <height>40</height>
  182. <aspectratio>keep</aspectratio>
  183. <texture fallback="$VAR[WeatherIconsPathVar]na.png">$VAR[WeatherIconsPathVar]$INFO[Weather.FanartCode,,.png]</texture>
  184. <visible>Weather.IsFetched + !String.IsEmpty(Weather.Plugin)</visible>
  185. </control>
  186. <control type="label">
  187. <width>auto</width>
  188. <height>41</height>
  189. <label>$INFO[Weather.Temperature,,[COLOR white] | [/COLOR]]</label>
  190. <font>font13_title</font>
  191. <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
  192. <visible>Weather.IsFetched + !String.IsEmpty(Weather.Plugin)</visible>
  193. <shadowcolor>shadow</shadowcolor>
  194. </control>
  195. <control type="label">
  196. <width>auto</width>
  197. <height>41</height>
  198. <label>$INFO[System.Date,[COLOR white], | [/COLOR]]$INFO[System.Time]</label>
  199. <font>font13_title</font>
  200. <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
  201. <shadowcolor>shadow</shadowcolor>
  202. </control>
  203. </control>
  204. </control>
  205. <control type="group">
  206. <top>520</top>
  207. <visible>[Player.ShowInfo | Window.IsActive(MusicOSD)] + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList)]</visible>
  208. <include>VisibleFadeAnimation</include>
  209. <include>WindowOpenCloseAnimation</include>
  210. <!-- Test Layout -->
  211. <control type="group">
  212. <left>0</left>
  213. <top>-470</top>
  214. <visible>String.IsEqual(Skin.String(MusicVizLayout),3)</visible>
  215. <control type="image">
  216. <left>-50</left>
  217. <top>599</top>
  218. <width>2020</width>
  219. <height>960</height>
  220. <texture colordiffuse="B3FFFFFF" border="40">listpanel_back.png</texture>
  221. </control>
  222. <control type="image">
  223. <left>170</left>
  224. <top>607.5</top>
  225. <width>445</width>
  226. <height>445</height>
  227. <aligny>top</aligny>
  228. <aspectratio align="left">keep</aspectratio>
  229. <fadetime>300</fadetime>
  230. <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
  231. <texture background="true" fallback="special://skin/extras/cdart/default.png" diffuse="thumbs/boxes/cdart_mask.png">$INFO[Player.FolderPath]cdart.png</texture>
  232. <bordersize>30</bordersize>
  233. </control>
  234. <control type="image">
  235. <description>Cover image</description>
  236. <left>-20</left>
  237. <top>610</top>
  238. <width>440</width>
  239. <height>440</height>
  240. <aspectratio align="center">scale</aspectratio>
  241. <texture diffuse="thumbs/boxes/cdcover_mask2.png" fallback="DefaultAlbumCover.png">$INFO[Player.Art(thumb)]</texture>
  242. <bordertexture border="28">thumbs/cd_shadow2.png</bordertexture>
  243. <bordersize>28</bordersize>
  244. </control>
  245. <control type="group">
  246. <left>-130</left>
  247. <top>620</top>
  248. <height>200</height>
  249. <control type="label">
  250. <left>760</left>
  251. <top>90</top>
  252. <width>700</width>
  253. <height>80</height>
  254. <font>font_musicviz</font>
  255. <textcolor>white</textcolor>
  256. <shadowcolor>black</shadowcolor>
  257. <label>$INFO[MusicPlayer.Artist]</label>
  258. <scroll>true</scroll>
  259. <scrollsuffix> - </scrollsuffix>
  260. <include>VisibleFadeAnimation</include>
  261. <visible>[String.IsEqual(Control.GetLabel(5555),empty.png) + String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo))] | Skin.HasSetting(Disable.MusicVizLogo)</visible>
  262. </control>
  263. <control type="image" id="5555">
  264. <left>760</left>
  265. <top>0</top>
  266. <width>400</width>
  267. <height>180</height>
  268. <aspectratio aligny="center" align="center">keep</aspectratio>
  269. <texture background="true" fallback="empty.png">$INFO[Skin.String(pathlogosartists)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
  270. <fadetime>300</fadetime>
  271. <visible>!Skin.HasSetting(Disable.MusicVizLogo)</visible>
  272. </control>
  273. <control type="image">
  274. <left>760</left>
  275. <top>0</top>
  276. <width>400</width>
  277. <height>180</height>
  278. <aspectratio aligny="center" align="center">keep</aspectratio>
  279. <texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
  280. <include>VisibleFadeAnimation</include>
  281. <visible>String.IsEqual(Control.GetLabel(5555),empty.png) + !String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo)) + !Skin.HasSetting(Disable.MusicVizLogo)</visible>
  282. </control>
  283. </control>
  284. <control type="grouplist">
  285. <left>630</left>
  286. <top>810</top>
  287. <height>200</height>
  288. <itemgap>10</itemgap>
  289. <control type="label">
  290. <width>750</width>
  291. <height>40</height>
  292. <font>font48</font>
  293. <textcolor>white2</textcolor>
  294. <shadowcolor>black</shadowcolor>
  295. <label>$INFO[MusicPlayer.TrackNumber,,. ]$INFO[Player.Title]</label>
  296. </control>
  297. <control type="label">
  298. <width>750</width>
  299. <height>40</height>
  300. <font>font15</font>
  301. <textcolor>white2</textcolor>
  302. <shadowcolor>black</shadowcolor>
  303. <label>$INFO[MusicPlayer.Album]</label>
  304. </control>
  305. <control type="label">
  306. <description>Time Label</description>
  307. <height>50</height>
  308. <width>750</width>
  309. <label>[COLOR white2]$INFO[Player.Time][/COLOR]$INFO[Player.Duration, / [COLOR=white2],[/COLOR]]</label>
  310. <font>font48</font>
  311. <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
  312. <shadowcolor>black</shadowcolor>
  313. </control>
  314. <control type="label">
  315. <width>750</width>
  316. <height>40</height>
  317. <font>font15</font>
  318. <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
  319. <shadowcolor>black</shadowcolor>
  320. <label>$INFO[MusicPlayer.Genre,$LOCALIZE[515]: [COLOR white2],[/COLOR]]</label>
  321. </control>
  322. </control>
  323. <control type="textbox">
  324. <left>1400</left>
  325. <top>626</top>
  326. <width>500</width>
  327. <height>375</height>
  328. <font>font15</font>
  329. <textcolor>$VAR[ThemeHomeLabelColor]</textcolor>
  330. <shadowcolor>black</shadowcolor>
  331. <label>$INFO[MusicPlayer.offset(1).TrackNumber,$LOCALIZE[19031]:[CR][COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title][/COLOR][CR]$INFO[MusicPlayer.offset(2).TrackNumber,[COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(2).Artist,, - ]$INFO[MusicPlayer.offset(2).Title][/COLOR][CR]$INFO[MusicPlayer.offset(3).TrackNumber,[COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(3).Artist,, - ]$INFO[MusicPlayer.offset(3).Title][/COLOR][CR]$INFO[MusicPlayer.offset(4).TrackNumber,[COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(4).Artist,, - ]$INFO[MusicPlayer.offset(4).Title][/COLOR][CR]$INFO[MusicPlayer.offset(5).TrackNumber,[COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(5).Artist,, - ]$INFO[MusicPlayer.offset(5).Title][/COLOR][CR]$INFO[MusicPlayer.offset(6).TrackNumber,[COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(6).Artist,, - ]$INFO[MusicPlayer.offset(6).Title][/COLOR][CR]$INFO[MusicPlayer.offset(7).TrackNumber,[COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(7).Artist,, - ]$INFO[MusicPlayer.offset(7).Title][/COLOR][CR]$INFO[MusicPlayer.offset(8).TrackNumber,[COLOR white2],.[/COLOR] ][COLOR white2]$INFO[MusicPlayer.offset(8).Artist,, - ]$INFO[MusicPlayer.offset(8).Title][/COLOR]</label>
  332. </control>
  333. </control>
  334. <control type="group">
  335. <visible>!String.IsEqual(Skin.String(MusicVizLayout),3)</visible>
  336. <control type="image">
  337. <top>-200</top>
  338. <width>100%</width>
  339. <height>760</height>
  340. <texture border="1">nowplaying_shadow.png</texture>
  341. </control>
  342. <control type="group">
  343. <!-- Right Aligned -->
  344. <control type="group">
  345. <visible>String.IsEmpty(Skin.String(MusicVizLayout))</visible>
  346. <top>150</top>
  347. <animation effect="slide" end="535,0" time="300" condition="Skin.HasSetting(HideMusicVizAlbum) + Skin.HasSetting(HideMusicVizCD) + Skin.HasSetting(SlideMusicLabelsRight)">Conditional</animation>
  348. <animation effect="slide" end="235,0" time="300" condition="[Skin.HasSetting(HideMusicVizAlbum) | Skin.HasSetting(HideMusicVizCD)] + Skin.HasSetting(SlideMusicLabelsRight)">Conditional</animation>
  349. <control type="label">
  350. <left>30</left>
  351. <top>-40</top>
  352. <width>1100</width>
  353. <height>80</height>
  354. <font>font_musicviz</font>
  355. <align>right</align>
  356. <textcolor>white</textcolor>
  357. <shadowcolor>black</shadowcolor>
  358. <label>$INFO[MusicPlayer.Artist]</label>
  359. <scroll>true</scroll>
  360. <scrollsuffix> - </scrollsuffix>
  361. <include>VisibleFadeAnimation</include>
  362. <visible>[String.IsEqual(Control.GetLabel(99999),empty.png) + String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo))] | Skin.HasSetting(Disable.MusicVizLogo)</visible>
  363. </control>
  364. <control type="image" id="99999">
  365. <left>740</left>
  366. <top>-120</top>
  367. <width>400</width>
  368. <height>155</height>
  369. <aspectratio aligny="bottom" align="right">keep</aspectratio>
  370. <texture background="true" fallback="empty.png">$INFO[Skin.String(pathlogosartists)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
  371. <fadetime>300</fadetime>
  372. <visible>!Skin.HasSetting(Disable.MusicVizLogo)</visible>
  373. </control>
  374. <control type="image">
  375. <left>740</left>
  376. <top>-120</top>
  377. <width>400</width>
  378. <height>155</height>
  379. <aspectratio aligny="bottom" align="right">keep</aspectratio>
  380. <texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
  381. <include>VisibleFadeAnimation</include>
  382. <visible>String.IsEqual(Control.GetLabel(99999),empty.png) + !String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo)) + !Skin.HasSetting(Disable.MusicVizLogo)</visible>
  383. </control>
  384. <control type="label">
  385. <left>30</left>
  386. <top>70</top>
  387. <width>1100</width>
  388. <height>20</height>
  389. <align>right</align>
  390. <font>font30</font>
  391. <label>$INFO[MusicPlayer.TrackNumber,,. ]$INFO[Player.Title,[COLOR white],[/COLOR]]</label>
  392. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  393. <shadowcolor>black</shadowcolor>
  394. <scroll>true</scroll>
  395. </control>
  396. <control type="label">
  397. <left>30</left>
  398. <top>140</top>
  399. <width>1100</width>
  400. <height>20</height>
  401. <align>right</align>
  402. <font>font30</font>
  403. <label>$INFO[MusicPlayer.Album][COLOR $VAR[ThemeLabelColor]]$INFO[MusicPlayer.Year, [,]][/COLOR]</label>
  404. <textcolor>white</textcolor>
  405. <shadowcolor>black</shadowcolor>
  406. <scroll>true</scroll>
  407. <scrollsuffix> - </scrollsuffix>
  408. </control>
  409. <control type="label">
  410. <left>395</left>
  411. <top>210</top>
  412. <width>755</width>
  413. <height>18</height>
  414. <align>right</align>
  415. <font>font30</font>
  416. <label>[COLOR=white]$INFO[Player.Time][/COLOR]$INFO[Player.Duration, / [COLOR=white],[/COLOR] ]</label>
  417. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  418. <shadowcolor>black</shadowcolor>
  419. </control>
  420. <control type="label">
  421. <left>30</left>
  422. <top>250</top>
  423. <width>1100</width>
  424. <height>65</height>
  425. <align>right</align>
  426. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  427. <font>font13</font>
  428. <scroll>true</scroll>
  429. <scrollsuffix> - </scrollsuffix>
  430. <label>[LOWERCASE][COLOR white]$INFO[MusicPlayer.Genre,, · ][/COLOR]$INFO[MusicPlayer.Codec,,[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.Bitrate, , [/COLOR]kbps[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.BitsPerSample, ,[/COLOR] $LOCALIZE[612][COLOR white] ·[/COLOR]][/LOWERCASE][COLOR white]$INFO[MusicPlayer.Samplerate, ,[/COLOR] kHz]</label>
  431. </control>
  432. <control type="image">
  433. <left>745</left>
  434. <top>315</top>
  435. <width>400</width>
  436. <height>45</height>
  437. <colordiffuse>$VAR[ThemeLabelColor]</colordiffuse>
  438. <texture fallback="rating0.png">$INFO[MusicPlayer.UserRating,flags/rating/,.png]</texture>
  439. <aspectratio align="right" aligny="bottom">keep</aspectratio>
  440. <visible>!Player.IsInternetStream</visible>
  441. </control>
  442. </control>
  443. <!-- Left Aligned -->
  444. <control type="group">
  445. <visible>String.IsEqual(Skin.String(MusicVizLayout),1)</visible>
  446. <left>320</left>
  447. <top>150</top>
  448. <animation effect="slide" end="-485,0" time="300" condition="Skin.HasSetting(HideMusicVizAlbum) + Skin.HasSetting(HideMusicVizCD) + Skin.HasSetting(SlideMusicLabelsLeft)">Conditional</animation>
  449. <animation effect="slide" end="-205,0" time="300" condition="[Skin.HasSetting(HideMusicVizAlbum) | Skin.HasSetting(HideMusicVizCD)] + Skin.HasSetting(SlideMusicLabelsLeft)">Conditional</animation>
  450. <include>VisibleFadeAnimation</include>
  451. <control type="group">
  452. <visible>!Skin.HasSetting(Disable.MusicPlayerNextTrack)</visible>
  453. <control type="label">
  454. <left>478</left>
  455. <top>-40</top>
  456. <width>755</width>
  457. <height>80</height>
  458. <font>font_musicviz</font>
  459. <textcolor>white</textcolor>
  460. <shadowcolor>black</shadowcolor>
  461. <label>$INFO[MusicPlayer.Artist]</label>
  462. <scroll>true</scroll>
  463. <scrollsuffix> - </scrollsuffix>
  464. <include>VisibleFadeAnimation</include>
  465. <visible>[String.IsEqual(Control.GetLabel(999999),empty.png) + String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo))] | Skin.HasSetting(Disable.MusicVizLogo)</visible>
  466. </control>
  467. <control type="label">
  468. <left>475</left>
  469. <top>70</top>
  470. <width>755</width>
  471. <height>20</height>
  472. <font>font30</font>
  473. <label>$INFO[MusicPlayer.TrackNumber,,. ]$INFO[Player.Title,[COLOR white],[/COLOR]]</label>
  474. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  475. <shadowcolor>black</shadowcolor>
  476. <scroll>true</scroll>
  477. </control>
  478. <control type="label">
  479. <left>475</left>
  480. <top>140</top>
  481. <width>755</width>
  482. <height>20</height>
  483. <font>font30</font>
  484. <label>$INFO[MusicPlayer.Album][COLOR $VAR[ThemeLabelColor]]$INFO[MusicPlayer.Year, [,]][/COLOR]</label>
  485. <textcolor>white</textcolor>
  486. <shadowcolor>black</shadowcolor>
  487. <scroll>true</scroll>
  488. <scrollsuffix> - </scrollsuffix>
  489. </control>
  490. <control type="label">
  491. <left>475</left>
  492. <top>250</top>
  493. <width>780</width>
  494. <height>65</height>
  495. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  496. <font>font13</font>
  497. <scroll>true</scroll>
  498. <scrollsuffix> - </scrollsuffix>
  499. <label>[LOWERCASE][COLOR white]$INFO[MusicPlayer.Genre,, · ][/COLOR]$INFO[MusicPlayer.Codec,,[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.Bitrate, , [/COLOR]kbps[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.BitsPerSample, ,[/COLOR] $LOCALIZE[612][COLOR white] ·[/COLOR]][/LOWERCASE][COLOR white]$INFO[MusicPlayer.Samplerate, ,[/COLOR] kHz]</label>
  500. </control>
  501. </control>
  502. <control type="group">
  503. <visible>Skin.HasSetting(Disable.MusicPlayerNextTrack)</visible>
  504. <control type="label">
  505. <left>478</left>
  506. <top>-40</top>
  507. <width>1100</width>
  508. <height>80</height>
  509. <font>font_musicviz</font>
  510. <textcolor>white</textcolor>
  511. <shadowcolor>black</shadowcolor>
  512. <label>$INFO[MusicPlayer.Artist]</label>
  513. <scroll>true</scroll>
  514. <scrollsuffix> - </scrollsuffix>
  515. <include>VisibleFadeAnimation</include>
  516. <visible>[String.IsEqual(Control.GetLabel(999999),empty.png) + String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo))] | Skin.HasSetting(Disable.MusicVizLogo)</visible>
  517. </control>
  518. <control type="label">
  519. <left>475</left>
  520. <top>70</top>
  521. <width>1100</width>
  522. <height>20</height>
  523. <font>font30</font>
  524. <label>$INFO[MusicPlayer.TrackNumber,,. ]$INFO[Player.Title,[COLOR white],[/COLOR]]</label>
  525. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  526. <shadowcolor>black</shadowcolor>
  527. <scroll>true</scroll>
  528. </control>
  529. <control type="label">
  530. <left>475</left>
  531. <top>140</top>
  532. <width>1100</width>
  533. <height>20</height>
  534. <font>font30</font>
  535. <label>$INFO[MusicPlayer.Album][COLOR $VAR[ThemeLabelColor]]$INFO[MusicPlayer.Year, [,]][/COLOR]</label>
  536. <textcolor>white</textcolor>
  537. <shadowcolor>black</shadowcolor>
  538. <scroll>true</scroll>
  539. <scrollsuffix> - </scrollsuffix>
  540. </control>
  541. <control type="label">
  542. <left>475</left>
  543. <top>250</top>
  544. <width>1100</width>
  545. <height>65</height>
  546. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  547. <font>font13</font>
  548. <scroll>true</scroll>
  549. <scrollsuffix> - </scrollsuffix>
  550. <label>[LOWERCASE][COLOR white]$INFO[MusicPlayer.Genre,, · ][/COLOR]$INFO[MusicPlayer.Codec,,[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.Bitrate, , [/COLOR]kbps[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.BitsPerSample, ,[/COLOR] $LOCALIZE[612][COLOR white] ·[/COLOR]][/LOWERCASE][COLOR white]$INFO[MusicPlayer.Samplerate, ,[/COLOR] kHz]</label>
  551. </control>
  552. </control>
  553. <control type="image" id="999999">
  554. <left>473</left>
  555. <top>-120</top>
  556. <width>400</width>
  557. <height>155</height>
  558. <aspectratio aligny="bottom" align="left">keep</aspectratio>
  559. <texture background="true" fallback="empty.png">$INFO[Skin.String(pathlogosartists)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
  560. <fadetime>300</fadetime>
  561. <visible>!Skin.HasSetting(Disable.MusicVizLogo)</visible>
  562. </control>
  563. <control type="image">
  564. <left>473</left>
  565. <top>-120</top>
  566. <width>400</width>
  567. <height>155</height>
  568. <aspectratio aligny="bottom" align="left">keep</aspectratio>
  569. <texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
  570. <fadetime>400</fadetime>
  571. <include>VisibleFadeAnimation</include>
  572. <visible>String.IsEqual(Control.GetLabel(999999),empty.png) + !String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo)) + !Skin.HasSetting(Disable.MusicVizLogo)</visible>
  573. </control>
  574. <control type="label">
  575. <left>475</left>
  576. <top>210</top>
  577. <width>740</width>
  578. <height>18</height>
  579. <font>font30</font>
  580. <label>[COLOR=white]$INFO[Player.Time][/COLOR]$INFO[Player.Duration, / [COLOR=white],[/COLOR] ]</label>
  581. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  582. <shadowcolor>black</shadowcolor>
  583. </control>
  584. <control type="image">
  585. <left>465</left>
  586. <top>315</top>
  587. <width>400</width>
  588. <height>45</height>
  589. <colordiffuse>$VAR[ThemeLabelColor]</colordiffuse>
  590. <texture fallback="rating0.png">$INFO[MusicPlayer.UserRating,flags/rating/,.png]</texture>
  591. <aspectratio align="left" aligny="bottom">keep</aspectratio>
  592. <visible>!Player.IsInternetStream</visible>
  593. </control>
  594. </control>
  595. <!-- Center Aligned -->
  596. <control type="group">
  597. <visible>String.IsEqual(Skin.String(MusicVizLayout),2)</visible>
  598. <top>150</top>
  599. <include>VisibleFadeAnimation</include>
  600. <control type="label">
  601. <top>-40</top>
  602. <width>100%</width>
  603. <height>80</height>
  604. <font>font_musicviz</font>
  605. <align>center</align>
  606. <textcolor>white</textcolor>
  607. <shadowcolor>black</shadowcolor>
  608. <label>$INFO[MusicPlayer.Artist]</label>
  609. <scroll>true</scroll>
  610. <scrollsuffix> - </scrollsuffix>
  611. <include>VisibleFadeAnimation</include>
  612. <visible>[String.IsEqual(Control.GetLabel(9999999),empty.png) + String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo))] | Skin.HasSetting(Disable.MusicVizLogo)</visible>
  613. </control>
  614. <control type="image" id="9999999">
  615. <top>-120</top>
  616. <width>100%</width>
  617. <height>155</height>
  618. <aspectratio aligny="bottom" align="center">keep</aspectratio>
  619. <texture background="true" fallback="empty.png">$INFO[Skin.String(pathlogosartists)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
  620. <fadetime>300</fadetime>
  621. <visible>!Skin.HasSetting(Disable.MusicVizLogo)</visible>
  622. </control>
  623. <control type="image">
  624. <left>760</left>
  625. <top>-120</top>
  626. <width>400</width>
  627. <height>155</height>
  628. <aspectratio aligny="bottom" align="center">keep</aspectratio>
  629. <texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Art.ClearLogo)]</texture>
  630. <include>VisibleFadeAnimation</include>
  631. <visible>String.IsEqual(Control.GetLabel(9999999),empty.png) + !String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ClearLogo)) + !Skin.HasSetting(Disable.MusicVizLogo)</visible>
  632. </control>
  633. <control type="label">
  634. <top>70</top>
  635. <width>100%</width>
  636. <height>20</height>
  637. <align>center</align>
  638. <font>font30</font>
  639. <label>$INFO[MusicPlayer.TrackNumber,,. ]$INFO[Player.Title,[COLOR white],[/COLOR]]</label>
  640. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  641. <shadowcolor>black</shadowcolor>
  642. <scroll>true</scroll>
  643. </control>
  644. <control type="label">
  645. <top>140</top>
  646. <width>100%</width>
  647. <height>20</height>
  648. <align>center</align>
  649. <font>font30</font>
  650. <label>$INFO[MusicPlayer.Album][COLOR $VAR[ThemeLabelColor]]$INFO[MusicPlayer.Year, [,]][/COLOR]</label>
  651. <textcolor>white</textcolor>
  652. <shadowcolor>black</shadowcolor>
  653. <scroll>true</scroll>
  654. <scrollsuffix> - </scrollsuffix>
  655. </control>
  656. <control type="label">
  657. <top>210</top>
  658. <width>100%</width>
  659. <height>18</height>
  660. <align>center</align>
  661. <font>font30</font>
  662. <label>[COLOR=white]$INFO[Player.Time][/COLOR]$INFO[Player.Duration, / [COLOR=white],[/COLOR] ]</label>
  663. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  664. <shadowcolor>black</shadowcolor>
  665. </control>
  666. <control type="label">
  667. <top>250</top>
  668. <width>100%</width>
  669. <height>65</height>
  670. <align>center</align>
  671. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  672. <font>font13</font>
  673. <scroll>true</scroll>
  674. <scrollsuffix> - </scrollsuffix>
  675. <label>[LOWERCASE][COLOR white]$INFO[MusicPlayer.Genre,, · ][/COLOR]$INFO[MusicPlayer.Codec,,[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.Bitrate, , [/COLOR]kbps[COLOR white] ·[/COLOR]][COLOR white]$INFO[MusicPlayer.BitsPerSample, ,[/COLOR] $LOCALIZE[612][COLOR white] ·[/COLOR]][/LOWERCASE][COLOR white]$INFO[MusicPlayer.Samplerate, ,[/COLOR] kHz]</label>
  676. </control>
  677. <control type="image">
  678. <left>854</left>
  679. <top>315</top>
  680. <width>400</width>
  681. <height>45</height>
  682. <colordiffuse>$VAR[ThemeLabelColor]</colordiffuse>
  683. <texture fallback="rating0.png">$INFO[MusicPlayer.UserRating,flags/rating/,.png]</texture>
  684. <aspectratio align="left" aligny="bottom">keep</aspectratio>
  685. <visible>!Player.IsInternetStream</visible>
  686. </control>
  687. </control>
  688. <!-- Album + CD -->
  689. <control type="group">
  690. <left>1135</left>
  691. <top>-12</top>
  692. <visible>!String.IsEqual(Skin.String(MusicVizLayout),2)</visible>
  693. <animation effect="slide" end="-1090,0" time="0" condition="String.IsEqual(Skin.String(MusicVizLayout),1)">Conditional</animation>
  694. <animation effect="slide" end="235,0" time="400" condition="String.IsEmpty(Skin.String(MusicVizLayout)) + Skin.HasSetting(HideMusicVizCD) + Skin.HasSetting(SlideMusicLabelsRight)">Conditional</animation>
  695. <animation effect="slide" end="-235,0" time="400" condition="!Skin.HasSetting(HideMusicVizCD) + Skin.HasSetting(HideMusicVizAlbum) + String.IsEqual(Skin.String(MusicVizLayout),1) + Skin.HasSetting(SlideMusicLabelsLeft)">Conditional</animation>
  696. <include>VisibleFadeAnimation</include>
  697. <control type="image" id="88888">
  698. <left>220</left>
  699. <top>3</top>
  700. <width>545</width>
  701. <height>545</height>
  702. <aligny>top</aligny>
  703. <aspectratio align="left">keep</aspectratio>
  704. <fadetime>300</fadetime>
  705. <animation effect="rotate" end="-360" center="auto" time="8000" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
  706. <texture background="true" fallback="special://skin/extras/cdart/blank.png" diffuse="thumbs/boxes/cdart_mask.png">$INFO[Player.FolderPath]cdart.png</texture>
  707. <bordersize>30</bordersize>
  708. <visible>!Skin.HasSetting(HideMusicVizCD)</visible>
  709. </control>
  710. <control type="image">
  711. <description>Cover image</description>
  712. <width>550</width>
  713. <height>550</height>
  714. <aspectratio align="right">scale</aspectratio>
  715. <texture diffuse="thumbs/boxes/cdcover_mask2.png" fallback="DefaultAlbumCover.png">$INFO[Player.Art(thumb)]</texture>
  716. <bordertexture border="28">thumbs/cd_shadow2.png</bordertexture>
  717. <bordersize>28</bordersize>
  718. <visible>!Skin.HasSetting(HideMusicVizAlbum)</visible>
  719. </control>
  720. </control>
  721. <control type="group">
  722. <visible>String.IsEqual(Skin.String(MusicVizLayout),1) + MusicPlayer.Offset(1).Exists + !Skin.HasSetting(Disable.MusicPlayerNextTrack)</visible>
  723. <left>1640</left>
  724. <top>-133</top>
  725. <animation effect="rotate" end="-2" center="auto" condition="true">Conditional</animation>
  726. <animation effect="rotatey" end="45" center="auto" condition="true">Conditional</animation>
  727. <include>VisibleFadeAnimation</include>
  728. <control type="group">
  729. <control type="image">
  730. <top>78</top>
  731. <left>120</left>
  732. <width>234</width>
  733. <height>480</height>
  734. <texture background="true">black.png</texture>
  735. </control>
  736. <control type="image">
  737. <top>110</top>
  738. <left>120</left>
  739. <width>232</width>
  740. <height>271</height>
  741. <texture background="true">$INFO[MusicPlayer.offset(1).Cover]</texture>
  742. </control>
  743. <control type="image">
  744. <top>55</top>
  745. <left>54</left>
  746. <width>410</width>
  747. <height>630</height>
  748. <texture background="true">music_player_new.png</texture>
  749. </control>
  750. <control type="label">
  751. <left>135</left>
  752. <top>380</top>
  753. <width>200</width>
  754. <height>36</height>
  755. <align>center</align>
  756. <aligny>top</aligny>
  757. <font>font11</font>
  758. <scroll>true</scroll>
  759. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  760. <label>$LOCALIZE[19031][COLOR white]:[/COLOR]</label>
  761. </control>
  762. <control type="label">
  763. <left>135</left>
  764. <top>410</top>
  765. <width>200</width>
  766. <height>36</height>
  767. <align>center</align>
  768. <aligny>top</aligny>
  769. <font>font11</font>
  770. <scroll>true</scroll>
  771. <textcolor>white</textcolor>
  772. <label>$INFO[MusicPlayer.offset(1).Artist]</label>
  773. </control>
  774. <control type="label">
  775. <left>135</left>
  776. <top>440</top>
  777. <width>200</width>
  778. <height>36</height>
  779. <align>center</align>
  780. <aligny>top</aligny>
  781. <font>font11</font>
  782. <scroll>true</scroll>
  783. <textcolor>white</textcolor>
  784. <label>[COLOR $VAR[ThemeLabelColor]]$INFO[MusicPlayer.offset(1).TrackNumber,,. ][/COLOR]$INFO[MusicPlayer.offset(1).Title]</label>
  785. </control>
  786. </control>
  787. </control>
  788. </control>
  789. </control>
  790. </control>
  791. <!-- RSS Feed: similar artists-->
  792. <control type="group">
  793. <animation effect="slide" end="1870,0" time="240">WindowClose</animation>
  794. <animation effect="slide" start="1870" end="0" time="240">VisibleChange</animation>
  795. <animation effect="slide" start="1870,0" end="0,0" delay="800" time="480" condition="Window.Previous(startup)">WindowOpen</animation>
  796. <visible>System.HasAddon(script.artistslideshow) + [!String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.ArtistBiography)) | !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.1.AlbumName)) | !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.1.SimilarName))]</visible>
  797. <visible>[Player.ShowInfo + Skin.HasSetting(Enable.VizInfo)] | Skin.HasSetting(Enable.VizPersistent)</visible>
  798. <top>993</top>
  799. <control type="group">
  800. <control type="image">
  801. <left>140</left>
  802. <width>1780</width>
  803. <height>87</height>
  804. <texture flipy="true">submenu_bar.png</texture>
  805. </control>
  806. <control type="image">
  807. <left>50</left>
  808. <width>90</width>
  809. <height>87</height>
  810. <texture flipy="true" border="78,0,0,0">submenu_end.png</texture>
  811. </control>
  812. </control>
  813. <control type="group">
  814. <control type="label">
  815. <left>1880</left>
  816. <top>44</top>
  817. <width>60</width>
  818. <height>41</height>
  819. <label></label>
  820. <font>IconSmall</font>
  821. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  822. </control>
  823. <control type="fadelabel">
  824. <description>RSS feed</description>
  825. <left>140</left>
  826. <top>44</top>
  827. <height>30</height>
  828. <width>1730</width>
  829. <font>font13</font>
  830. <textcolor>$VAR[ThemeLabelColor]</textcolor>
  831. <shadowcolor>shadow</shadowcolor>
  832. <label>$INFO[Window(Visualisation).Property(ArtistSlideshow.ArtistBiography),$LOCALIZE[21887]: [COLOR grey],[/COLOR]]</label>
  833. <label>$INFO[MusicPlayer.Artist,$LOCALIZE[31105] ,: ]$INFO[Window(Visualisation).Property(ArtistSlideshow.1.AlbumName),[COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.2.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.3.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.4.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.5.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.6.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.7.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.8.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.9.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.10.AlbumName), • [COLOR grey],[/COLOR]]</label>
  834. <label>$INFO[Window(Visualisation).Property(ArtistSlideshow.1.SimilarName),$LOCALIZE[31104]: [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.2.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.3.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.4.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.5.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.6.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.7.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.8.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.9.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.10.SimilarName), • [COLOR grey],[/COLOR]]</label>
  835. <scrollspeed>75</scrollspeed>
  836. </control>
  837. </control>
  838. </control>
  839. </controls>
  840. </window>ideshow.7.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.8.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.9.AlbumName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.10.AlbumName), • [COLOR grey],[/COLOR]]</label>
  841. <label>$INFO[Window(Visualisation).Property(ArtistSlideshow.1.SimilarName),$LOCALIZE[31104]: [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.2.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.3.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.4.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.5.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.6.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.7.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.8.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.9.SimilarName), • [COLOR grey],[/COLOR]]$INFO[Window(Visualisation).Property(ArtistSlideshow.10.SimilarName), • [COLOR grey],[/COLOR]]</label>
  842. <scrollspeed>75</scrollspeed>
  843. </control>
  844. </control>
  845. </control>
  846. </controls>
  847. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement