Thanks for pointing these out da-anda. I've been looking at this for far too long so it's easy to miss things.
(2013-03-28, 10:46)da-anda Wrote: what I miss is a solution for the case that one doesn't use the video library and thus doesn't have a movies and tv-shows node, or if one doesn't want such a node. In any case empty nodes are of no use. I know you can hide some of them in skin settings, but I was not able to hide tv-shows f.e..
And if it's possible, you could add the "pictures" node (and probably also programs) to the main menu in case live-tv is disabled or some other node (like tv-shows) is not used/empty.
Hiding the "films", "tv shows" and "music" menus can all be done in Skin Settings. Hiding "live tv" is simply a matter of disabling it in the Live TV settings menu. I assume that if it is enabled that you want it to be seen.
It has been brought up a number of times that pictures, programs or other custom menus should be available in the main menu. The problem with this is the limitations that are involved with metadada to show. Examples:
- Pictures has no extra infolabels on the Home screen to show recent pictures or how many pictures are in your library. So it would be a very boring menu to look at by comparison. Nothing more than a big button to take you to the Pictures page. The same is true for Programs and a few others.
- Custom menus is an idea that has been brought up a few times before, but the problem with it is what icon to display with the button? I suppose I could code a menu to have them select from a range of icons, but suffice to say that all of that is an extremely involved coding process and something I'd prefer to tackle for XBMC Gotham. Baby steps.

(2013-03-28, 10:46)da-anda Wrote: where is the file-manager?
The File Manager is indeed missing. My mistake. I'll code that up. Thanks for noticing.
(2013-03-28, 10:46)da-anda Wrote: there are still a lot of Confluence icons left that just don't fit for nbox
I bow to your expertise on the icons. If you have a list of them that you'd like changed I'll definitely work on that. I know that the main ones that still bother me are the round radio buttons. I didn't pay much attention to the state of the icons when I picked up the skin from Tree_Jammer so I hadn't even realized what icons were his and what icons were part of Foundation.
(2013-03-28, 10:46)da-anda Wrote: in movies view, when the ".." item is hovered, the icon on the left where normally the poster is, is a white icon on white background
If only everyone ran this skin with the parent folders turned off.

I'll look into fixing that up.
(2013-03-28, 10:46)da-anda Wrote: If I change the sorting to f.e. rating, date added, I would be good if I could also see this information. So probably instead of showing the year right of the movie name, switch this to the info currently sorted by
Displaying the sorting data instead of the year is a great idea. I'll definitely look into that. Should be a simple fix.
(2013-03-28, 10:46)da-anda Wrote: the fullscreen OSD is inconsistent (endtime in movies compared to liveTV, position of a/v settings icons vs audio viz icons)
The dreaded OSD... Yeah, I'll touch up those inconsistencies. Fortunately I last rewrote the OSD to keep all of it's common components in one place so that shouldn't take long to fix.
(2013-03-28, 10:46)da-anda Wrote: I used the nbox.master.zip from github for this test, but it might not be the most recent version I guess, because I neither had a "light" option nor did the peripherals popup show up.
I think you must have been using an older version as the new version definitely has the Peripheral dialogs and the Light Mode working. Personally, I run git on all of the XBMC machines I test on so I can just pull the latest version and refresh my skin.
Thanks a lot for your attention to detail.