<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
    <controls>
        <!-- Dummy Controls -->
          <control>
                <description>dummy (Music - Album)</description>
                <type>label</type>
                <id>3337</id>
                <posX>280</posX>
                <posY>1510</posY>
                <label>#Play.Current.Album</label>
                <visible>Player.hasmedia+[string.equals(#Play.Current.Album)|string.contains(#Play.Current.Year,GMT)]</visible>
            </control>
            <control>
                <description>dummy (Youtube.fm)</description>
                <type>label</type>
                <id>3443</id>
                <posX>20</posX>
                <posY>1535</posY>
                <label>#Play.Current.Artist</label>
                <visible>Player.hasmedia+!Player.hasduration</visible>
            </control>
          <control>
                <description>dummy (Radio)</description>
                <type>image</type>
                <id>3444</id>
                <posX>320</posX>
                <posY>1505</posY>
                <width>40</width>
                <height>40</height>
                <texture>#Play.Current.Thumb</texture>
                <visible>Control.hasthumb(3444)+Player.hasmedia+!Player.hasduration</visible>
            </control>
            <control>
                <description>dummy (Radio no Youtube)</description>
                <type>label</type>
                <id>3441</id>
                <posX>20</posX>
                <posY>1535</posY>
                <label>Radio</label>
                <visible>Control.isvisible(3444)+!string.equals(#Play.Current.Artist)</visible>
            </control>

        <!--  Music Overlay -->
		<control Style="Overlay">
			<type>group</type>
			<description>group element</description>
			<dimColor>ffffffff</dimColor>
            <control>
                <description>music rectangle</description>
                <type>image</type>
                <id>0</id>
                <posX>560</posX>
                <posY>387</posY>
                <width>143</width>
                <height>153</height>
                <texture>overlay_background.png</texture>
                <centered>yes</centered>
                <visible>Player.hasmedia+!Control.isvisible(99)+[Control.isvisible(3337)|Control.isvisible(3441)]</visible>
            </control>
            <control>
                <description>music logo</description>
                <type>image</type>
                <id>3336</id>
                <posX>568</posX>
                <posY>397</posY>
                <width>126</width>
                <height>110</height>
                <keepaspectratio>no</keepaspectratio>
                <centered>yes</centered>
                <texture>#Play.Current.Thumb</texture>
                <visible>Player.hasmedia+[Control.isvisible(3337)|Control.isvisible(3441)]</visible>
            </control>
            <control>
                <description>music logo</description>
                <type>image</type>
                <id>3339</id>
                <posX>568</posX>
                <posY>397</posY>
                <width>126</width>
                <height>110</height>
                <keepaspectratio>no</keepaspectratio>
                <centered>yes</centered>
                <texture>#Play.Current.ArtistThumb</texture>
                <visible>Player.hasmedia+!Control.hasthumb(3336)+Control.isvisible(3337)+player.hasduration</visible>
            </control>
            <control>
                <description>Missing music logo</description>
                <type>image</type>
                <id>0</id>
                <posX>568</posX>
                <posY>397</posY>
                <width>126</width>
                <height>110</height>
                <keepaspectratio>no</keepaspectratio>
                <centered>yes</centered>
                <texture>missing_coverart_music.png</texture>
                <visible>Player.hasmedia+!Control.hasthumb(3336)+!Control.hasthumb(3339)+Control.isvisible(3337)+player.hasduration</visible>
            </control>
            <control>
                <description>Missing Radio logo</description>
                <type>image</type>
                <id>0</id>
                <posX>568</posX>
                <posY>397</posY>
                <width>126</width>
                <height>110</height>
                <keepaspectratio>no</keepaspectratio>
                <centered>yes</centered>
                <texture>hover_my Streamradio.png</texture>
                <visible>Player.hasmedia+!Control.hasthumb(3336)+[Control.isvisible(3337)|Control.isvisible(3441)]+!player.hasduration</visible>
            </control>
		</control>
        <!-- Video/TV -->
		<control Style="Video">
			<description>video preview window</description>
			<type>videowindow</type>
			<id>99</id>
			<posY>396</posY>
			<width>148</width>
			<height>112</height>
			<action>18</action>
			<textureFocus>tv_green_border.png</textureFocus>
			<keepaspectratio>yes</keepaspectratio>
			<centered>yes</centered>
			<visible>Player.hasmedia+!Control.isvisible(3337)+!Control.isvisible(3441)</visible>
		</control>
		<control Style="Overlay BG">
			<description>video background</description>
			<type>image</type>
			<id>0</id>
			<posY>387</posY>
			<width>170</width>
			<height>153</height>
			<texture>overlay_background.png</texture>
			<visible>Player.hasmedia+!Control.isvisible(3337)+!Control.isvisible(3441)</visible>
		</control>
         <!-- Common Overlay  -->
		<control Style="Overlay">
			<type>group</type>
			<description>group element</description>
			<dimColor>ffffffff</dimColor>
            <control>
                <description>play logo</description>
                <type>image</type>
                <id>0</id>
                <posX>670</posX>
                <posY>509</posY>
                <width>26</width>
                <height>26</height>
                <texture>logo_play.png</texture>
                <visible>player.playing</visible>
             </control>
             <control>
                <description>Pause logo</description>
                <type>image</type>
                <id>0</id>
                <posX>670</posX>
                <posY>509</posY>
                <width>26</width>
                <height>26</height>
                <texture>logo_pause.png</texture>
                <visible>player.paused</visible>
             </control>
             <control>
                <description>FF logo</description>
                <type>image</type>
                <id>0</id>
                <posX>670</posX>
                <posY>509</posY>
                <width>26</width>
                <height>26</height>
                <texture>logo_fastforward.png</texture>
                <visible>player.forwarding</visible>
            </control>
            <control>
                <description>RW logo</description>
                <type>image</type>
                <id>0</id>
                <posX>670</posX>
                <posY>509</posY>
                <width>26</width>
                <height>26</height>
                <texture>logo_rewind.png</texture>
                <visible>player.rewinding</visible>
            </control>
            <control>
                <description>Playtime Label</description>
                <type>label</type>
                <id>3338</id>
                <posX>658</posX>
                <posY>506</posY>
                <width>160</width>
                <height>25</height>
                <font>font16</font>
                <align>right</align>
                <textcolor>FFDDDDDD</textcolor>
				<shadowAngle>45</shadowAngle>
				<shadowDistance>5</shadowDistance>
				<shadowColor>ff083556</shadowColor>
                <label>#currentplaytime</label>
                <visible>Player.hasmedia</visible>
            </control>
            <control>
                <description>scrolling info label</description>
                <type>fadelabel</type>
                <id>0</id>
                <posX>695</posX>
                <posY>535</posY>
                <width>160</width>
                <height>30</height>
                <align>right</align>
                <label>#Play.Current.Title\r#Play.Current.Artist\r#Play.Current.Album\r#Play.Current.Track\r#Play.Current.Duration\r#Play.Current.Genre\r#Play.Current.Year\r#Play.Current.Director</label>
                <textcolor>ffa9d0f7</textcolor>
                <visible>Player.hasmedia+!string.equals(#mvCentral.isPlaying,true)</visible>
            </control>
            <control>
				<description>scrolling info label (mvCentral)</description>
                <type>fadelabel</type>
                <id>0</id>
                <posX>695</posX>
                <posY>535</posY>
                <width>160</width>
                <height>30</height>
                <align>right</align>
                <label>#Play.Current.Title\r#Play.Current.Artist\r#Play.Current.mvArtist\r#Play.Current.Album\r#Play.Current.mvAlbum\r#Play.Current.Track\r#Play.Current.Duration\r#Play.Current.Genre\r#Play.Current.Year\r#Play.Current.Director</label>
                <textcolor>ffa9d0f7</textcolor>
                <visible>Player.hasmedia+string.equals(#mvCentral.isPlaying,true)</visible>
            </control>
		</control>
    </controls>
</window>