Skin advice!
#1
would the following 'custom2.xml' work? or should i say should it work?

to display the video cover on fullscreenvideo when pressing <info> on remote. also will these custom files only be read after a restart of xbmc?

<window>
<id>60</id>
<defaultcontrol>1</defaultcontrol>
<allowoverlay>no</allowoverlay>
<visible>player.showinfo + window.isactive(2005)</visible>
<controls>
<control>
<description>cover</description>
<type>image</type>
<id>1</id>
<posx>75</posx>
<posy>455</posy>
<width>100</width>
<height>100</height>
<info>videoplayer.cover</info>
<animation effect="fade" time="1000">visiblechange</animation>
<keepaspectratio>true</keepaspectratio>
</control>
</controls>
Reply
#2
they're read on skin load, so reloading the skin will work.

nothing fundamentally wrong with the xml that i can see, assuming there is a </window> close tag.

cheers,
jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
as i thought... sorry yes it does have the close tag missed the clipboard...

well i cannot for the life of me get this to display anything?
Reply

Logout Mark Read Team Forum Stats Members Help
Skin advice!0