XBMC Community Forum
[ALPHA RELEASE] Lightbox Skin - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Skin Development (/forumdisplay.php?fid=12)
+---- Forum: WIP Skins (/forumdisplay.php?fid=160)
+---- Thread: [ALPHA RELEASE] Lightbox Skin (/showthread.php?tid=128852)

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 27 28


RE: [ALPHA RELEASE] Lightbox Skin - Chris! - 2012-04-20 13:59

@Maxoo - you are right now I look closer. Nice find!


RE: [ALPHA RELEASE] Lightbox Skin - da-anda - 2012-04-20 14:44

@tree_jammer - I know it's a alpha release and you know about the most obvious bugs, but here are some things I noticed from sections that already look pretty finished. That's why I decided to report them:

season panel
I think it would be better to display the season posters in a continous strip instead of a 5col grid, so that you can browse all seasons from left to right and don't have to also scroll up/down (one doesn't expect this seeing only one line of posters).

movie panel, music panel
browsing the poster feels a bit awkward, having to navigate left/right and up and down. Would be cool if there would be a automated "line jump" once you reach the outermost poster of a line. So that when you continously press left/right you automatically browse the posters line by line. But I think this might be a limitation in the skinning engine and would probably lead to other navigational oddities (like how to get tot he left menu again)?

grids (home screen, genres)
On the home screen you use some grids, f.e. for the recent movies or the settings. There are some visual glitches with those:
  • dummy shapes disappear suddenly when they are in the last line and you scroll up (so that they move down). They already disapper before the grid moved them out of focus.
  • it's a bit odd in the settings grid that when you scroll down to the third line (while 2 are displayed at a time), that the grid scrolls up to the third row even if it's the last one. This leads to a empty row at the bottom which looks odd. So scrolling the rows should stop once there are no more rows "hidden"

Info panel
To simplify the UI a bit, I think you can remove the buttons for "refresh", "get thumb" and "get fanart" from the info panel view and "hide" them behind a "edit" button. Gui should only show frequently used options and "hide" the advanced features from average joe. But that's just my personal taste - feel free to ignore it Smile


RE: [ALPHA RELEASE] Lightbox Skin - eckstheory - 2012-04-20 22:45

(2012-04-19 11:36)DPickles Wrote:  Love the skin so far, runs nice and smooth.
I just noticed that there's no "exit" option under the shut down menu. Is there any possibility of adding this in the future? One of my machines runs windows and only runs XBMC when the missus is upstairs watching something. I can only imagine her not being able to exit without rebooting.


Open up the DialogButtonMenu.xml in notepad++. Then look for

Quote:<control type="button" id="3115">
<description>Shutdown</description>
<width>320</width>
<label>13005</label>
<onclick>ShutDown()</onclick>
<align>right</align>
<textcolor>black</textcolor>
<focusedcolor>white</focusedcolor>
</control>

Change the
Quote:<onclick>ShutDown()</onclick>
to
Quote:<onclick>XBMC.Quit()</onclick>
and then save. Reload the skin and the shutdown button will now only exit out of xbmc instead of shutting down windows.

Hope that helps


RE: [ALPHA RELEASE] Lightbox Skin - jpatrick - 2012-04-20 22:59

Hey Tree,

Just as a heads up the login.xml doesn't work, so you are stuck at a blank screen with no means to log in or change the skin to be able to log in.

I had to replace the login.xml another skin to get xbmc to be functional.


RE: [ALPHA RELEASE] Lightbox Skin - tree_jammer - 2012-04-21 00:04

(2012-04-20 22:59)jpatrick Wrote:  Hey Tree,

Just as a heads up the login.xml doesn't work, so you are stuck at a blank screen with no means to log in or change the skin to be able to log in.

I had to replace the login.xml another skin to get xbmc to be functional.

thanks. I haven't looked at the login stuff yet, will add to the list.


RE: [ALPHA RELEASE] Lightbox Skin - bighernan - 2012-04-21 00:22

HOLY BANANAS BATMAN!!! Ive been a long time lurker (3 years and counting), and I've been fortunate to have had this community help me out tremendously, albeit indirectly. I have been watching this skin's progress the last couple months and just downloaded it today, and am currently taking it for a test drive and i must say, this is one helluva skin here. it is by far the most polished peace of work i have seen and i get goosebumps thinking about where XBMC will go next.

just wanted to say thanks to tree_jammer and everyone thats a part of this great project.


RE: [ALPHA RELEASE] Lightbox Skin - circle_ - 2012-04-21 02:13

(2012-04-20 14:44)da-anda Wrote:  movie panel, music panel
browsing the poster feels a bit awkward, having to navigate left/right and up and down. Would be cool if there would be a automated "line jump" once you reach the outermost poster of a line. So that when you continously press left/right you automatically browse the posters line by line. But I think this might be a limitation in the skinning engine and would probably lead to other navigational oddities (like how to get tot he left menu again)?

I found this strange too. Hopefully it's on the list of things to do.


RE: [ALPHA RELEASE] Lightbox Skin - cd492 - 2012-04-21 07:31

I have to say your music Visualization is the most innovative and impressive I have seen on xbmc. I also like your different color schemes.

There is only one View for each rubric (Movies, TV Shows etc.) at the moment or am I missing something?

Keep up the good work. Can't wait for the release!


RE: [ALPHA RELEASE] Lightbox Skin - Martijn - 2012-04-21 09:41

(2012-04-21 07:31)cd492 Wrote:  There is only one View for each rubric (Movies, TV Shows etc.) at the moment or am I missing something?
read!


RE: [ALPHA RELEASE] Lightbox Skin - krish_2k4 - 2012-04-21 12:04

yea people need to read, same questions being asked!

I keep seeing new posts here thinking it was some good news but it is just the same question being asked again!