aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/MyMusicSongs.xml
blob: d37f15fc7c9b9869d02aecb2969cc639956f760f (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<window>
	<defaultcontrol always="true">50</defaultcontrol>
	<allowoverlay>no</allowoverlay>
	<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
	<views>50,51,550,551,500,506</views>
	<controls>
		<include>CommonBackground</include>
		<include>ContentPanelBackgrounds</include>
		<control type="group">
			<include>Window_OpenClose_Animation</include>		
			<include>CommonRootView</include> <!-- view id = 50 -->
			<include>FullWidthList</include> <!-- view id = 51 -->
			<include>ThumbnailView</include> <!-- view id = 500 -->
			<include>MusicInfoListView</include> <!-- view id = 506 -->
			<include>AddonInfoListView1</include> <!-- view id = 550 -->
			<include>AddonInfoThumbView1</include> <!-- view id = 551 -->
		</control>
		<include>CommonPageCount</include>
		<include>CommonNowPlaying</include>
		<include>MainWindowMouseButtons</include>
		<include>BehindDialogFadeOut</include>
		<include>ScrollOffsetLabel</include>
		<control type="image">
			<description>Section header image</description>
			<posx>20</posx>
			<posy>3</posy>
			<width>35</width>
			<height>35</height>
			<aspectratio>keep</aspectratio>
			<texture>icon_music.png</texture>
		</control>
		<control type="grouplist">
			<posx>65</posx>
			<posy>5</posy>
			<width>1000</width>
			<height>30</height>
			<orientation>horizontal</orientation>
			<align>left</align>
			<itemgap>5</itemgap>
			<control type="label">
				<include>WindowTitleCommons</include>
				<label>$LOCALIZE[31022]</label>
			</control>
			<control type="label">
				<include>WindowTitleCommons</include>
				<label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label>
				<visible>!IsEmpty(Container.FolderName)</visible>
			</control>
		</control>
		<control type="group">
			<posx>-250</posx>
			<include>SideBladeLeft</include>
			<control type="grouplist" id="9000">
				<posx>0</posx>
				<posy>110</posy>
				<width>250</width>
				<height>600</height>
				<onleft>9000</onleft>
				<onright>50</onright>
				<onup>9000</onup>
				<ondown>9000</ondown>
				<onback>50</onback>
				<itemgap>0</itemgap>
				<control type="label" id="200">
					<width>250</width>
					<height>35</height>
					<font>font12</font>
					<label>31006</label>
					<textcolor>blue</textcolor>
					<align>center</align>
					<aligny>center</aligny>
				</control>
				<control type="button" id="2">
					<description>View As button</description>
					<textwidth>235</textwidth>
					<include>ButtonCommonValues</include>
					<label>-</label>
				</control>
				<control type="button" id="3">
					<description>Sort by button</description>
					<include>ButtonCommonValues</include>
					<label>103</label>
				</control>
				<control type="togglebutton" id="4">
					<description>Sort asc</description>
					<include>ButtonCommonValues</include>
					<alttexturefocus border="5">button-focus.png</alttexturefocus>
					<alttexturenofocus>-</alttexturenofocus>
					<label>31051</label>
					<altlabel>31050</altlabel>
					<usealttexture>Container.SortDirection(Ascending)</usealttexture>
				</control>
				<control type="radiobutton" id="99">
					<description>Library button</description>
					<label>$LOCALIZE[29800]</label>
					<onclick>ReplaceWindow(MusicLibrary)</onclick>
					<selected>Window.IsVisible(MusicLibrary)</selected>
					<include>ButtonCommonValues</include>
					<enable>Library.HasContent(Music)</enable>
				</control>
				<control type="edit" id="19">
					<visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
					<description>Filter</description>
					<textwidth>230</textwidth>
					<include>ButtonCommonValues</include>
					<label>587</label>
				</control>
				<control type="radiobutton" id="20">
					<visible>Container.CanFilterAdvanced</visible>
					<description>Filter</description>
					<include>ButtonCommonValues</include>
					<label>587</label>
					<selected>Container.Filtered</selected>
					<onclick>right</onclick>
					<onclick>Filter</onclick>
				</control>
				<include>CommonNowPlaying_Controls</include>
			</control>
		</control>
		<include>Clock</include>
	</controls>
</window>