skin.pellucidPlus/1080i/DialogVideoInfo.xml

662 lines
29 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
2014-09-28 20:47:53 +02:00
<include condition="skin.string(showcast,false)">fadeInOut</include>
<onunload>Skin.Reset(showcast)</onunload>
2015-03-27 21:31:13 +01:00
<onunload condition="skin.string(showcast,true)">action(info)</onunload>
2014-09-28 20:47:53 +02:00
<controls>
<control type="group">
<!--background / fanart-->
<control type="image">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>Substring(Container.folderpath,plugin) | container.content(episodes)</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ddffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>$INFO[listitem.art(fanart)]</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-05-04 21:29:51 +02:00
<include>kenBurnsey</include>
2014-09-28 20:47:53 +02:00
</control>
<control type="image">
<include>dimensionsFullscreen</include>
2015-04-20 21:33:20 +02:00
<texture>vignette.png</texture>
2014-09-28 20:47:53 +02:00
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2015-09-02 00:13:19 +02:00
2014-09-28 20:47:53 +02:00
</control>
<!--content is movie or tvshow (from XBMC Library)-->
<control type="group">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
2015-04-01 21:11:01 +02:00
<posx>col-15-begin</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-03-27 21:31:13 +01:00
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="300"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
</animation>
<animation type="conditional" condition="skin.string(showcast,true)">
2015-05-10 21:59:54 +02:00
<effect type="slide" start="0" end="0,-1080" tween="cubic" easing="out" time="400" delay="0"/>
2015-03-27 21:31:13 +01:00
</animation>
<!--overlay-->
2014-09-28 20:47:53 +02:00
<control type="image">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-04-01 21:11:01 +02:00
<width>10-col</width>
2015-03-30 21:32:00 +02:00
<height>fullscreenHeight</height>
2014-09-28 20:47:53 +02:00
<texture>colors/black.png</texture>
2015-03-30 21:32:00 +02:00
<colordiffuse>cc111111</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-04-01 21:11:01 +02:00
<width>10-col</width>
2015-04-06 21:57:56 +02:00
<height>row-5-begin</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2015-04-12 22:22:47 +02:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2015-04-06 21:57:56 +02:00
<posy>row-5-begin</posy>
2015-04-01 21:11:01 +02:00
<width>10-col</width>
2015-03-30 21:32:00 +02:00
<height>1-row</height>
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<!--meta-->
<control type="panel">
2015-10-24 21:48:47 +02:00
<posx>12</posx>
2015-04-06 21:57:56 +02:00
<posy>7-row</posy>
2015-04-01 21:11:01 +02:00
<width>10-col</width>
2014-09-28 20:47:53 +02:00
<height>6-row</height>
2015-03-27 21:31:13 +01:00
<enable>false</enable>
2015-04-01 21:11:01 +02:00
<itemlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>12</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>4-col-gutter</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2015-04-12 22:22:47 +02:00
<textcolor>highlight</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
2015-03-27 21:31:13 +01:00
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>12</posx>
2014-09-28 20:47:53 +02:00
<posy>32</posy>
<width>4-col-gutter</width>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label fallback="31159">$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-04-01 21:11:01 +02:00
<focusedlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[562]</label>
<label2>$INFO[ListItem.year] $INFO[ListItem.dbid]</label2>
2014-09-28 20:47:53 +02:00
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
2015-03-27 21:31:13 +01:00
<item>
2014-09-28 20:47:53 +02:00
<label>$LOCALIZE[31146]</label>
<label2>$INFO[ListItem.director]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
2015-03-27 21:31:13 +01:00
<item>
2014-09-28 20:47:53 +02:00
<label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.genre]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
2015-03-27 21:31:13 +01:00
</item>
2014-09-28 20:47:53 +02:00
<item>
<label>$LOCALIZE[563]</label>
2015-11-04 21:43:54 +01:00
<label2>$INFO[ListItem.UserRating,,/10]</label2>
2014-09-28 20:47:53 +02:00
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control>
2015-04-06 21:57:56 +02:00
<!--content-->
<control type="group">
2015-10-24 21:48:47 +02:00
<posx>24</posx>
2015-04-06 21:57:56 +02:00
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
2015-10-24 21:48:47 +02:00
<width>672</width>
2015-04-06 21:57:56 +02:00
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
2015-10-24 21:48:47 +02:00
<width>672</width>
2015-04-06 21:57:56 +02:00
<align>left</align>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.duration,, $LOCALIZE[31018]. ]$INFO[listitem.MPAA,,.]</label>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>10-row</posy>
<font>textbox</font>
2015-10-24 21:48:47 +02:00
<width>672</width>
2015-04-06 21:57:56 +02:00
<align>left</align>
<textcolor>textActive</textcolor>
2015-10-24 21:48:47 +02:00
<height>410</height>
2015-05-26 20:58:11 +02:00
<label fallback="31205">$INFO[ListItem.plot]</label>
2015-04-06 21:57:56 +02:00
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>
</control>
</control>
2014-09-28 20:47:53 +02:00
<!--dialog controls-->
<control type="panel" id="8000">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2015-04-20 21:33:20 +02:00
<posy>24-row</posy>
2015-04-01 21:11:01 +02:00
<width>10-col</width>
2014-09-28 20:47:53 +02:00
<height>6-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
2015-04-01 21:11:01 +02:00
<itemlayout width="5-col" height="2-row">
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
2015-04-06 21:57:56 +02:00
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2015-04-01 21:11:01 +02:00
<width>4-col-gutter</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-04-01 21:11:01 +02:00
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-04-01 21:11:01 +02:00
<focusedlayout width="5-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-03-30 21:32:00 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2015-04-12 22:22:47 +02:00
<colordiffuse>highlight</colordiffuse>
2015-03-31 21:21:43 +02:00
<include>spinFocusIcon</include>
2015-03-30 21:32:00 +02:00
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2015-04-01 21:11:01 +02:00
<width>4-col</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-05-10 21:59:54 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-03-30 21:32:00 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2015-04-01 21:11:01 +02:00
<width>4-col-gutter</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-04-01 21:11:01 +02:00
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<label>31075</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(2003,8)</onclick>
</item>
<item>
<label>31074</label>
<label2></label2>
<thumb>-</thumb>
2015-03-27 21:31:13 +01:00
<onclick>Skin.SetString(showcast,true)</onclick>
<onclick>control.setfocus(50)</onclick>
</item>
<item>
2014-09-28 20:47:53 +02:00
<label>20410</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,11)</onclick>
</item>
<item>
<label>31076</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
<item>
<label>13511</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,10)</onclick>
</item>
2015-03-27 21:31:13 +01:00
<item>
2015-11-04 21:43:54 +01:00
<label>38023</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,7)</onclick>
2015-03-27 21:31:13 +01:00
</item>
2014-09-28 20:47:53 +02:00
</content>
</control>
</control>
2015-04-06 21:57:56 +02:00
2014-09-28 20:47:53 +02:00
<!--content is tvshow episode or content is from a plugin-->
<control type="group">
<visible>Substring(Container.folderpath,plugin) | container.content(episodes)</visible>
2015-03-27 21:31:13 +01:00
<!--animations-->
2014-09-28 20:47:53 +02:00
<include>modalDialogInOut</include>
<!--thumbnail if available-->
<control type="group">
<posx>col-7-begin</posx>
<posy>row-1-begin</posy>
<control type="image">
<posx>0</posx>
2015-04-06 21:57:56 +02:00
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>12-col</width>
<height>486</height>
2015-03-27 21:31:13 +01:00
<aspectratio scalediffuse="false" aligny="bottom">scale</aspectratio>
2014-09-28 20:47:53 +02:00
<texture background="true" fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
2015-03-27 21:31:13 +01:00
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
2014-09-28 20:47:53 +02:00
</control>
</control>
<!--content-->
<control type="group">
<posx>col-7-begin</posx>
2015-04-06 21:57:56 +02:00
<posy>row-15-begin</posy>
2014-09-28 20:47:53 +02:00
<!--titles-->
2015-04-06 21:57:56 +02:00
<control type="label">
<description>Episode title</description>
2015-04-12 22:22:47 +02:00
<posx>0</posx>
2015-05-17 21:57:22 +02:00
<posy>2-row</posy>
2015-04-06 21:57:56 +02:00
<width>12-col-gutter</width>
2015-05-17 21:57:22 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<align>left</align>
2015-04-06 21:57:56 +02:00
<aligny>center</aligny>
2015-04-12 22:22:47 +02:00
<font>mediumStrong</font>
<textcolor>highlight</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
2015-04-06 21:57:56 +02:00
<label>$INFO[ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline>
2014-09-28 20:47:53 +02:00
</control>
2015-05-17 21:57:22 +02:00
<control type="grouplist">
2015-04-12 22:22:47 +02:00
<posx>0</posx>
2015-05-17 21:57:22 +02:00
<posy>-18</posy>
<width>12-col</width>
<orientation>horizontal</orientation>
<control type="label">
<width>1-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>3-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[listitem.duration,, $LOCALIZE[31018]]</label>
</control>
2014-09-28 20:47:53 +02:00
</control>
2015-05-17 21:57:22 +02:00
2014-09-28 20:47:53 +02:00
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
2015-04-06 21:57:56 +02:00
<posy>5-row</posy>
<font>textbox</font>
2014-09-28 20:47:53 +02:00
<width>12-col</width>
<align>left</align>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
2015-05-26 22:18:13 +02:00
<height>160</height>
2015-05-26 20:58:11 +02:00
<label fallback="31205">$INFO[ListItem.plot]</label>
2015-03-27 21:31:13 +01:00
<autoscroll delay="10000" time="1000" repeat="10000"/>
2014-09-28 20:47:53 +02:00
</control>
<!--dialog controls-->
<control type="list" id="8000">
<posx>0</posx>
2015-04-06 21:57:56 +02:00
<posy>11-row</posy>
2014-09-28 20:47:53 +02:00
<width>12-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<orientation>horizontal</orientation>
2015-04-06 21:57:56 +02:00
<itemlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-06 21:57:56 +02:00
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
2015-04-06 21:57:56 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-06 21:57:56 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-04-06 21:57:56 +02:00
<focusedlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-06 21:57:56 +02:00
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2015-04-12 22:22:47 +02:00
<colordiffuse>highlight</colordiffuse>
2015-04-06 21:57:56 +02:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-06 21:57:56 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-04-06 21:57:56 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-06 21:57:56 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>6-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>31075</label>
<label2></label2>
<thumb>-</thumb>
<onclick>sendclick(2003,8)</onclick>
</item>
<item id="2">
<visible>!Substring(Container.folderpath,plugin)</visible>
<label>31076</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--cast and crew toggle-->
<control type="group">
<visible>skin.string(showcast,true)</visible>
2015-05-10 21:59:54 +02:00
<posx>col-15-begin</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
<animation type="conditional" condition="skin.string(showcast,true)">
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="100"/>
</animation>
<!--overlay-->
<control type="image">
2015-05-10 21:59:54 +02:00
<posx>0</posx>
<posy>0</posy>
<width>10-col</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>10-col</width>
<height>row-5-begin</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2015-05-10 21:59:54 +02:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-03-27 21:31:13 +01:00
<control type="image">
2015-05-10 21:59:54 +02:00
<posx>0</posx>
<posy>row-5-begin</posy>
<width>10-col</width>
<height>1-row</height>
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<!--content-->
<control type="group">
2015-05-10 21:59:54 +02:00
<posx>12</posx>
<posy>row-1-begin</posy>
2014-09-28 20:47:53 +02:00
<control type="label">
<posx>0</posx>
2015-05-10 21:59:54 +02:00
<posy>0</posy>
<width>10-col-gutter</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<width>10-col-gutter</width>
2014-09-28 20:47:53 +02:00
<align>left</align>
2015-03-27 21:31:13 +01:00
<font>itemSubTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$LOCALIZE[31074]</label>
</control>
2015-03-27 21:31:13 +01:00
</control>
<control type="list" id="50">
2015-05-10 21:59:54 +02:00
<posx>0</posx>
<posy>236</posy>
<width>10-col</width>
<height>24-row</height>
<itemlayout width="10-col" height="2-col">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>2-col-textbox</width>
<height>2-col-textbox</height>
2014-09-28 20:47:53 +02:00
<aspectratio scalediffuse="false">scale</aspectratio>
<texture border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
2015-05-10 21:59:54 +02:00
<control type="label">
<posx>2-col-indent</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
</control>
2015-05-10 21:59:54 +02:00
<control type="label">
<posx>2-col-indent</posx>
<posy>1-row</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
2014-09-28 20:47:53 +02:00
</control>
2015-05-10 21:59:54 +02:00
</itemlayout>
<focusedlayout width="10-col" height="2-col">
2015-03-27 21:31:13 +01:00
<control type="image">
2014-09-28 20:47:53 +02:00
<posx>0</posx>
<posy>0</posy>
2015-05-10 21:59:54 +02:00
<width>2-col-textbox</width>
<height>2-col-textbox</height>
2014-09-28 20:47:53 +02:00
<aspectratio scalediffuse="false">scale</aspectratio>
<texture border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture>
<bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
2015-05-10 21:59:54 +02:00
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="70" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="70" tween="back" easing="out" delay="300" time="300"/>
</animation>
2014-09-28 20:47:53 +02:00
</control>
2015-05-10 21:59:54 +02:00
<control type="image">
<posx>2-col</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-col</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>2-col-indent</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
2015-05-10 21:59:54 +02:00
</control>
<control type="label">
<posx>2-col-indent</posx>
<posy>1-row</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
2014-09-28 20:47:53 +02:00
</control>
</focusedlayout>
</control>
2015-03-27 21:31:13 +01:00
</control>
2014-09-28 20:47:53 +02:00
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="8">
<description>Play</description>
</control>
<control type="button" id="6">
<description>Refresh</description>
</control>
2015-11-04 21:43:54 +01:00
<control type="button" id="7">
<description>Ratings</description>
</control>
2014-09-28 20:47:53 +02:00
<control type="button" id="10">
<description>Choose Art</description>
</control>
<control type="button" id="11">
<description>Trailer</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogVideoInfo.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>