Hi,
i got it.... Here is my modded Dialogfullscreeninfo.
It makes the same as the Dialogseekbar but it shows clearart if you it the Info Key.
Warning: I use the Big Alaska MOD. I don“t know if it works with the normal Alaska.
Dialogfullscreeninfo.xml
Code:
<!--Alaska-->
<window id="142">
<defaultcontrol>2</defaultcontrol>
<controls>
<include>OSDHeading</include>
<include>OSDSeekbar</include>
<control type="group">
<include>Animation_SlideUpFadeOut</include>
<posx>0</posx>
<posy>630</posy>
<control type="image">
<width>1280</width>
<height>100</height>
<texture>common/white.png</texture>
<colordiffuse>OSDBackground</colordiffuse>
</control>
<!-- tvshows -->
<control type="largeimage">
<posx>30</posx>
<posy>-130</posy>
<width>280</width>
<height>280</height>
<texture>$INFO[Player.FolderPath]../clearart.png</texture>
<aspectratio>keep</aspectratio>
<visible>VideoPlayer.Content(episodes)</visible>
</control>
<!-- movies -->
<control type="image">
<posx>30</posx>
<posy>-210</posy>
<width>280</width>
<height>280</height>
<texture>$INFO[VideoPlayer.Cover]</texture>
<bordertexture border="8">common/thumb_border.png</bordertexture>
<bordersize>8</bordersize>
<aspectratio align="left" aligny="bottom">keep</aspectratio>
<visible>!VideoPlayer.Content(episodes)</visible>
</control>
<control type="label">
<posx>300</posx>
<posy>650</posy>
<height>50</height>
<width>1280</width>
<font>Font_Time</font>
<textcolor>FF525252</textcolor>
<label>$LOCALIZE[20339][COLOR FFb70303] $INFO[VideoPlayer.Director][/COLOR] $LOCALIZE[562][COLOR FFb70303] $INFO[VideoPlayer.Year][/COLOR]</label>
<visible>VideoPlayer.Content(movies)</visible>
</control>
<control type="textbox">
<description>Plot Info</description>
<posx>300</posx>
<posy>2</posy>
<width>550</width>
<height>80</height>
<align>left</align>
<font>Font_Date</font>
<textcolor>Date</textcolor>
<label>$INFO[VideoPlayer.Tagline]</label>
<autoscroll time="3200" delay="6000" repeat="6000">Skin.HasSetting(autoscroll)</autoscroll>
</control>
<control type="label">
<description>Year Info</description>
<posx>1250</posx>
<posy>10</posy>
<width>360</width>
<height>18</height>
<aligny>center</aligny>
<align>right</align>
<font>Font_Date</font>
<textcolor>Date</textcolor>
<label>$INFO[VideoPlayer.Year,[b]$LOCALIZE[40124] [/b]]</label>
<animation effect="slide" end="0,22" condition="IsEmpty(VideoPlayer.Rating)">Conditional</animation>
<animation effect="slide" end="0,22" condition="IsEmpty(VideoPlayer.Director)">Conditional</animation>
</control>
<control type="label">
<description>Rating Info</description>
<posx>1250</posx>
<posy>32</posy>
<width>360</width>
<height>18</height>
<aligny>center</aligny>
<align>right</align>
<font>Font_Date</font>
<textcolor>Date</textcolor>
<label>$INFO[VideoPlayer.Rating,[b]$LOCALIZE[563]: [/b]]</label>
<animation effect="slide" end="0,22" condition="IsEmpty(VideoPlayer.Director)">Conditional</animation>
</control>
<control type="label">
<description>Director Info</description>
<posx>1250</posx>
<posy>54</posy>
<width>360</width>
<height>18</height>
<aligny>center</aligny>
<align>right</align>
<font>Font_Date</font>
<textcolor>Date</textcolor>
<label>$INFO[VideoPlayer.Director,[b]$LOCALIZE[40125] [/b]]</label>
</control>
</control>
<include>Object_DebugGrid</include>
<control type="group">
<include>Debug</include>
<visible>Skin.HasSetting(debugmode)</visible>
</control>
</controls>
</window>
Have fun