![]() |
|
Night - 1.4.7 -Release/General Discussion - 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: Night (/forumdisplay.php?fid=130) +---- Thread: Night - 1.4.7 -Release/General Discussion (/showthread.php?tid=82628) |
- mcborzu - 2010-12-21 04:49 msderganc Wrote:I'm not sure if this is a bug or on purpose, but the home screen art is very slow - 5-15s - for those menu items that are referencing a folder. The single file items are normal speed. About the whole transition discussion I have a pretty low powered PC which actually helps me develop and makes sure things are snappy. Heck I run 'Night' on my XBOX... Has to more going on? As even with Recently added turned on the fanart switches instantly, mostly 720p only a few 1080p pics. If you run a bunch of the optional stuff - extrafanart, logos, landscape.jpg, pan/zoom effects, etc - will obviously use more resources. But short story I will always try to skin with the low power ION type HTPC's in mind... - mcborzu - 2010-12-21 06:12 12/20/2010 -16x9 flags global clock fix -"Cinema Button" no longer overides 'Play' now own button called "Cinema" -Next Aired added to 16x9 and Landscape Fanart views -Updated flags, now has Unrated flag -Removed "Recently Added" on TV level option -Skin now defaults on Posters for TV, Landscape now has a setting to check -Changed the order of settings in Movie/TV options of skin settings -Poster views hidden on TV level with 'Banner' option selected - isamu.dragon - 2010-12-21 09:06 Could you make it where on the season level you can have the landscape view? Edit: My preferred layout is this TV Show Level: Posters; Dark View Season Level: Landscape View, with Posters Episode Level: Episode View - Rygrath - 2010-12-21 09:06 New one for you. This is in regards to BannerPanel. When browsing through the shows, the upper left corner is used for fanart which works fine. However when you're playing a video and decide to browse the shows, this happens ![]() Corner is just blank. It looks like it's intended to be a Now Playing window since it's no longer showing fanart. And while on the subject of the BannerPanel, think it'd be possible to toss in Next Aired information somewhere? I thought somewhere next to the current time/date would be a nice spot without being obtrusive. Made a screenshot to give you an idea about what I mean. ![]() Just a thought, I'm no designer by any means.
- logictester - 2010-12-21 09:39 mcborzu Wrote:12/20/2010 thanks for the next aired in fanart view - much better location for the info than my suggestion - looks great! - SALAMINOMACHOS - 2010-12-21 11:08 Why i can not see any cinema button either in Night or in Night SVN ? There is not any update for this. Thanks - Rygrath - 2010-12-21 11:23 Sorry to add another thing to the list. The LandPanel view for TV Shows doesn't appear to be using the landscape.jpg. Right now I get squashed posters in the view (Settings are set to use Landscape.jpg). I went and changed some of the code in Viewtype_PanelLandscape.xml to use it and it now looks like it's (I assume) it's supposed to. Line 34: Code: $INFO[Container(57).listitem.icon]</texture>Code: $INFO[Container(57).listitem.path,,landscape.jpg]</texture>Line 74: Code: $INFO[ListItem.Icon]Code: $INFO[ListItem.Path,,landscape.jpg]Line 153: Code: $INFO[ListItem.Icon]Code: $INFO[ListItem.Path,,landscape.jpg]I've noticed it for a good long while now and just thought that's how it was supposed to look. It just dawned on me it was called "LandPanel" which probably meant landscape panel . After making those changes I see the landscape images fit perfectly and now makes more sense. It looks much nicer now ![]() Also this LandPanel view shares the same Now Playing window problem that I reported with the Banner Panel view (it's missing). Panel view under Movies does have the Now Playing window in the corner however. Thanks again mcborzu - Maxoo - 2010-12-21 16:44 I miss your last avatar McBrozu ![]() Anyway, thanks for the updates ! - mcborzu - 2010-12-22 00:41 12/21/2010 -Fixed Landscape w/Posters not showing in Season level -Fixed landscape.jpg not used in "LandPanel" -Now Playing window wouldn't show on some views -Also time overlapped Now Playing on some views - Maxoo - 2010-12-22 01:05 Is there any way you could go from three boolean option (landscape 1/0, banner 1/0, and poster 1/0) to only one option with three choices ? Like "Image in Library : Poster/Banner/Landscape" ? I think it would be a lot less confusing. |