skin.pellucid/1080i/DialogVideoInfo.xml

553 lines
25 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>
2016-04-03 17:35:32 +02:00
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="400" delay="200"/>
</animation>
2014-09-28 20:47:53 +02:00
<controls>
2017-03-15 21:14:30 +01:00
<!--background-->
<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>
<!--movie / tv show fanart-->
2014-09-28 20:47:53 +02:00
<control type="group">
2017-03-19 21:23:30 +01:00
<include condition="!Substring(Container.folderpath,plugin) + !container.content(episodes)">itemShowcase</include>
2017-03-15 21:14:30 +01:00
<!--music video-->
2017-03-09 00:54:23 +01:00
<control type="group">
<visible>container.content(musicvideos)</visible>
<posx>3-col</posx>
<posy>2-row</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>12-col</height>
<aspectratio align="center" aligny="top">stretch</aspectratio>
<texture fallback="DefaultAlbumCover.png">$INFO[Listitem.thumb]</texture>
<animation effect="rotateY" end="-7" center="auto,auto" time="500">windowOpen</animation>
<animation type="windowClose">
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
</animation>
</control>
<control type="image">
<posx>0</posx>
<posy>12-col</posy>
<width>12-col</width>
<height>2-col</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/thumbFader.png" flipy="true">$INFO[Listitem.thumb]</texture>
<animation type="windowOpen">
<effect type="rotateY" end="-7" center="auto,auto" time="500"/>
</animation>
<animation type="windowClose">
<effect type="rotateY" start="-7" end="0" center="auto,auto" time="500"/>
<effect type="slide" start="0" end="-1100" tween="cubic" easing="out" time="400"/>
</animation>
</control>
</control>
2014-09-28 20:47:53 +02:00
<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-11-08 21:16:04 +01:00
<control type="image">
2017-03-21 00:53:30 +01:00
<posx>col-1-begin</posx>
2017-03-22 19:58:14 +01:00
<posy>886</posy>
2017-03-21 00:53:30 +01:00
<width>5-col</width>
2015-11-08 21:16:04 +01:00
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
2014-09-28 20:47:53 +02:00
</control>
2017-03-09 00:54:23 +01:00
<!--content is movie, music video or tvshow (from XBMC Library)-->
2014-09-28 20:47:53 +02:00
<control type="group">
<visible>!Substring(Container.folderpath,plugin) + !container.content(episodes)</visible>
2016-10-05 15:33:07 +02:00
<posx>1200</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>
2016-04-03 17:35:32 +02:00
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
2017-03-22 13:45:32 +01:00
<animation type="conditional" condition="control.hasfocus(8000)">
<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="!control.hasfocus(8000)">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
2015-03-27 21:31:13 +01:00
<!--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">
2017-01-12 15:09:42 +01:00
<posx>-6</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2017-01-12 15:09:42 +01:00
<width>6</width>
<height>fullscreenHeight</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
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>
<posy>6-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>
2016-02-21 19:58:08 +01:00
<textcolor>highlight</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2015-11-05 16:13:27 +01:00
<label2>$INFO[ListItem.year]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
</item>
2015-03-27 21:31:13 +01:00
<item>
2017-01-12 15:09:42 +01:00
<label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.genre]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
</item>
2015-03-27 21:31:13 +01:00
<item>
2017-01-12 15:09:42 +01:00
<label>$LOCALIZE[31146]</label>
<label2>$INFO[ListItem.director]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2015-03-27 21:31:13 +01:00
</item>
2014-09-28 20:47:53 +02:00
<item>
2015-12-21 21:30:26 +01:00
<label>$LOCALIZE[31193]</label>
<label2>$INFO[ListItem.duration,, $LOCALIZE[31018]]</label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
</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>
2017-04-23 20:22:02 +02:00
<posy>-6</posy>
<width>660</width>
2015-04-06 21:57:56 +02:00
<align>left</align>
2017-04-23 20:22:02 +02:00
<height>115</height>
2015-04-06 21:57:56 +02:00
<aligny>center</aligny>
2016-07-04 14:52:43 +02:00
<font>largeLight</font>
2015-04-06 21:57:56 +02:00
<textcolor>textActive</textcolor>
<label>$INFO[listitem.title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>9-row</posy>
2015-04-06 21:57:56 +02:00
<font>textbox</font>
2016-10-05 15:33:07 +02:00
<width>660</width>
2015-04-06 21:57:56 +02:00
<align>left</align>
<textcolor>textActive</textcolor>
2016-10-05 15:33:07 +02:00
<height>388</height>
2015-05-26 20:58:11 +02:00
<label fallback="31205">$INFO[ListItem.plot]</label>
2017-02-01 00:38:08 +01:00
<autoscroll>false</autoscroll>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2017-02-01 00:38:08 +01:00
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>12r</posx>
<posy>10-row</posy>
<height>8-row</height>
<ondown>8000</ondown>
2015-04-06 21:57:56 +02:00
</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>
2016-10-05 15:33:07 +02:00
<posy>23-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>
2017-02-01 00:38:08 +01:00
<onup>61</onup>
2017-03-22 13:45:32 +01:00
<onleft>999981</onleft>
2014-09-28 20:47:53 +02:00
<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>
2015-12-09 22:40:20 +01:00
<colordiffuse>overlay</colordiffuse>
2015-04-06 21:57:56 +02:00
</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>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2016-02-21 19:58:08 +01: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>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</focusedlayout>
<content>
<item>
<label>31075</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>sendclick(2003,8)</onclick>
</item>
<item>
2017-03-22 13:45:32 +01:00
<description>Artwork downloader</description>
<label>$LOCALIZE[31219]</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2017-03-22 13:45:32 +01:00
<onclick condition="system.hasaddon(script.artwork.downloader) + String.IsEqual(ListItem.DBTYPE,tvshow)">XBMC.RunScript(script.artwork.downloader, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
<onclick condition="system.hasaddon(script.artwork.downloader) + String.IsEqual(ListItem.DBTYPE,movie)">XBMC.RunScript(script.artwork.downloader, mediatype=movie, dbid=$INFO[ListItem.DBID])</onclick>
<onclick condition="system.hasaddon(script.artwork.downloader) + String.IsEqual(ListItem.DBTYPE,musicvideo)">XBMC.RunScript(script.artwork.downloader, mediatype=musicvideos, dbid=$INFO[ListItem.DBID])</onclick>
<onclick condition="!system.hasaddon(script.artwork.downloader)">InstallAddon(script.artwork.downloader)</onclick>
2015-03-27 21:31:13 +01:00
</item>
<item>
2014-09-28 20:47:53 +02:00
<label>20410</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>SendClick(2003,11)</onclick>
</item>
<item>
<label>31076</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>SendClick(2003,6)</onclick>
</item>
<item>
<label>13511</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>SendClick(2003,10)</onclick>
</item>
2015-03-27 21:31:13 +01:00
<item>
2016-12-05 23:21:15 +01:00
<label>31169</label>
2015-11-04 21:43:54 +01:00
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2015-11-04 21:43:54 +01:00
<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>
2017-02-01 00:38:08 +01:00
<aspectratio scalediffuse="false" aligny="top">scale</aspectratio>
<texture 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>
2016-05-11 21:27:33 +02:00
<font>largeLight</font>
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01: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>
<!--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>
2017-12-04 21:13:06 +01: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>
2017-02-01 00:38:08 +01:00
<autoscroll>false</autoscroll>
<pagecontrol>62</pagecontrol>
</control>
<control type="scrollbar" id="62">
2017-09-24 20:19:10 +02:00
<posx>-36</posx>
2017-02-01 00:38:08 +01:00
<posy>186</posy>
<height>4-row</height>
<ondown>8000</ondown>
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>
2017-02-01 00:38:08 +01:00
<onup>62</onup>
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>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2016-02-21 19:58:08 +01: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>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</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>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</focusedlayout>
<content>
<item id="1">
<label>31075</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>sendclick(2003,8)</onclick>
</item>
<item id="2">
<visible>!Substring(Container.folderpath,plugin)</visible>
<label>31076</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>SendClick(2003,6)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--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>