summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/MusicVisualisation.xml
blob: bb27b4d7ef1ed429214679a12b6e61ad19ae576c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol></defaultcontrol>
	<onload>ActivateWindow(MusicOSD)</onload>
	<onunload>ClearProperty(PopupMenuVisible,Home)</onunload>
	<controls>
		<control type="image">
			<description>fanart</description>
			<posx>0</posx>
			<posy>0</posy>
			<include>ScreenWidth</include>
			<height>960</height>
			<texture background="true">$INFO[Player.Art(fanart)]</texture>
			<aspectratio>scale</aspectratio>
			<fadetime>FanartCrossfadeTime</fadetime>
		</control>
		<control type="visualisation" id="2">
			<description>visualisation</description>
			<posx>0</posx>
			<posy>0</posy>
			<include>ScreenWidth</include>
			<height>960</height>
		</control>
	</controls>
</window>