summaryrefslogtreecommitdiffstats
path: root/addons/skin.estuary/xml/Custom_1105_MusicOSDSettings.xml
blob: a86d24f929e5901679ebbc4221b25e18e32707e7 (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
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1105">
	<defaultcontrol always="true">5000</defaultcontrol>
	<include>Animation_DialogPopupOpenClose</include>
	<controls>
		<control type="group">
			<centerleft>50%</centerleft>
			<width>600</width>
			<centertop>50%</centertop>
			<height>700</height>
			<include content="DialogBackgroundCommons">
				<param name="width" value="600" />
				<param name="height" value="80" />
				<param name="header_label" value="$LOCALIZE[5]" />
				<param name="header_id" value="" />
			</include>
			<control type="group">
				<left>0</left>
				<top>80</top>
				<control type="grouplist" id="5000">
					<width>600</width>
					<height>700</height>
					<itemgap>0</itemgap>
					<onup>5000</onup>
					<ondown>5000</ondown>
					<orientation>vertical</orientation>
					<control type="radiobutton" id="5001">
						<width>600</width>
						<include>DialogSettingButton</include>
						<label>$LOCALIZE[31163]</label>
						<onclick>Skin.ToggleSetting(hide_background_fanart)</onclick>
						<selected>!Skin.HasSetting(hide_background_fanart)</selected>
					</control>
					<control type="radiobutton" id="5002">
						<label>$LOCALIZE[31167]</label>
						<include>DialogSettingButton</include>
						<onclick>Skin.ToggleSetting(animate_background_fanart)</onclick>
						<selected>Skin.HasSetting(animate_background_fanart)</selected>
					</control>
					<control type="button" id="5004">
						<width>600</width>
						<include>DialogSettingButton</include>
						<label>$LOCALIZE[250]</label>
						<label2>[B]$INFO[Visualisation.Name][/B]</label2>
						<onclick>Dialog.Close(all)</onclick>
						<onclick>SendClick(500)</onclick>
					</control>
					<control type="button" id="5005">
						<width>600</width>
						<include>DialogSettingButton</include>
						<label>$LOCALIZE[31084]</label>
						<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
					</control>
					<control type="button" id="5006">
						<width>600</width>
						<include>DialogSettingButton</include>
						<label>$LOCALIZE[31068]</label>
						<onclick>ActivateWindow(visualisationpresetlist)</onclick>
						<visible>Visualisation.HasPresets</visible>
					</control>
					<control type="button" id="5007">
						<width>600</width>
						<include>DialogSettingButton</include>
						<label>$LOCALIZE[31082]</label>
						<label2>[B]$INFO[Skin.String(LyricScript_Path)][/B]</label2>
						<onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
					</control>
					<control type="button" id="5008">
						<width>600</width>
						<include>DialogSettingButton</include>
						<label>$LOCALIZE[31083]</label>
						<onclick>Addon.OpenSettings($INFO[Skin.String(LyricScript_Path)])</onclick>
						<visible>!String.IsEmpty(Skin.String(LyricScript_Path))</visible>
					</control>
				</control>
			</control>
		</control>
	</controls>
</window>