<?xml version="1.0" encoding="UTF-8"?>
<window id="130">
	<defaultcontrol always="false">9000</defaultcontrol>
	<allowoverlay>no</allowoverlay>
	<controls>
		<control type="group">
			<visible>!Window.IsVisible(FileBrowser)</visible>
			<!-- <animation effect="slide" start="1100,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> -->
			<!-- <animation effect="slide" start="0,0" end="1100,0" time="400" tween="quadratic" easing="out">WindowClose</animation> -->
            <!-- <animation effect="fade" start="100" end="0" time="800">WindowClose</animation> -->
            <!-- <animation effect="fade" start="0" end="100"  time="1000" delay="500">WindowOpen</animation> -->


            <animation type="WindowOpen">
                <effect type="slide" start="1100,0" end="0,0" time="800" tween="back" easing="out"/>
                <effect type="fade" start="0" end="100" time="800" delay="100"/>
            </animation>
            <animation type="WindowClose">
                <effect type="slide" start="0,0" end="1100,0" time="800" tween="back" easing="in"/>
                <effect type="fade" start="100" end="0" time="800" delay="400"/>
            </animation>

			<control type="image">
				<posx>0</posx>
				<posy>0</posy>
              	<fadetime>200</fadetime>
				<texture fallback="fanart.jpg">$INFO[Window(Home).Property(ListItem.backdrop_url)]</texture>
              	<aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
			</control>

			<control type="image">
				<left>0</left>
				<right>0</right>
				<top>0</top>
				<bottom>0</bottom>
				<texture>nofocus.png</texture>
			</control>


			<!-- Info plus -->
			<control type="group" id="57">
				<!--<visible>Control.HasFocus(7)</visible>-->

				<left>0</left>
				<top>100</top>
				<height>300</height>
				<align>left</align>


				<!-- <animation type="Conditional" condition="true" reversible="true">-->
				<animation type="visible" reversible="false">
					<effect type="slide" start="400,0" end="0,0" time="800" tween="back" easing="out"/>
					<effect type="fade" start="0" end="100" time="800" delay="100"/>
				</animation>


				<control type="group">
					<left>60</left>

					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>342</width>
						<height>513</height>
						<texture fallback="actor.png">$INFO[Window(Home).Property(ListItem.cover_url)]</texture>
						<aspectratio align="center" aligny="center">scale</aspectratio>
						<visible>!Control.HasFocus(50)</visible>
					</control>

					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>342</width>
						<height>513</height>
						<texture fallback="actor.png">$INFO[Container(50).ListItem.Icon]</texture>
						<aspectratio align="center" aligny="center">scale</aspectratio>
						<visible>Control.HasFocus(50)</visible>
					</control>

					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>342</width>
						<height>513</height>
						<texture fallback="actor.png">$INFO[Container(5200).ListItem.icon]</texture>
						<aspectratio align="center" aligny="center">scale</aspectratio>
						<visible>Control.HasFocus(5200)</visible>
					</control>

				</control>


				<control type="group">
					<left>845</left>
					<top>160</top>
					<visible>!Control.HasFocus(5200)</visible>

					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>375</width>
						<height>300</height>
						<texture>nofocus.png</texture>
					</control>

					<control type="list">
						<left>10</left>
						<top>10</top>
						<width>355</width>
						<height>600</height>
						<onleft>49</onleft>
						<onright>49</onright>
						<onup>9000</onup>
						<ondown>61</ondown>
						<pagecontrol>-</pagecontrol>
						<scrolltime>200</scrolltime>
						<orientation>vertical</orientation>

						<itemlayout width="1200" height="25">
							<control type="label">
								<height>20</height>
								<font>font12</font>
								<align>left</align>
								<aligny>center</aligny>
								<textcolor>white</textcolor>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Label</info>
								<scroll>true</scroll>
							</control>
						</itemlayout>
						<focusedlayout width="1200" height="25">
							<control type="label">
								<height>20</height>
								<font>font12</font>
								<align>left</align>
								<aligny>center</aligny>
								<textcolor>white</textcolor>
								<info>ListItem.Label</info>
								<scroll>true</scroll>
							</control>
						</focusedlayout>
						<content>
							<!--actor-->
							<item>
								<label>[B]$INFO[Container(50).ListItem.Label]$INFO[Container(50).ListItem.Label2, $LOCALIZE[20347] ,][/B]</label>
								<onclick>noop</onclick>
								<visible>Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>$INFO[Window(Home).Property(birthday),[B]Date de naissance[/B]: ]$INFO[Window(Home).Property(deathday), / Date de décès: ]</label>
								<onclick>noop</onclick>
								<visible>Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>$INFO[Window(Home).Property(place_of_birth),[B]Lieu de naissance[/B]: ]</label>
								<onclick>noop</onclick>
								<visible>Control.HasFocus(50)</visible>
							</item>
							<item>
								<label></label>
								<onclick>noop</onclick>
								<visible>Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>[B]Click pour afficher cinématographie[/B]</label>
								<onclick>noop</onclick>
								<visible>Control.HasFocus(50)</visible>
							</item>
							<!--film info -->
							<item>
								<label>[B]$LOCALIZE[20339][/B]: $INFO[Window(Home).Property(ListItem.director)]</label>
								<onclick>noop</onclick>
								<visible>!Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>[B]$LOCALIZE[20417][/B]: $INFO[Window(Home).Property(ListItem.Writer)]</label>
								<onclick>noop</onclick>
								<visible>!Control.HasFocus(50)</visible>
							</item>
							<item>
								<label></label>
								<onclick>noop</onclick>
							</item>
							<item>
								<label>[B]Genre[/B]: $INFO[Window(Home).Property(ListItem.Genre)]</label>
								<onclick>noop</onclick>
								<visible>!Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>[B]Studio[/B]: $INFO[Window(Home).Property(ListItem.studio)]</label>
								<onclick>noop</onclick>
								<visible>!IsEmpty(Window(Home).Property(ListItem.studio))+!Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>[B]Classification[/B]: $INFO[Window(Home).Property(ListItem.mpaa)]</label>
								<onclick>noop</onclick>
								<visible>!IsEmpty(Window(Home).Property(ListItem.mpaa))+!Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>[B]Premiére[/B]: $INFO[Window(Home).Property(ListItem.premiered)]</label>
								<onclick>noop</onclick>
								<visible>!Control.HasFocus(50)</visible>
							</item>
							<item>
								<label>[B]Intérêt[/B]: $INFO[Window(Home).Property(ListItem.rating)] / $INFO[Window(Home).Property(ListItem.votes),[B]Votes[/B]: ]</label>
								<onclick>noop</onclick>
								<visible>!Control.HasFocus(50)</visible>
							</item>
							<item>
								<label></label>
								<onclick>noop</onclick>
							</item>
							<item>
								<label>[B]$INFO[Window(Home).Property(ListItem.Duration)][/B] $LOCALIZE[12391]</label>
								<onclick>noop</onclick>
								<visible>!Control.HasFocus(50)</visible>
							</item>
						</content>
					</control>

				</control>

			</control>

            <!--<control type="image">
                <posx>0</posx>
                <posy>0</posy>
                <width>480</width>
				<height>720</height>
				<fadetime>300</fadetime>
				<aspectratio aligny="top">scale</aspectratio>
                <texture border="40" colordiffuse="FFFAFAFA" background="true" fallback="DefaultVideo.png">$INFO[Window(Home).Property(ListItem.cover_url)]</texture>
                <fadetime>0</fadetime>
            </control>
            <control type="image">
				<left>180</left>
				<top>0</top>
				<width>1100</width>
				<height>720</height>
				<texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
			</control>-->

			<!--title -->
			<control type="group">
				<animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation>
				<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
                <top>40</top>
				<left>20</left>

				<control type="label" id="1">
					<description>header label</description>
					<left>60</left>
					<right>60</right>
					<top>10</top>
					<height>20</height>
					<font>font32_title</font>
					<label>$INFO[Window(Home).Property(Listitem.Title)] ($INFO[Window(Home).Property(ListItem.Year)])</label>
					<shadowcolor>black</shadowcolor>
					<align>center</align>
					<aligny>center</aligny>
					<textcolor>white</textcolor>
					<visible>!Control.HasFocus(5200)+!Control.HasFocus(50)</visible>
				</control>

				<control type="label" id="1">
					<description>header label</description>
					<left>60</left>
					<right>60</right>
					<top>10</top>
					<height>20</height>
					<font>font32_title</font>
					<label>$INFO[Container(50).ListItem.Label]</label>
					<shadowcolor>black</shadowcolor>
					<align>center</align>
					<aligny>center</aligny>
					<textcolor>white</textcolor>
					<visible>Control.HasFocus(50)</visible>
				</control>

				<control type="label" id="1">
					<description>header label</description>
					<left>60</left>
					<right>60</right>
					<top>10</top>
					<height>20</height>
					<font>font32_title</font>
					<label>$INFO[Container(5200).ListItem.Label]</label>
					<shadowcolor>black</shadowcolor>
					<align>center</align>
					<aligny>center</aligny>
					<textcolor>white</textcolor>
					<visible>Control.HasFocus(5200)</visible>
				</control>
			</control>

			<!-- resumer -->
			<control type="group">
				<top>260</top>
				<left>455</left>
				<visible>!Control.HasFocus(5200)</visible>

				<control type="image">
					<left>0</left>
					<top>0</top>
					<width>375</width>
					<height>300</height>
					<texture>nofocus.png</texture>
				</control>

				<control type="textbox" id="400">
					<description>Description Value for Movies</description>
					<top>10</top>
					<left>10</left>
					<right>10</right>
					<width>355</width>
					<height>280</height>
					<font>font12</font>
					<align>justify</align>
					<textcolor>white</textcolor>
					<pagecontrol>61</pagecontrol>
					<label>$INFO[Window(Home).Property(ListItem.Plot)]</label>
					<autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61)</autoscroll>
					<!--<visible>!Control.IsVisible(50)</visible>-->
					<visible>!Control.HasFocus(50)</visible>
				</control>
				<!--biographie-->
				<control type="textbox" id="400">
					<description>Description Value for Movies</description>
					<top>10</top>
					<left>10</left>
					<right>10</right>
					<width>355</width>
					<height>280</height>
					<font>font12</font>
					<align>justify</align>
					<textcolor>white</textcolor>
					<pagecontrol>61</pagecontrol>
					<label>$INFO[Window(Home).Property(biography),[B]Biographie[/B]: ]</label>
					<autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61)</autoscroll>
					<visible>Control.HasFocus(50)</visible>
				</control>								

			</control>


		<!-- Casting -->
			<control type="wraplist" id="50">
				<left>455</left>
				<top>100</top>
				<width>765</width>
				<right>10</right>
				<height>143</height>
				<onleft>50</onleft>
				<onright>50</onright>
				<onup>5200</onup>
				<ondown>9000</ondown>
				<align>left</align>
				<!-- <autoscroll time="4000" delay="4000" repeat="2000">!Control.HasFocus(50)</autoscroll> -->
				<orientation>horizontal</orientation>


				<itemlayout height="143" width="130">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>115</width>
						<height>143</height>
						<texture fallback="actor.png">$INFO[ListItem.icon]</texture>
						<aspectratio align="center" aligny="center">scale</aspectratio>
					</control>

					<control type="image">
						<left>0</left>
						<top>123</top>
						<width>115</width>
						<height>20</height>
						<texture>nofocus.png</texture>
					</control>

					<control type="label">
						<description>Actor and Role</description>
						<left>5</left>
						<top>123</top>
						<width>110</width>
						<height>20</height>
						<font>font12</font>
						<align>center</align>
						<aligny>center</aligny>
						<textcolor>white</textcolor>
						<onclick>noop</onclick>
						<label>$INFO[ListItem.Label]</label>
					</control>
				</itemlayout>

				<focusedlayout height="143" width="130">

					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>115</width>
						<height>143</height>
						<texture fallback="actor.png">$INFO[ListItem.icon]</texture>
						<aspectratio align="center" aligny="center">scale</aspectratio>
					</control>

					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>115</width>
						<height>143</height>
						<texture colordiffuse=$INFO[Window(Home).Property(color)]>focus.png</texture>
						<visible>Control.HasFocus(50)</visible>
					</control>

					<control type="image">
						<left>0</left>
						<top>123</top>
						<width>115</width>
						<height>20</height>
						<texture>nofocus.png</texture>
						<visible>!Control.HasFocus(50)</visible>
					</control>

					<control type="label">
						<description>Actor label bas doubler </description>
						<left>5</left>
						<top>123</top>
						<width>110</width>
						<height>20</height>
						<font>font12</font>
						<align>center</align>
						<aligny>center</aligny>
						<textcolor>white</textcolor>
						<scroll>false</scroll>
						<!-- <label>$INFO[ListItem.Label]</label> -->
						<label>$INFO[ListItem.Label]</label>
						<visible>!Control.HasFocus(50)</visible>
					</control>

				</focusedlayout>
			</control>

			<!-- Filmographie -->
			<control type="group" id="5500">
				<left>455</left>
				<top>260</top>
				<width>1240</width>
				<height>300</height>
				<align>left</align>


				<animation type="conditional" condition="Control.HasFocus(5200)" reversible="false">
					<effect type="slide" start="400,0" end="0,0" time="800" tween="back" easing="out"/>
					<effect type="fade" start="0" end="100" time="800" delay="100"/>
				</animation>

				<!--<control type="image">
			        <left>254</left>
			        <top>90</top>
			        <width>986</width>
			        <height>220</height>
			        <texture>nofocus.png</texture>
			    </control>-->


				<control type="panel" id="5200">
					<top>0</top>
					<left>0</left>
					<right>0</right>
					<width>765</width>
					<height>312</height>
					<onleft>5200</onleft>
					<onright>5200</onright>
					<onup>50</onup>
					<ondown>9000</ondown>
					<align>left</align>
					<orientation>horizontal</orientation>
					<viewtype label="3D list">icon</viewtype>


					<itemlayout height="156" width="130">

						<control type="image">
							<width>115</width>
							<height>143</height>
							<texture fallback="actor.png">$INFO[ListItem.icon]</texture>
							<aspectratio align="center" aligny="center">scale</aspectratio>
						</control>

					</itemlayout>

					<focusedlayout height="156" width="130">

						<control type="image">
							<width>115</width>
							<height>143</height>
							<texture fallback="actor.png">$INFO[ListItem.icon]</texture>
							<aspectratio align="center" aligny="center">scale</aspectratio>
						</control>

						<control type="image">
							<width>115</width>
							<height>143</height>
							<texture colordiffuse=$INFO[Window(Home).Property(color)]>focus.png</texture>
						</control>

					</focusedlayout>
				</control>
			</control>



			<control type="grouplist" id="9000">
				<left>455</left>
				<top>573</top>
				<height>60</height>
				<width>765</width>
				<itemgap>5</itemgap>
				<align>left</align>
				<orientation>horizontal</orientation>
				<onleft>9000</onleft>
				<onright>9000</onright>
				<onup>50</onup>
				<ondown>49</ondown>

				<control type="button" id="9">
					<description>Similaire</description>
					<textoffsetx>5</textoffsetx>
					<align>center</align>
					<aligny>center</aligny>
					<font>font12</font>
					<height>40</height>
					<width>187</width>
					<label>Similaire</label>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<texturenofocus>nofocus.png</texturenofocus>
					<texturefocus colordiffuse=$INFO[Window(Home).Property(color)]>focus.png</texturefocus>
				</control>
				<control type="button" id="13">
					<description>Similaire</description>
					<textoffsetx>5</textoffsetx>
					<align>center</align>
					<aligny>center</aligny>
					<font>font12</font>
					<height>40</height>
					<width>187</width>
					<label>Recommandés</label>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<texturenofocus>nofocus.png</texturenofocus>
					<texturefocus colordiffuse=$INFO[Window(Home).Property(color)]>focus.png</texturefocus>
				</control>
				<control type="button" id="11">
					<description>Play Trailer</description>
					<textoffsetx>5</textoffsetx>
					<align>center</align>
					<aligny>center</aligny>
					<font>font12</font>
					<height>40</height>
					<width>187</width>
					<label>20410</label>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<texturenofocus>nofocus.png</texturenofocus>
					<texturefocus colordiffuse=$INFO[Window(Home).Property(color)]>focus.png</texturefocus>
					<!--<onclick>PlayMedia($INFO[Window(Home).Property(ListItem.Trailer)])</onclick>-->
					<!--<visible>!IsEmpty(Window(Home).Property(ListItem.Trailer)) + !Skin.HasSetting(WindowedTrailer)</visible>-->
				</control>
				<control type="button" id="30">
					<description>Close</description>
					<textoffsetx>5</textoffsetx>
					<align>center</align>
					<aligny>center</aligny>
					<font>font12</font>
					<height>40</height>
					<width>187</width>
					<label>$ADDON[plugin.video.vstream 30409]</label>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<texturenofocus>nofocus.png</texturenofocus>
					<texturefocus colordiffuse=$INFO[Window(Home).Property(color)]>focus.png</texturefocus>
					<onclick>Action(Close)</onclick>
				</control>
				<!--<control type="button" id="15">
					<description>Play Trailer Windowed</description>
					<include>ButtonInfoDialogsCommonValues</include>
					<height>40</height>
					<width>240</width>
					<label>20410</label>
					<onclick>PlayMedia($INFO[Window(Home).Property(ListItem.Trailer)],1)</onclick>
					<visible>!IsEmpty(Window(Home).Property(ListItem.Trailer)) + Skin.HasSetting(WindowedTrailer)</visible>
				</control>
				<control type="button" id="100">
					<description>Fetch TvTunes stuff</description>
					<include>ButtonInfoDialogsCommonValues</include>
					<height>40</height>
					<width>240</width>
					<label>31127</label>
					<onclick>RunScript(script.tvtunes,mode=solo)</onclick>
					<visible>Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) + [Container.Content(TVShows) | Container.Content(movies) | Container.Content(musicvideos)] + IsEmpty(Window(movieinformation).Property("TvTunes_HideVideoInfoButton"))</visible>
				</control>-->
			</control>
		</control>
	</controls>
</window>
