diff options
author | gyunaev <gyunaev@svn> | 2010-03-27 18:27:46 +0000 |
---|---|---|
committer | gyunaev <gyunaev@svn> | 2010-03-27 18:27:46 +0000 |
commit | 9d41a673c3cf73dde99a54142d8a6dfda887de26 (patch) | |
tree | 680a3fe575cc264824afcbe9ce16199a9ea05302 /skin/Confluence | |
parent | 540a6cbd9d3b6591125197840ea43959c2135e3c (diff) |
Next song notification implemented now as a skin window.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28897 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin/Confluence')
-rw-r--r-- | skin/Confluence/720p/MusicKaraokeLyrics.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/skin/Confluence/720p/MusicKaraokeLyrics.xml b/skin/Confluence/720p/MusicKaraokeLyrics.xml index fde047b742..6ab6078fbb 100644 --- a/skin/Confluence/720p/MusicKaraokeLyrics.xml +++ b/skin/Confluence/720p/MusicKaraokeLyrics.xml @@ -16,5 +16,30 @@ <height>720</height>
<visibility>false</visibility>
</control>
+ <control type="group">
+ <visible>MusicPlayer.Offset(number).Exists + !IntegerGreaterThan(Player.TimeRemaining,20)</visible>
+ <animation effect="slide" start="0,-40" end="0,0" time="100">Visible</animation>
+ <posx>420</posx>
+ <posy>0</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-10</posy>
+ <width>470</width>
+ <height>55</height>
+ <texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
+ </control>
+ <control type="label" id="402">
+ <description>Next Song Name</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>470</width>
+ <height>25</height>
+ <font>font13_title</font>
+ <textcolor>blue</textcolor>
+ <label>[COLOR=blue]$LOCALIZE[209] :[/COLOR] [COLOR=selected]$INFO[MusicPlayer.offset(1).Title][/COLOR]</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
</controls>
</window>
|