XBMC Community Forum
Shade: Official Release Thread - 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: Shade (/forumdisplay.php?fid=132)
+---- Thread: Shade: Official Release Thread (/showthread.php?tid=75944)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


Main Screen... - WZero - 2010-07-24 20:19

Hi, I love your skin but I have a problem. I am getting this on every tab...[Image: 23j2xol.jpg] Is there a solution for this?


- jackthegroove - 2010-07-24 22:39

WZero Wrote:Hi, I love your skin but I have a problem. I am getting this on every tab...[Image: 23j2xol.jpg] Is there a solution for this?

Go to settings->skin->something with home and there turn on everything. Except alternate menu that was THE solution for me. Its one of those buttons. Hope it helps


- igotdvds - 2010-07-24 23:08

WZero Wrote:Hi, I love your skin but I have a problem. I am getting this on every tab...[Image: 23j2xol.jpg] Is there a solution for this?

This comes up if you dont have recently added turned on.

If you dont want recently added, you have to manually set each background image, which is done in skin settings.


- jackthegroove - 2010-07-24 23:42

Igotdvds have you read my post i think its post 100 or something. Do you have an idea what the solution could be or do you not give "support" for things that are manipulated with the advancedsettings file.

Your help would greatly be apreciated. If im cloggimg this thread up just say so and i'll try to remove my Posts Smile thanks


- WZero - 2010-07-24 23:53

Thanks a lot guy, but now is giving me this error- Scrip Failed recentlyadded.py


- jackthegroove - 2010-07-25 00:46

WZero Wrote:Thanks a lot guy, but now is giving me this error- Scrip Failed recentlyadded.py

Are you perhaps also using a remote database to store your movie information? (by using the <videodatabase> tags in the advancedsettings.xml file?)


- mcborzu - 2010-07-25 01:16

[Image: 23j2xol.jpg]

Why not use this:

PHP Code:
<imagepath background="true" fallback="special://skin/backgrounds/pictures.jpg">$INFO[Container(9000).ListItem.Thumb]</imagepath

That way you get that nice floor image instead of the stretched <icon> as default if they haven't set a custom backdrop...


- WZero - 2010-07-25 01:19

how do you check for that?

I just check and no go jackthegroove


- mcborzu - 2010-07-25 01:20

WZero Wrote:how do you check for that?

XBMC does it, if the <thumb> property is empty then it uses the "fallback"...


- WZero - 2010-07-25 02:01

Fix it...I just replaced recentlyadded.py