Kodi Community Forum
Night - A Skin for XBMC - 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: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: Night - A Skin for XBMC (/showthread.php?tid=70116)

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


- ppic - 2010-04-17

at least one thing (probably because it's not already done), there's no background on plugin settings.


- mcborzu - 2010-04-17

ppic Wrote:at least one thing (probably because it's not already done), there's no background on plugin settings.

yea I should throw one together I didn't know what do to with that with the upcoming addon merge but it'll take 20min to whip one up. And if it changes I'll cross that bridge later...


- reaven - 2010-04-17

mcborzu Wrote:@reaven
That looks awesome! Though I not sure of adding it because that be 2 views you need all logos because there is no way to check or use a IsEmpty in case someone doesn't have logos...

A default fallback clearTitle can be done Nod


Bugs - paul - 2010-04-17

been playing around with this for most of the day, and found a few things wrong.
1) no rss on home screen it does show on other screens but tends to overlap other dialogs etc.
2) Hide home menu items does not work
3) Music settings, song submission is too long(the s is cut off)
4) when adding content the settings section is screwed
5) feature request "Home Screen Clock" would be nice either by default or an option to have it.
Other than those bugs it's dam good, will keep going over it to see if i can find anything else. Nod


- mcborzu - 2010-04-17

1. Havent bothered with that yet
2. Works for the popular items no one hides...music tv, movies, videos. Guess I forgot to add and 2x check the less popular ones
3. Whats that? How do i get there?
4. DialogPluginSettings.xml doing that as I type...didn't know what to do cuz of the merge but might as well knock it out and deal with any changes later.
5. On the to do list...


Working out good...some things people pointing out I know, some I didn't. Saves me time to deal with things now then on release, thx again. keep pointing things out if ya got 'em...


Found another gremlin - paul - 2010-04-17

settings / music ( near the bottom it says song submission the "S" is cut off)
Found another problem.
When using full screen info and you go to view the actors there is no highlite bar to show
which actor is highlited, it's minor but thought i should point it out....Smile


- ppic - 2010-04-17

one thing :
scan dialog is unreadable on most of view, too dark it think


- mcborzu - 2010-04-17

Talking about this scan dialog...

Image

seemed OK to me. hikaricore brought that up before but he uses those crazy nightly builds I thought it was one of those things...Was it music scan/video scan did it look like my screenshot?


- hikaricore - 2010-04-17

The scan dialog has never had a background, I even tried using an older version.
I'll check my logs and see if it's something obvious. :p Could this have been one of those missing images like before?


**edit**
http://img.photobucket.com/albums/v414/hikari_corgan/screenshot003.jpg
http://img.photobucket.com/albums/v414/hikari_corgan/screenshot004.jpg

Perfectly visible on the light background, not so much on the dark.
I've checked my logs and don't see anything odd, I could have missed something so I'll check again tomorrow when I'm actually awake. ^_^


- ronie - 2010-04-17

hikaricore Wrote:The scan dialog has never had a background, I even tried using an older version.
I'll check my logs and see if it's something obvious. :p Could this have been one of those missing images like before?

it's a case-sensitive issue. the background will be there on windows systems, but it won't be shown on linux and the like.


- ppic - 2010-04-17

ho yes, i'm on linux, and no backgrounds here Big Grin


- mcborzu - 2010-04-17

huh thats weird...I checked other skins, seems like 90% of them have lower case images though some have uppercase images. Never see anyone have trouble with other skins?

This was my code block:
Quote:<control type="image">
<posx>0</posx>
<posy>-16</posy>
<width>400</width>
<height>60</height>
<texture flipy="true" border="20,20,20,2">Confluence/InfoMessagePanel2.png</texture>
</control>

So the rule of thumb is to keep all images lowercase I guess?

Nevermind it is probably Confluence/InfoMessagePanel2.png the actual image folder is "confluence" not "Confluence". I bet thats the error...


- ronie - 2010-04-17

mcborzu Wrote:I bet thats the error...

bingo! ;-)

another issue is that all the DefaultFoo.png icons are not properly capitalized (according to xbmc standards) so they won't show on case-sensitive systems either.


- mcborzu - 2010-04-17

ronie Wrote:bingo! ;-)

another issue is that all the DefaultFoo.png icons are not properly capitalized (according to xbmc standards) so they won't show on case-sensitive systems either.

good to know, I think those icons are still from the 'empty' skin haven't started looking for the "DefaultFoo" images yet...


- ppic - 2010-04-17

yes, i've changed, it works.

it also seems there no background for contextuel menu as well (but i didn't restart after i've changed folder name)