Posts: 423
Joined: May 2008
Reputation:
0
the_alien
Team-XBMC Android Remote Developer
Posts: 423
Hi
Is it possible to have a background image just on the homescreen?
On every theme I've seen the image overlays the fanart in the background.
Thanks
alien
XBMCLive Dharma beta 2 running on an ASRock ION 330 HT
Posts: 15
Joined: Mar 2009
Reputation:
0
matsui
Junior Member
Posts: 15
I would also like this if anyone knows how that would be great.
Posts: 61
Joined: Aug 2005
Reputation:
0
Can you guys post a screenshot?
Posts: 1,677
Joined: Apr 2007
Reputation:
7
Great, i was wondering the same the other night when I but the Rialto theme in Alaska.
Posts: 104
Joined: Jun 2009
Reputation:
0
Can this be done in newer version of Alaska in the "Icon Home Layout"?
Posts: 24
Joined: Mar 2013
Reputation:
0
Dingin
Junior Member
Posts: 24
Hi i know is an old post buet mabe some can help me with this one on gotham
i wanna have the main background rotating like in the example from nietsen:
---------------------------------------------------------------------------------------------------------------------
in the file include.xml add the following lines:
Code:
<!-- Home BACKGROUND -->
<include name="Home_Background">
<control type="multiimage" id="1">
<description>background images</description>
<include>Dimensions_Fullscreen</include>
<imagepath>menubackdrops</imagepath> <!-- add this folder within the media folder. Put in it all the backdrops you wish to use -->
<timeperimage>5000</timeperimage>
<fadetime>2000</fadetime>
<pauseatend>0</pauseatend>
<randomize>true</randomize>
<loop>yes</loop>
<aspectratio>stretch</aspectratio>
<colordiffuse>BackgroundFilterColor</colordiffuse> <!-- Optional... remove this line to remove the color overlay -->
</control>
</include>
inside home.xml change line 30 (<include>Global_Background</include>) for:
Code:
<include>Home_Background</include>
voila!
------------------------------------------------------------------------------------------------------------------
And here is where the main backgroun is in Gotham
---IncludesBackgoundBuilding.xml---
<include name="CommonBackground">
<control type="image">
<description>Normal Default Background Image</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture>
<visible>![Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))]</visible>
<include>VisibleFadeEffect</include>
</control>
does anyone have any idea how?
Thanks!