<?xml version="1.0" encoding="utf-8"?>
<!--
This file should contain the details view
-->
<window>
<controls>
	<control>
		<description>PLAY Button</description>
		<type>button</type>
		<id>6</id>
		<label>-</label>
		<onup>6</onup>
		<ondown>6</ondown>
		<onleft>66</onleft>
		<onright>6</onright>
		<textureFocus>-</textureFocus>
		<textureNoFocus>-</textureNoFocus>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)</visible>
	</control>
	
	<control>
		<description>PLAY Button</description>
		<type>button</type>
		<id>66</id>
		<label>-</label>
		<onup>66</onup>
		<ondown>66</ondown>
		<onleft>66</onleft>
		<onright>6</onright>
		<textureFocus>-</textureFocus>
		<textureNoFocus>-</textureNoFocus>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)</visible>
	</control>

	<!--            :: MAIN DETAILS ::            -->
	
	<control>
	<type>group</type>
	<description>group 1</description>
	<dimColor>ffffffff</dimColor>
	
		
	<control>
		<description>Vignette background</description>
		<type>image</type>
		<id>0</id>
		<posX>822</posX>
		<posY>0</posY>
		<width>544</width>
		<height>768</height>
		<texture>moving_pictures_detail_vignette.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>

	<!-- Details Box -->
	
	<control>
		<description>Heading</description>
		<type>label</type>
		<id>0</id>
		<posX>903</posX>
		<posY>84</posY>
		<width>365</width>
		<font>Segoe Light18</font>
                <textcolor>ff85cffe</textcolor>
		<label>#MovingPictures.Translation.MovieDetails.Label</label>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>

	<control>
		<description>Movie Title</description>
		<type>fadelabel</type>
		<id>0</id>
		<posX>903</posX>
		<posY>180</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<label>#MovingPictures.SelectedMovie.title</label>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
<!-- Only in MovingPictures 0.8 -->
	<control>
		<description>year+runtime</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.year - #MovingPictures.SelectedMovie.runtime.localized.short</label>
		<id>0</id>
		<posX>903</posX>
		<posY>215</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
<!-- -->

<!-- Only in MovingPictures 0.7.x
	<control>
		<description>year+runtime</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.year - #MovingPictures.SelectedMovie.runtime min</label>
		<id>0</id>
		<posX>903</posX>
		<posY>215</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
-->

	
	<!-- 1 genre -->
	<control>
		<description>genre</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.extra.genres.1</label>
		<id>0</id>
		<posX>903</posX>
		<posY>250</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.SelectedMovie.extra.genres.2,)</visible>
                <animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<!-- 2 genres -->
	<control>
		<description>genre</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.extra.genres.1, #MovingPictures.SelectedMovie.extra.genres.2</label>
		<id>0</id>
		<posX>903</posX>
		<posY>250</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+!string.equals(#MovingPictures.SelectedMovie.extra.genres.2,)+string.equals(#MovingPictures.SelectedMovie.extra.genres.3,)</visible>
                <animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<!-- 3 genres or more -->
	<control>
		<description>genre</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.extra.genres.1, #MovingPictures.SelectedMovie.extra.genres.2, #MovingPictures.SelectedMovie.extra.genres.3</label>
		<id>0</id>
		<posX>903</posX>
		<posY>250</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+!string.equals(#MovingPictures.SelectedMovie.extra.genres.3,)</visible>
                <animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	
<!-- -->

	<control>
		<description>Summary</description>
		<type>textboxscrollup</type>
		<id>0</id>
		<posX>903</posX>
		<posY>350</posY>
		<width>365</width>
		<height>210</height>
		<seperator>-----------------------------------------------------------------------------------</seperator>
		<label>#MovingPictures.SelectedMovie.summary</label>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>actors</description>
		<type>fadelabel</type>
		<label>#MovingPictures.SelectedMovie.extra.actors.1, #MovingPictures.SelectedMovie.extra.actors.2, #MovingPictures.SelectedMovie.extra.actors.3</label>
		<id>0</id>
		<posX>903</posX>
		<posY>578</posY>
		<width>365</width>
		<font>font11</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<!-- 1 director -->
	<control>
		<description>director</description>
		<type>label</type>
		<label>#MovingPictures.Translation.Director.Label: #MovingPictures.SelectedMovie.directors</label>
		<id>0</id>
		<posX>903</posX>
		<posY>601</posY>
		<width>365</width>
		<font>font11</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.SelectedMovie.extra.directors.2,)</visible>
<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<!-- 2 or more directors -->
	<control>
		<description>director</description>
		<type>label</type>
		<label>#MovingPictures.Translation.Directors.Label: #MovingPictures.SelectedMovie.directors</label>
		<id>0</id>
		<posX>903</posX>
		<posY>601</posY>
		<width>365</width>
		<font>font11</font>
		<textcolor>85cffe</textcolor>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+!string.equals(#MovingPictures.SelectedMovie.extra.directors.2,)</visible>
<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>

	<control>
		<description>writer</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.writers</label>
		<id>0</id>
		<posX>463</posX>
		<posY>-50</posY>
		<width>840</width>
		<font>font11</font>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
<!-- Only in MovingPictures 0.8 -->
	<control>
		<type>imagelist</type>
		<id>101</id>
		<posX>902</posX>
		<posY>298</posY>
		<width>185</width>
		<height>21</height>
		<textureWidth>23</textureWidth>
		<textureHeight>19</textureHeight>
		<subitems>
		<subitem>stargrey.png</subitem>
		<subitem>starwhite.png</subitem>
		</subitems>
		<orientation>horizontal</orientation>
		<align>left</align>
		<imagesToDraw>5</imagesToDraw>
		<percentage>#MovingPictures.SelectedMovie.score.rounded</percentage>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>

        <control>
		<description>Rating Value</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.score.localized / 10</label>
		<id>0</id>
		<posX>1005</posX>
		<posY>293</posY>
		<width>200</width>
		<font>font12</font>		
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>

        <control>
                <description>CERTIFICATION</description>
                <type>image</type>
                <id>0</id>
                <posX>1060</posX>
                <posY>296</posY>
                <width>170</width>
                <height>25</height>
                <keepaspectratio>true</keepaspectratio>
                <texture>Logos\#MovingPictures.SelectedMovie.certification.png</texture>	  
                <visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
                <animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>	        
        </control> 
	
<!-- Only in MovingPictures 0.7.x
	<control>
		<type>imagelist</type>
		<id>101</id>
		<posX>902</posX>
		<posY>298</posY>
		<width>185</width>
		<height>21</height>
		<textureWidth>23</textureWidth>
		<textureHeight>19</textureHeight>
		<subitems>
		<subitem>stargrey.png</subitem>
		<subitem>starwhite.png</subitem>
		</subitems>
		<orientation>horizontal</orientation>
		<align>left</align>
		<imagesToDraw>5</imagesToDraw>
		<percentage>#MovingPictures.SelectedMovie.score</percentage>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
-->


<!-- MediaInfo Logos (Details View)-->
	<!--Video-->
	<!-- Source -->	
	<control>
		<description>BluRay</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\bluray.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,1080p)+string.equals(#MovingPictures.LocalMedia.videocodec,H264)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>BluRay Rip</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\blurayrip.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,720p)+string.equals(#MovingPictures.LocalMedia.videocodec,H264)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\dvd.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoformat,DVD)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD Rip</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\dvdrip.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,SD)+!string.equals(#MovingPictures.LocalMedia.videoformat,DVD)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD R5</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\dvdr5.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,R5)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD Screener</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\screener.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,screener)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>CAM</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\cam.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,cam)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>Telesync</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\TS.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,telesync)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>

	

	
	<!-- Videocodec -->
	<control>
		<description>Videocodecs</description>
		<type>image</type>
		<id>0</id>
		<posX>952</posX>
		<posY>655</posY>
		<width>80</width>
		<height>54</height>
		<texture>Logos\video\#MovingPictures.LocalMedia.videocodec.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	


	<!-- Audio -->
	
	<control>
		<description>Dolby Digital 5.1</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\audio\dd51.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+[string.equals(#MovingPictures.LocalMedia.audiocodec,AC3)+string.equals(#MovingPictures.LocalMedia.audiochannels,5.1)]</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>	
	
	<control>
		<description>Dolby Digital 2.0</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<texture>Logos\audio\dolby20.png</texture>
		<keepaspectratio>yes</keepaspectratio>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+[string.equals(#MovingPictures.LocalMedia.audiocodec,AC3)+[string.equals(#MovingPictures.LocalMedia.audiochannels,2)|string.equals(#MovingPictures.LocalMedia.audiochannels,stereo)]</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DTS 5.1</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<texture>Logos\audio\dts51.png</texture>
		<keepaspectratio>yes</keepaspectratio>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,DTS)+string.equals(#MovingPictures.LocalMedia.audiochannels,5.1)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DTS 7.1</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<texture>Logos\audio\dts71.png</texture>
		<keepaspectratio>yes</keepaspectratio>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,DTS)+string.equals(#MovingPictures.LocalMedia.audiochannels,7)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>Mp3 2.0</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\audio\mp3_20.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,MP3)+string.equals(#MovingPictures.LocalMedia.audiochannels,stereo)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>PCM 2.0</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\audio\pcm_20.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,PCM)+string.equals(#MovingPictures.LocalMedia.audiochannels,stereo)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>	

	<!-- Resolution -->
	<control>
		<description>1080p</description>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\1080.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,1080p)</visible>
	</control>
	
	<control>
		<description>720p</description>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\720.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,720p)</visible>
	</control>
	
	<control>
		<description>SD</description>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\480.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,SD)</visible>
	</control>
	
	<control>
		<description>576p</description>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\576.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,576p)</visible>
	</control>
	
	<control>
		<description>540</description>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\540.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,540)</visible>
	</control>
	
		<!-- Aspectratio -->
	
	<control>
		<description>2.35 / widescreen</description>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1185</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\aspectratio\2.35.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoaspectratio,widescreen)</visible>
	</control>	
	
	<control>
		<description>1.33 / fullscreen</description>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1185</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\aspectratio\1.33.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoaspectratio,fullscreen)</visible>
	</control>	
	
		<!-- subtitles -->
	<control>
		<type>image</type>
		<id>0</id>
		<posX>1233</posX>
		<posY>655</posY>
		<width>80</width>
		<height>54</height>
		<texture>Logos\subtitles.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.hassubtitles,True)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<type>image</type>
		<id>0</id>
		<posX>1233</posX>
		<posY>655</posY>
		<width>80</width>
		<height>54</height>
		<texture>Logos\nosubtitles.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(6)+!Control.HasFocus(66)+!Control.IsVisible(51)+string.equals(#MovingPictures.LocalMedia.hassubtitles,False)</visible>
		<animation effect="slide" start="-800" end="0" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>		
	</control>
	
</control>
	
	
<control>
	<type>group</type>
	<description>group 2</description>
	<dimColor>ffffffff</dimColor>
	
		
		<control>
		<description>Vignette background</description>
		<type>image</type>
		<id>0</id>
		<posX>822</posX>
		<posY>0</posY>
		<width>544</width>
		<height>768</height>
		<texture>moving_pictures_detail_vignette.png</texture>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>

	<!-- Details Box -->
	
	<control>
		<description>Heading</description>
		<type>label</type>
		<id>0</id>
		<posX>903</posX>
		<posY>84</posY>
		<width>365</width>
		<font>Segoe Light18</font>
        <textcolor>ff85cffe</textcolor>
		<label>#MovingPictures.Translation.MovieDetails.Label</label>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>

	<control>
		<description>Movie Title</description>
		<type>fadelabel</type>
		<id>0</id>
		<posX>903</posX>
		<posY>180</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<label>#MovingPictures.SelectedMovie.title</label>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
	
<!-- Only in MovingPictures 0.8 -->
	<control>
		<description>year+runtime</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.year - #MovingPictures.SelectedMovie.runtime.localized.long</label>
		<id>0</id>
		<posX>903</posX>
		<posY>215</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
<!-- -->

<!-- Only in MovingPictures 0.7.x
	<control>
		<description>year+runtime</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.year - #MovingPictures.SelectedMovie.runtime min</label>
		<id>0</id>
		<posX>903</posX>
		<posY>215</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
-->

	
	<!-- 1 genre -->
	<control>
		<description>genre</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.extra.genres.1</label>
		<id>0</id>
		<posX>903</posX>
		<posY>250</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
	<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>	<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)+string.equals(#MovingPictures.SelectedMovie.extra.genres.2,)</visible>
	</control>
	
	<!-- 2 genres -->
	<control>
		<description>genre</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.extra.genres.1, #MovingPictures.SelectedMovie.extra.genres.2</label>
		<id>0</id>
		<posX>903</posX>
		<posY>250</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
	<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>	<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)+!Control.IsVisible(50)+!Control.IsVisible(51)+!string.equals(#MovingPictures.SelectedMovie.extra.genres.2,)+string.equals(#MovingPictures.SelectedMovie.extra.genres.3,)</visible>
	</control>
	
	<!-- 3 genres or more -->
	<control>
		<description>director</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.extra.genres.1, #MovingPictures.SelectedMovie.extra.genres.2, #MovingPictures.SelectedMovie.extra.genres.3</label>
		<id>0</id>
		<posX>903</posX>
		<posY>250</posY>
		<width>365</width>
		<font>Segoe Light18</font>
		<textcolor>85cffe</textcolor>
	<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>	<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)+!string.equals(#MovingPictures.SelectedMovie.extra.genres.3,)</visible>
	</control>
	
	
<!-- -->

	<control>
		<description>Summary</description>
		<type>textboxscrollup</type>
		<id>0</id>
		<posX>903</posX>
		<posY>350</posY>
		<width>365</width>
		<height>210</height>
		<seperator>-----------------------------------------------------------------------------------</seperator>
		<label>#MovingPictures.SelectedMovie.summary</label>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
	
	<control>
		<description>actors</description>
		<type>fadelabel</type>
		<label>#MovingPictures.SelectedMovie.extra.actors.1, #MovingPictures.SelectedMovie.extra.actors.2, #MovingPictures.SelectedMovie.extra.actors.3</label>
		<id>0</id>
		<posX>903</posX>
		<posY>578</posY>
		<width>365</width>
		<font>font11</font>
		<textcolor>85cffe</textcolor>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
	
	<!-- 1 director -->
	<control>
		<description>director</description>
		<type>label</type>
		<label>#MovingPictures.Translation.Director.Label: #MovingPictures.SelectedMovie.directors</label>
		<id>0</id>
		<posX>903</posX>
		<posY>601</posY>
		<width>365</width>
		<font>font11</font>
		<textcolor>85cffe</textcolor>
	<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>	<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)+string.equals(#MovingPictures.SelectedMovie.extra.directors.2,)</visible>
	</control>
	
	<!-- 2 or more directors -->
	<control>
		<description>director</description>
		<type>label</type>
		<label>#MovingPictures.Translation.Directors.Label: #MovingPictures.SelectedMovie.directors</label>
		<id>0</id>
		<posX>903</posX>
		<posY>601</posY>
		<width>365</width>
		<font>font11</font>
		<textcolor>85cffe</textcolor>
	<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)+!string.equals(#MovingPictures.SelectedMovie.extra.directors.2,)</visible>
	</control>

	<control>
		<description>writer</description>
		<type>label</type>
		<label>#MovingPictures.SelectedMovie.writers</label>
		<id>0</id>
		<posX>463</posX>
		<posY>-50</posY>
		<width>840</width>
		<font>font11</font>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
	
<!-- Only in MovingPictures 0.8 -->
	<control>
		<type>imagelist</type>
		<id>101</id>
		<posX>902</posX>
		<posY>298</posY>
		<width>185</width>
		<height>21</height>
		<textureWidth>23</textureWidth>
		<textureHeight>19</textureHeight>
		<subitems>
		<subitem>stargrey.png</subitem>
		<subitem>starwhite.png</subitem>
		</subitems>
		<orientation>horizontal</orientation>
		<align>left</align>
		<imagesToDraw>5</imagesToDraw>
		<percentage>#MovingPictures.SelectedMovie.score.rounded</percentage>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
	
<!-- Only in MovingPictures 0.7.x
	<control>
		<type>imagelist</type>
		<id>101</id>
		<posX>902</posX>
		<posY>298</posY>
		<width>185</width>
		<height>21</height>
		<textureWidth>23</textureWidth>
		<textureHeight>19</textureHeight>
		<subitems>
		<subitem>stargrey.png</subitem>
		<subitem>starwhite.png</subitem>
		</subitems>
		<orientation>horizontal</orientation>
		<align>left</align>
		<imagesToDraw>5</imagesToDraw>
		<percentage>#MovingPictures.SelectedMovie.score</percentage>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+Control.HasFocus(66)+!Control.HasFocus(6)</visible>
	</control>
-->





<!-- MediaInfo Logos (Details View)-->
	<!--Video-->
	<!-- Source -->	
	<control>
		<description>BluRay</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\bluray.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,1080p)+string.equals(#MovingPictures.LocalMedia.videocodec,H264)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>BluRay Rip</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\blurayrip.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,720p)+string.equals(#MovingPictures.LocalMedia.videocodec,H264)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\dvd.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoformat,DVD)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD Rip</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\dvdrip.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,SD)+!string.equals(#MovingPictures.LocalMedia.videoformat,DVD)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD R5</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\dvdr5.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,R5)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DVD Screener</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\screener.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,screener)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>CAM</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\cam.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,cam)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>Telesync</description>
		<type>image</type>
		<id>0</id>
		<posX>878</posX>
		<posY>655</posY>
		<width>75</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\source\TS.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.contains(#MovingPictures.LocalMedia.FullPath,telesync)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>

	

	
	<!-- Videocodec -->
	<control>
		<description>Videocodecs</description>
		<type>image</type>
		<id>0</id>
		<posX>952</posX>
		<posY>655</posY>
		<width>80</width>
		<height>54</height>
		<texture>Logos\video\#MovingPictures.LocalMedia.videocodec.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	


	<!-- Audio -->
	
	<control>
		<description>Dolby Digital 5.1</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\audio\dd51.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+[string.equals(#MovingPictures.LocalMedia.audiocodec,AC3)+string.equals(#MovingPictures.LocalMedia.audiochannels,5.1)]</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>	
	
	<control>
		<description>Dolby Digital 2.0</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<texture>Logos\audio\dolby20.png</texture>
		<keepaspectratio>yes</keepaspectratio>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+[string.equals(#MovingPictures.LocalMedia.audiocodec,AC3)+[string.equals(#MovingPictures.LocalMedia.audiochannels,2)|string.equals(#MovingPictures.LocalMedia.audiochannels,stereo)]</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DTS 5.1</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<texture>Logos\audio\dts51.png</texture>
		<keepaspectratio>yes</keepaspectratio>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,DTS)+string.equals(#MovingPictures.LocalMedia.audiochannels,5.1)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>DTS 7.1</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<texture>Logos\audio\dts71.png</texture>
		<keepaspectratio>yes</keepaspectratio>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,DTS)+string.equals(#MovingPictures.LocalMedia.audiochannels,7)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>Mp3 2.0</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\audio\mp3_20.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,MP3)+string.equals(#MovingPictures.LocalMedia.audiochannels,stereo)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<description>PCM 2.0</description>
		<type>image</type>
		<id>0</id>
		<posX>1038</posX>
		<posY>655</posY>
		<width>98</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\audio\pcm_20.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.audiocodec,PCM)+string.equals(#MovingPictures.LocalMedia.audiochannels,stereo)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>	

	<!-- Resolution -->
	<control>
		<description>1080p</description>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\1080.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,1080p)</visible>
	</control>
	
	<control>
		<description>720p</description>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\720.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,720p)</visible>
	</control>
	
	<control>
		<description>SD</description>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\480.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,SD)</visible>
	</control>
	
	<control>
		<description>576p</description>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\576.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,576p)</visible>
	</control>
	
	<control>
		<description>540</description>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1126</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\resolution\540.png</texture>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoresolution,540)</visible>
	</control>
	
		<!-- Aspectratio -->
	
	<control>
		<description>2.35 / widescreen</description>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1185</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\aspectratio\2.35.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoaspectratio,widescreen)</visible>
	</control>	
	
	<control>
		<description>1.33 / fullscreen</description>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
		<type>image</type>
		<id>0</id>
		<posX>1185</posX>
		<posY>655</posY>
		<width>80</width>
		<keepaspectratio>yes</keepaspectratio>
		<texture>Logos\aspectratio\1.33.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.videoaspectratio,fullscreen)</visible>
	</control>	
	
		<!-- subtitles -->
	<control>
		<type>image</type>
		<id>0</id>
		<posX>1233</posX>
		<posY>655</posY>
		<width>80</width>
		<height>54</height>
		<texture>Logos\subtitles.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+string.equals(#MovingPictures.LocalMedia.hassubtitles,True)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>
	</control>
	
	<control>
		<type>image</type>
		<id>0</id>
		<posX>1233</posX>
		<posY>655</posY>
		<width>80</width>
		<height>54</height>
		<texture>Logos\nosubtitles.png</texture>
		<align>left</align>
		<visible>!Control.IsVisible(50)+!Control.IsVisible(51)+!Control.HasFocus(6)+Control.HasFocus(66)+!Control.IsVisible(51)+string.equals(#MovingPictures.LocalMedia.hassubtitles,False)</visible>
		<animation effect="slide" start="0" end="-800" time="500" tween="quadratic" easing="out" reversible="false">Visible</animation>		
	</control>

</control>



</controls>
</window>
