XBMC Community Forum
[RELEASE] Legacy Dark - 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: Aeon (/forumdisplay.php?fid=68)
+---- Thread: [RELEASE] Legacy Dark (/showthread.php?tid=74305)



Awesome Theme -- Thanks! - Ainer - 2010-08-10 04:30

Hey,

I just wanted to say I really enjoy this theme. Once Dharma and your theme are finalized I plan to do a full guide for XBMC and will use this theme in it.

Thanks a bunch,
Ainer


- cavemankr - 2010-08-10 05:49

Thanks for all the hard work once again ekim232!

DOWNLOAD LEGACY DARK V.1 (DHARMA)

For some reason I am unable to download the DHARMA version. I think the link at mediafire maybe broken. Pre-Dharma version is working though.

Thanks again ekim232


- sonic00 - 2010-08-10 08:15

Hi ekim,

I have a litte problem with the backgrounds at the home menu ...

If I customize the backtrops (I choose 1280x720 jpgs) all I get are streched backgrounds at the home menu ...

Are there any settings I missed to set up the backdrops right?

edit:

Added some code in "Includes_Backgrounds.xml" - looks like its working now ...


- sonic00 - 2010-08-10 09:04

*hit the wrong button* ... pls delete ...


- ekim232 - 2010-08-10 12:36

sonic00 Wrote:Hi ekim,

I have a litte problem with the backgrounds at the home menu ...

If I customize the backtrops (I choose 1280x720 jpgs) all I get are streched backgrounds at the home menu ...

Are there any settings I missed to set up the backdrops right?

edit:

Added some code in "Includes_Backgrounds.xml" - looks like its working now ...

What code did you change here? I just want to take a look.


- ekim232 - 2010-08-10 12:37

cavemankr Wrote:Thanks for all the hard work once again ekim232!

DOWNLOAD LEGACY DARK V.1 (DHARMA)

For some reason I am unable to download the DHARMA version. I think the link at mediafire maybe broken. Pre-Dharma version is working though.

Thanks again ekim232

I just downloaded a version from both links fully. It should be all good I hope.


- sonic00 - 2010-08-10 12:51

ekim232 Wrote:What code did you change here? I just want to take a look.
Just added

Code:
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>

at "BackgroundVarsMusic", "BackgroundVarsMovies" ...

Could be wrong, but works for me Big Grin


- ekim232 - 2010-08-10 14:21

That should already be in there.

I think it is within the <includes>fullscreendimensions</includes>. I will have a look at it tonight. I tested it on mine with just movies and some images appeared to be stretched, but I think it was because if you have the top bar on it gives the illusion of it being stretched.


- cavemankr - 2010-08-11 03:22

Thanks for the reply eKim232

This is very odd. I cant seem to download it. I tried it from 3 different computers and using Internet explorer and Firefox. I still cant seem to download it although i can download the pre dharma version. It just opens up a new window and nothing on that page.

I will have to try downloading it from work.

Once again thanks for the great skin! and all your hard work.


- sonic00 - 2010-08-11 03:35

ekim232 Wrote:That should already be in there.

I think it is within the <includes>fullscreendimensions</includes>.

I guess I have the problem, because this code (home.xml) is linked to FullscreenDimensions2, where the resolution is 1280x560.

Code:
<control type="group">
     [color=red][b]<include>FullscreenDimensions2</include>[/b][/color]
     <include>Animation_BackgroundFade</include>
     <visible>Skin.HasSetting(userbg)</visible>
          <control type="multiimage">
               <include>BackgroundVarsMovies</include>
               <include>BackgroundVarsGlobal2</include>
               <visible>Container(300).HasFocus(6)</visible>
          </control>
.
.
.

I changed it to FullscreenDimensions and now, it works fine ...