Kodi Community Forum
Shade: Official Release Thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Shade (https://forum.kodi.tv/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


- vanMiez - 2010-07-17

ould Wrote:Hi There,

First off the bat, great skin! I finally replaced BIG Alaska with Shade for now. Woot! Needed a change so thanks!

Couple quick questions:

1. No addons section in settings, will there be one? should there already be one?
2. Is it possible to set it so that say I am in the TV shows main screen, when I hit back I would prefer it go to the main menu rather to title, genre etc.

Thanks!!

Kevin


To #2 : I think it would be enough to change the behaviour in the keymap. Wink


- vanOert - 2010-07-21

To #2 : I'd greatly appreciate that too.


- steve1977 - 2010-07-24

steve1977 Wrote:Was wondering whether it is possible to install Shade through the "add-on function install-from-zip-file". If so, would this be automatically updated as soon as it is later added to the repo? Thanks for your help!

Any thoughts?


- Hooper818 - 2010-07-24

Awesome skin man really great job. My only question is where do I add my cdart so that I get the actual cd of my music album spinning instead of the generic one. I have tried the "cdart.png" within my album folder but still no luck. Thanks


- jackthegroove - 2010-07-24

First of all great job!! I just love what you did!

But i have a problem.

I use a database that is not local to store the info of my movies and music. (cfr. <videodatabase> and <musicdatabase> from the advancedsettings.xml http://wiki.xbmc.org/index.php?title=Advancedsettings.xml)
Because i'm doing that features like recently added and featured movie do not work (i fear the script isn't able to find the database).

Is there a way i could make this work with changing something in the skin files?

(on a side note: when using the confluence skin it does work like it's supposed to)


Main Screen... - WZero - 2010-07-24

Hi, I love your skin but I have a problem. I am getting this on every tab...Image Is there a solution for this?


- jackthegroove - 2010-07-24

WZero Wrote:Hi, I love your skin but I have a problem. I am getting this on every tab...Image 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

WZero Wrote:Hi, I love your skin but I have a problem. I am getting this on every tab...Image 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

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

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


- jackthegroove - 2010-07-25

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

Image

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

how do you check for that?

I just check and no go jackthegroove


- mcborzu - 2010-07-25

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

Fix it...I just replaced recentlyadded.py