skin.pellucid/1080i/DialogFullScreenInfo.xml

143 lines
6.6 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>
2016-11-11 22:13:39 +01:00
<!--thumbnail-->
<control type="group">
<posx>col-1-begin</posx>
2016-10-11 20:44:50 +02:00
<posy>row-1-begin</posy>
2016-11-11 22:13:39 +01:00
<animation type="Windowopen">
2016-10-11 20:44:50 +02:00
<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>
2016-11-11 22:13:39 +01:00
<control type="image">
2016-11-25 19:27:14 +01:00
<visible>videoplayer.content(episodes)</visible>
<posx>0</posx>
2016-11-11 22:13:39 +01:00
<posy>0</posy>
2016-11-25 19:27:14 +01:00
<width>3-col-gutter</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[Player.Art(tvshow.poster)]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<visible>videoplayer.content(movies)</visible>
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>288</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[Player.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<visible>videoplayer.content(livetv)</visible>
<posx>0</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>3-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="6">$INFO[Player.Art(thumb)]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
2016-11-11 22:13:39 +01:00
</control>
2016-03-04 20:53:52 +01:00
<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-11-11 22:13:39 +01:00
<posx>0</posx>
2016-03-04 20:53:52 +01:00
<posy>0</posy>
2016-11-11 22:13:39 +01:00
<width>fullscreenWidth</width>
<height>10-row</height>
2016-07-17 17:14:13 +02:00
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
2016-03-04 20:53:52 +01:00
<aspectratio>stretch</aspectratio>
</control>
2016-11-11 22:13:39 +01:00
<control type="image">
<posx>0</posx>
2016-07-17 17:14:13 +02:00
<posy>0</posy>
2016-11-11 22:13:39 +01:00
<width>fullscreenWidth</width>
2016-07-17 17:14:13 +02:00
<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
<control type="label">
2016-10-11 20:44:50 +02:00
<posx>120</posx>
2016-07-17 17:14:13 +02:00
<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>
2016-11-11 22:13:39 +01:00
<aligny>center</aligny>
2016-03-04 20:53:52 +01:00
<textcolor>textActive</textcolor>
2016-11-25 19:27:14 +01:00
<label>[B]$INFO[videoplayer.TVShowTitle,,: ]$INFO[videoplayer.Title][/B]</label>
2016-07-18 22:26:29 +02:00
</control>
2016-11-11 22:13:39 +01:00
<control type="label">
<visible>VideoPlayer.HasMenu</visible>
2016-07-18 22:26:29 +02:00
<posx>col-17-begin</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<font>pageSubTitle</font>
2016-11-11 22:13:39 +01:00
<aligny>center</aligny>
2016-07-18 22:26:29 +02:00
<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-11-11 22:13:39 +01: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-11-11 22:13:39 +01:00
<posx>120</posx>
2016-07-17 17:14:13 +02:00
<posy>84</posy>
2016-03-04 20:53:52 +01:00
<font>textbox</font>
2016-10-11 20:44:50 +02:00
<width>23-col</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>