Kodi Community Forum

Full Version: Remove background images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I am looking for a way to just disable all beackgrouind images in this default theme. No pictures as I find it too much. I just want the menues, and the covers in the movie/series view.

I have googled and searched this forum for "one color background" but I cant find any answers. It seems like the wrock way to create a picture with all black just to get the pictures to go away.

Anyone who can point me in the right directionHuh
For clearing the images on home open Home.xml and delete
Code:
        <control type="multiimage">
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            <imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
            <timeperimage>8000</timeperimage>
            <randomize>true</randomize>
            <fadetime>1000</fadetime>
        </control>

The other ones should be somewhere around the MyVideo/MyMusicNav
Convergence has this ability to set a single backdrop of your choosing Smile

Image
So does confluence you just need to go into settings and set each one the same
Jezz_X Wrote:So does confluence you just need to go into settings and set each one the same

Whoops, Sorry Jezz, didn't even think of setting all backgrounds to a single image :o
I replaced all my images with an black one. Solved my problem for now!

Thanks!!!