aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.touched/4x3Hirez/MusicVisualisation.xml
blob: 71f034240198e1fefaca7a0ff8be1a45ecf82a92 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<window id="2006">
	<defaultcontrol>-</defaultcontrol>
	<allowoverlay>no</allowoverlay>
	<controls>
		<control type="visualisation">
			<description>visualisation</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>ScreenWidth</width>
			<height>ScreenHeight</height>
		</control>
		<!-- codec & viz infos -->
		<control type="group" id="0">
			<posx>0</posx>
			<posy>50</posy>
			<visible>Player.ShowCodec + ![Window.IsVisible(script-XBMC_Lyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList)]</visible>
			<animation effect="fade" time="200">VisibleChange</animation>
			<control type="image">
				<description>media info background image</description>
				<posx>0</posx>
				<posy>0</posy>
				<width>1280</width>
				<height>105</height>
				<colordiffuse>AAFFFFFF</colordiffuse>
				<texture>black-back.png</texture>
			</control>
			<control type="label">
				<description>row 1 label</description>
				<posx>50</posx>
				<posy>10</posy>
				<label>-</label>
				<align>left</align>
				<label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,bit]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label>
				<font>font12</font>
			</control>
			<control type="label">
				<description>row 2 label</description>
				<posx>50</posx>
				<posy>40</posy>
				<label>-</label>
				<align>left</align>
				<label>$INFO[Visualisation.Name] [I][COLOR=orange]($LOCALIZE[20166])[/COLOR][/I] · fps: $INFO[System.FPS]</label>
				<font>font12</font>
				<visible>Visualisation.Locked</visible>
			</control>
			<control type="label">
				<description>Unlocked row 2 label</description>
				<posx>50</posx>
				<posy>40</posy>
				<label>-</label>
				<align>left</align>
				<label>$INFO[Visualisation.Name] · fps: $INFO[System.FPS]</label>
				<font>font12</font>
				<visible>!Visualisation.Locked</visible>
			</control>
			<control type="label">
				<description>row 3 label</description>
				<posx>50</posx>
				<posy>70</posy>
				<label>-</label>
				<align>left</align>
				<label>$LOCALIZE[13388]: $INFO[Visualisation.Preset]</label>
				<font>font12</font>
			</control>
		</control>
	</controls>
</window>