blob: 2d5178c5ff88f524514a8d527b60932b25c4f0be (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1105">
<defaultcontrol always="true">5000</defaultcontrol>
<coordinates>
<left>660</left>
<top>220</top>
</coordinates>
<include>Animation_DialogPopupOpenClose</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="600" />
<param name="DialogBackgroundHeight" value="550" />
<param name="DialogHeaderLabel" value="$LOCALIZE[5]" />
<param name="DialogHeaderId" value="" />
</include>
<control type="list" id="5000">
<left>2</left>
<top>107</top>
<width>596</width>
<height>660</height>
<onup>5000</onup>
<ondown>5000</ondown>
<onleft>99</onleft>
<onright>61</onright>
<include name="DefaultSimpleListLayout">
<param name="width" value="600" />
<param name="list_id" value="5000" />
<param name="align" value="center" />
</include>
<content>
<item>
<label>$LOCALIZE[250]: [COLOR button_focus]$INFO[Visualisation.Name][/COLOR]</label>
<onclick>Dialog.Close(all)</onclick>
<onclick>SendClick(500)</onclick>
</item>
<item>
<label>$LOCALIZE[31084]</label>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
</item>
<item>
<label>$LOCALIZE[31068]</label>
<onclick>ActivateWindow(visualisationpresetlist)</onclick>
<visible>Visualisation.HasPresets</visible>
</item>
<item>
<label>$LOCALIZE[31082]: [COLOR button_focus]$INFO[Skin.String(LyricScript_Path)][/COLOR]</label>
<onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
</item>
<item>
<label>$LOCALIZE[31083]</label>
<onclick>Addon.OpenSettings($INFO[Skin.String(LyricScript_Path)])</onclick>
<visible>!String.IsEmpty(Skin.String(LyricScript_Path))</visible>
</item>
</content>
</control>
</controls>
</window>
|