Confluence multiimage background - 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: Confluence multiimage background (/showthread.php?tid=213246) |
Confluence multiimage background - Squiddy - 2015-01-01 Sorry if this is posted somewhere else but I don't know how to change the background in Confluence (Kodi v14) to a multi background. I don't think there is a gui way to do it in confluence but if there is I would like to avoid it and use the xml files so I can learn the skinning process. I have tried editing the home.xml file to include the <icon> and <thumb> elements to no avail. They are either ignored (keeps the same confluence background) or it goes black. My backgrounds are in skin folder\backgrounds. Thank you very much RE: Confluence multiimage background - nessus - 2015-01-02 Here is to code... https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml#L15 To make it to a multi image background you need to replace that simple "image" control to a "multiimage" control. Cheers Nessus RE: Confluence multiimage background - Squiddy - 2015-01-05 thank you very much. |