skin.pellucid/1080i/DialogFullScreenInfo.xml

112 lines
4.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2016-03-04 20:53:52 +01:00
<controls>
<control type="group">
<include>fadeInOut</include>
<posx>0</posx>
<posy>0</posy>
<!--fade out if audio / video menu active-->
<animation type="Conditional" condition="Window.IsActive(seekbar) | Window.IsActive(osdvideosettings) | Window.IsActive(osdaudiosettings) | window.isactive(PVROSDChannels)">
<effect type="fade" start="100" end="0" time="200" tween="sine" easing="in"/>
</animation>
<include>dateTime</include>
<control type="group">
<posx>0</posx>
2016-07-17 17:14:13 +02:00
<posy>row-22-begin</posy>
2016-03-04 20:53:52 +01:00
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="0,300" end="0,0" tween="cubic" easing="out" time="400"/>
</animation>
<animation type="Windowclose">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" end="0,300" tween="cubic" easing="out" time="400"/>
</animation>
<control type="image">
2016-07-17 17:14:13 +02:00
<posx>col-1-begin</posx>
2016-03-04 20:53:52 +01:00
<posy>0</posy>
2016-07-17 17:14:13 +02:00
<width>24-col</width>
<height>6-row</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
2016-03-04 20:53:52 +01:00
<aspectratio>stretch</aspectratio>
</control>
2016-07-17 17:14:13 +02:00
<control type="image">
<posx>col-4-begin</posx>
<posy>0</posy>
<width>21-col</width>
<height>2-row</height>
<texture colordiffuse="highlight">colors/white.png</texture>
2016-07-15 14:54:52 +02:00
<colordiffuse>ccffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2016-07-17 17:14:13 +02:00
<!--thumbnail-->
<control type="image">
2016-05-11 21:27:33 +02:00
<posx>col-1-begin</posx>
2016-07-17 17:14:13 +02:00
<posy>0</posy>
<width>3-col-textbox</width>
<height>3-col-textbox</height>
<aspectratio>stretch</aspectratio>
<texture>DefaultAlbumCover.png</texture>
<colordiffuse></colordiffuse>
</control>
<control type="image">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>3-col-textbox</height>
<aspectratio scalediffuse="false">scale</aspectratio>
2016-07-18 22:26:29 +02:00
<texture border="0">$INFO[player.art(thumb)]</texture>
2016-07-17 17:14:13 +02:00
</control>
<control type="label">
<posx>324</posx>
<posy>0</posy>
2016-03-04 20:53:52 +01:00
<width>16-col</width>
<height>2-row</height>
2016-07-17 17:14:13 +02:00
<font>pageSubTitle</font>
<aligny>center</aligny>
2016-03-04 20:53:52 +01:00
<textcolor>textActive</textcolor>
2016-07-17 17:14:13 +02:00
<label>[B]$INFO[videoplayer.Title][/B]</label>
2016-07-18 22:26:29 +02:00
</control>
<control type="label">
<visible>VideoPlayer.HasMenu</visible>
<posx>col-17-begin</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<font>pageSubTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31049] [B]$INFO[player.Chapter] / $INFO[player.Chaptercount][/B]</label>
2016-03-04 20:53:52 +01:00
</control>
<control type="label">
2016-07-17 17:14:13 +02:00
<right>2-col-gutter</right>
<posy>0</posy>
2016-03-04 20:53:52 +01:00
<width>8-col</width>
<height>2-row</height>
2016-07-17 17:14:13 +02:00
<font>pageSubTitle</font>
2016-03-04 20:53:52 +01:00
<align>right</align>
2016-07-17 17:14:13 +02:00
<aligny>center</aligny>
2016-03-04 20:53:52 +01:00
<textcolor>textActive</textcolor>
2016-07-17 17:14:13 +02:00
<label>[B]$INFO[Videoplayer.time] / $INFO[Videoplayer.duration][/B]</label>
2016-03-04 20:53:52 +01:00
<scroll>false</scroll>
</control>
<control type="textbox">
2016-07-17 17:14:13 +02:00
<posx>324</posx>
<posy>84</posy>
2016-03-04 20:53:52 +01:00
<font>textbox</font>
2016-07-17 17:14:13 +02:00
<width>1476</width>
2016-03-04 20:53:52 +01:00
<textcolor>textActive</textcolor>
2016-07-17 17:14:13 +02:00
<height>116</height>
2016-03-04 20:53:52 +01:00
<label fallback="31205">$INFO[videoplayer.plot]</label>
2016-07-17 17:14:13 +02:00
<autoscroll delay="10000" time="5000" repeat="10000"/>
2016-03-04 20:53:52 +01:00
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogFullScreenInfo.xml</label>
</control>
</controls>
2016-05-11 21:27:33 +02:00
</window>