Kodi Community Forum
Remove background images - 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: Remove background images (/showthread.php?tid=120883)



Remove background images - shootking - 2012-01-24

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


- mad-max - 2012-01-24

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


- Mudislander - 2012-01-24

Convergence has this ability to set a single backdrop of your choosing Smile

Image



- Jezz_X - 2012-01-24

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


- Mudislander - 2012-01-24

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


- shootking - 2012-01-25

I replaced all my images with an black one. Solved my problem for now!

Thanks!!!