v15 Back ground image from own-cloud server - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: v15 Back ground image from own-cloud server (/showthread.php?tid=244838) |
Back ground image from own-cloud server - Orama - 2015-10-22 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> |