Kodi Community Forum

Full Version: Overall background color/image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pretty basic question, but I can't figure it out. Basically what happens is that in the transition from the main menu to the movie/series list, I get a 1-second-long white background. It's really annoying because the background I use is a dark image.

xml:
                 <control type="multiimage">
                    <fadetime>0</fadetime>
                    <imagepath>general/background.png</imagepath>
                    <aspectratio>stretch</aspectratio>
                </control>

Obviously the problem here is that Kodi's current default background is just white (probably because it's undefined on any .xml file), so how do I change the default background image or color Kodi uses?
Window Structure - backgroundcolor.
Thanks!