Kodi Community Forum

Full Version: Back ground image from own-cloud server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am not a .XML expert,

I need to add some content (ex- background image) form "own-cloud" server in my office. so how to code or write related .xml file.

actually i wont to change this code --

<!-- Background -->

<control type="image"><posx>0</posx><posy>0</posy><width>1280</width><height>720</height><texture>contentpages/background_images/hotelinfo.png</texture>

<animation effect="fade" start="100" end="0" time="200" condition="Player.HasVideo + !Skin.HasSetting(Back_Video)">Conditional</animation>

</control>