only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / MyMusicPlaylist.xml
1 <window id="500">
2         <defaultcontrol always="true">50</defaultcontrol>
3         <allowoverlay>no</allowoverlay>
4         <views>50,500</views>
5         <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
6         <controls>
7                 <include>CommonBackground</include>
8                 <include>FileCountCommons</include>
9                 <include>HomeButtonCommons</include>
10                 <include>CommonNowPlaying</include>
11                 <include>OptionsButtonCommons</include>
12                 <control type="label">
13                         <description>Window label</description>
14                         <include>MediaWindowTitleCommons</include>
15                         <label>$LOCALIZE[10517]</label>
16                 </control>
17                 <control type="group">
18                         <include>Window_OpenClose_Animation_Zoom</include>
19                         <include>CommonRootView</include> <!-- view id = 50 -->
20                         <include>ThumbnailView</include> <!-- view id = 500 -->
21                 </control>
22                 <control type="panel" id="9002">
23                         <visible>!Window.IsActive(PlayerControls)</visible>
24                         <include>VisibleFadeEffect</include>
25                         <include>SubMenuCommonLayout</include>
26                         <content>
27                                 <item>
28                                         <label>31200</label>
29                                         <onclick>ParentDir</onclick>
30                                         <icon>icon_back.png</icon>
31                                 </item>
32                         </content>
33                 </control>
34                 <control type="group">
35                         <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
36                         <include>VisibleFadeEffect</include>
37                         <control type="button">
38                                 <description>Hidden button to close the sort when its focused</description>
39                                 <posx>0</posx>
40                                 <posy>0</posy>
41                                 <width>ScreenWidth</width>
42                                 <height>ScreenHeight</height>
43                                 <texturenofocus>-</texturenofocus>
44                                 <texturefocus>-</texturefocus>
45                                 <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
46                         </control>
47                         <control type="group">
48                                 <posx>340r</posx>
49                                 <posy>130</posy>
50                                 <control type="image">
51                                         <description>Shadow Background</description>
52                                         <posx>-30</posx>
53                                         <posy>-30</posy>
54                                         <width>380</width>
55                                         <height>500</height>
56                                         <texture border="30">ShadowBorder.png</texture>
57                                 </control>
58                                 <control type="button">
59                                         <description>Panel Background image</description>
60                                         <posx>0</posx>
61                                         <posy>0</posy>
62                                         <width>320</width>
63                                         <height>440</height>
64                                         <texturefocus border="5">SubBack.png</texturefocus>
65                                         <texturenofocus border="5">SubBack.png</texturenofocus>
66                                         <onclick>-</onclick>
67                                 </control>
68                                 <control type="image">
69                                         <description>Panel Forground image</description>
70                                         <posx>10</posx>
71                                         <posy>10</posy>
72                                         <width>300</width>
73                                         <height>420</height>
74                                         <texture border="5">SubBack2.png</texture>
75                                 </control>
76                                 <control type="image">
77                                         <description>Panel Arrow image</description>
78                                         <posx>270</posx>
79                                         <posy>-34</posy>
80                                         <width>40</width>
81                                         <height>40</height>
82                                         <texture>arrow-big-up.png</texture>
83                                 </control>
84                                 <control type="grouplist">
85                                         <posx>11</posx>
86                                         <posy>10</posy>
87                                         <width>298</width>
88                                         <height>420</height>
89                                         <onleft>9000</onleft>
90                                         <onright>50</onright>
91                                         <onup>9000</onup>
92                                         <ondown>9000</ondown>
93                                         <itemgap>0</itemgap>
94                                         <control type="radiobutton" id="20">
95                                                 <description>Shuffle button</description>
96                                                 <include>ButtonCommonValues2</include>
97                                                 <label>191</label>
98                                         </control>
99                                         <control type="button" id="26">
100                                                 <description>Repeat button</description>
101                                                 <textwidth>235</textwidth>
102                                                 <include>ButtonCommonValues2</include>
103                                                 <label>-</label>
104                                         </control>
105                                         <control type="button" id="21">
106                                                 <description>Save button</description>
107                                                 <label>190</label>
108                                                 <textwidth>235</textwidth>
109                                                 <include>ButtonCommonValues2</include>
110                                         </control>
111                                         <control type="button" id="22">
112                                                 <description>Clear button</description>
113                                                 <label>192</label>
114                                                 <textwidth>235</textwidth>
115                                                 <include>ButtonCommonValues2</include>
116                                         </control>
117                                         <control type="image">
118                                                 <posx>0</posx>
119                                                 <posy>100</posy>
120                                                 <width>298</width>
121                                                 <height>10</height>
122                                                 <texture>shelf_shadow.png</texture>
123                                         </control>
124                                 </control>
125                         </control>
126                 </control>
127                 <include>BehindDialogFadeOut</include>
128         </controls>
129 </window>