Remove background images
#1
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
------------------------------------
Windows 10
Kodi 16/17
Reply
#2
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
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#3
Convergence has this ability to set a single backdrop of your choosing Smile

Image
Noli illegitimi carborundum


Reply
#4
So does confluence you just need to go into settings and set each one the same
Reply
#5
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
Noli illegitimi carborundum


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

Thanks!!!
------------------------------------
Windows 10
Kodi 16/17
Reply

Logout Mark Read Team Forum Stats Members Help
Remove background images0