Removing Cover image from FullScreen OSD
#1
HI, Quick question.

Is there any way to disable/remove the little thumbnail image that shows up on the bottom/left of the Fullscreen Video display?
Image

I was playing around with the 'DialogFullScreenInfo.xml' but coudn't figure out which part I needed to edit.

Thanks in advance for any help Smile
Reply
#2
This Parts can You Editing.

[HTML]<control type="image">
<description>Non Movie cover image</description>
<posx>10</posx>
<posy>290r</posy>
<width>340</width>
<height>260</height>
<fadetime>200</fadetime>
<texture background="true">$INFO[VideoPlayer.Cover]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>!VideoPlayer.Content(Movies)</visible>
</control>
<control type="image">
<description>Movie cover image</description>
<posx>10</posx>
<posy>350r</posy>
<width>340</width>
<height>320</height>
<fadetime>200</fadetime>
<texture background="true">$INFO[VideoPlayer.Cover]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>VideoPlayer.Content(Movies)</visible>
</control>[/HTML]
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#3
Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Removing Cover image from FullScreen OSD0