only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / MusicKaraokeLyrics.xml
1 <window id="2009">
2         <onunload>Dialog.Close(MusicOSD)</onunload>
3         <controls>
4                 <control type="karvisualisation" id="1">
5                         <description>visualisation</description>
6                         <posx>0</posx>
7                         <posy>0</posy>
8                         <width>ScreenWidth</width>
9                         <height>ScreenHeight</height>
10                         <visibility>false</visibility>
11                 </control>
12                 <control type="image" id="2">
13                         <description>fullscreen image</description>
14                         <posx>0</posx>
15                         <posy>0</posy>
16                         <width>ScreenWidth</width>
17                         <height>ScreenHeight</height>
18                         <visibility>false</visibility>
19                 </control>
20                 <control type="group">
21                         <posx>70r</posx>
22                         <posy>405</posy>
23                         <include>Window_OpenClose_Animation</include>
24                         <include>VisibleFadeEffect</include>
25                         <visible>!Window.IsVisible(MusicOSD)</visible>
26                         <control type="image">
27                                 <posx>0</posx>
28                                 <posy>0</posy>
29                                 <width>80</width>
30                                 <height>150</height>
31                                 <texture border="5">SubBack.png</texture>
32                         </control>
33                         <control type="button">
34                                 <posx>10</posx>
35                                 <posy>10</posy>
36                                 <width>55</width>
37                                 <height>55</height>
38                                 <label>-</label>
39                                 <texturefocus>icon_player2.png</texturefocus>
40                                 <texturenofocus>icon_player2.png</texturenofocus>
41                                 <onclick>ActivateWindow(MusicOSD)</onclick>
42                         </control>
43                         <control type="button">
44                                 <posx>10</posx>
45                                 <posy>85</posy>
46                                 <width>55</width>
47                                 <height>55</height>
48                                 <label>-</label>
49                                 <texturefocus>icon_keypad.png</texturefocus>
50                                 <texturenofocus>icon_keypad.png</texturenofocus>
51                                 <onclick>Number0</onclick>
52                         </control>
53                 </control>
54                 <control type="group">
55                         <visible>MusicPlayer.Offset(number).Exists + !IntegerGreaterThan(Player.TimeRemaining,20)</visible>
56                         <animation effect="slide" start="0,-64" end="0,0" time="100">Visible</animation>
57                         <posx>0</posx>
58                         <posy>0</posy>
59                         <control type="image">
60                                 <posx>0</posx>
61                                 <posy>0</posy>
62                                 <width>ScreenWidth</width>
63                                 <height>64</height>
64                                 <texture>header.png</texture>
65                         </control>
66                         <control type="label" id="402">
67                                 <description>Next Song Name</description>
68                                 <posx>0</posx>
69                                 <posy>0</posy>
70                                 <width>ScreenWidth</width>
71                                 <height>60</height>
72                                 <font>font16</font>
73                                 <textcolor>white</textcolor>
74                                 <label>$LOCALIZE[209] : $INFO[MusicPlayer.offset(1).Title]</label>
75                                 <align>center</align>
76                                 <aligny>center</aligny>
77                         </control>
78                 </control>
79         </controls>
80 </window>