XBMC Community Forum
Remove background images - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Confluence (/forumdisplay.php?fid=125)
+---- Thread: Remove background images (/showthread.php?tid=120883)



Remove background images - shootking - 2012-01-24 15:34

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 directionConfused


- mad-max - 2012-01-24 15:42

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 16:36

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

[Image: globalbackdrop.png]



- Jezz_X - 2012-01-24 21:03

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


- Mudislander - 2012-01-24 21:27

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 02:06

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

Thanks!!!