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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
<window id="502">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50,51,59,53,56,55,500</views>
<controls>
<include>CommonBackground</include>
<control type="largeimage">
<posx>0</posx>
<posy>105</posy>
<width>850</width>
<height>540</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture diffuse="Fanart_Diffuse.png" fallback="special://skin/backgrounds/music.jpg">$INFO[Fanart.Image]</texture>
<visible>Control.IsVisible(55)</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
</control>
<control type="largeimage">
<posx>0</posx>
<posy>105</posy>
<width>850</width>
<height>540</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture diffuse="Fanart_Diffuse.png" fallback="special://skin/backgrounds/music.jpg">$INFO[ListItem.Property(Fanart_Image)]</texture>
<include>VisibleFadeEffect</include>
<fadetime>FanartCrossfadeTime</fadetime>
<visible>Control.IsVisible(56)</visible>
<include>Window_OpenClose_Animation</include>
</control>
<include>3d_CoverView_Music</include> <!-- view id = 500 -->
<control type="group">
<include>Window_OpenClose_Right_Panel_Animation</include>
<control type="group">
<animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
<animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
<include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include>
<include>CommonRootView</include> <!-- view id = 50 -->
<include>CommonListView</include> <!-- view id = 51 -->
<include>SongInfoListView</include> <!-- view id = 59 -->
<include>ThumbnailView</include> <!-- view id = 53 -->
<include>ArtistFanartView</include> <!-- view id = 56 -->
<include>AlbumSongsFanartView</include> <!-- view id = 55 -->
</control>
<include>AllViewCommonPageControls</include>
<include>CommonFileCount</include>
<include>ScrollOffsetLabel</include>
</control>
<control type="group">
<include>ArtistFanartView_Extras</include>
<include>AlbumSongsFanartView_Extras</include>
</control>
<control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include>
<control type="group" id="9000">
<posx>0</posx>
<posy>130</posy>
<animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="image">
<posx>0</posx>
<posy>-30</posy>
<width>320</width>
<height>470</height>
<texture border="0,0,50,45">Panel2.png</texture>
<visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button" id="2">
<description>View As button</description>
<posx>0</posx>
<posy>0</posy>
<include>ButtonCommonValues</include>
<label>-</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>611</onup>
<ondown>3</ondown>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<posx>0</posx>
<posy>45</posy>
<include>ButtonCommonValues</include>
<label>103</label>
<onleft>50</onleft>
<onright>4</onright>
<onup>2</onup>
<ondown>99</ondown>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<posx>250</posx>
<posy>58</posy>
<label>-</label>
<onleft>3</onleft>
<onright>50</onright>
<onup>2</onup>
<ondown>99</ondown>
</control>
<control type="radiobutton" id="99">
<description>Library button</description>
<posx>0</posx>
<posy>90</posy>
<label>$LOCALIZE[29800]</label>
<onclick>ReplaceWindow(MusicFiles)</onclick>
<selected>Window.IsVisible(MusicLibrary)</selected>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright>
<onup>3</onup>
<ondown>8</ondown>
</control>
<control type="edit" id="8">
<description>Search</description>
<posx>0</posx>
<posy>135</posy>
<include>ButtonCommonValues</include>
<label>137</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>99</onup>
<ondown>19</ondown>
</control>
<control type="radiobutton" id="19">
<description>Filter</description>
<posx>0</posx>
<posy>180</posy>
<include>ButtonCommonValues</include>
<label>587</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>8</onup>
<ondown>16</ondown>
</control>
<control type="radiobutton" id="16">
<description>PartyMode</description>
<posx>0</posx>
<posy>225</posy>
<include>ButtonCommonValues</include>
<label>589</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>19</onup>
<ondown>610</ondown>
</control>
<control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>16</onup>
<ondown>603</ondown>
<visible>false</visible>
</control>
<control type="group">
<posx>0</posx>
<posy>270</posy>
<animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(99)">conditional</animation>
<include>CommonNowPlaying_Controls</include>
</control>
<control type="button" id="611">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>607</onup>
<ondown>2</ondown>
<visible>false</visible>
</control>
</control>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>128</height>
<texture>Header.png</texture>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[9] - $LOCALIZE[10516]$INFO[Container.PluginName, - ]</label>
</control>
</controls>
</window>
|