XBMC Community Forum
Night - A Skin for XBMC - 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 - 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 27 28 29 30 31 32 33 34 35 36 37 38 39


- hikaricore - 2010-04-18 18:26

~Landscape view still skips 1 item too far.~

hikaricore Wrote:When browsing in the landscape view and using pgup and pgdown to skip forward and back through the selection the jump is 1 too far compared to where it should be.

Let me give you an example.

These series are visible on screen:
| tv1 tv2 tv3 tv4 tv5 |

This is where the next jump takes you:
| tv7 tv8 tv9 tv10 tv11 |

Overall this is the way it works:
| tv1 tv2 tv3 tv4 tv5 | tv6 | tv7 tv8 tv9 tv10 tv11 |

tv6 is never shown on screen while using pgup and pgdown as it is completely skipped over by moving 1 show too far.

This only seems to occur in Landscape as far as I've tested. Tongue

Keep up the good work.

~Panel always resets to the top right item upon exiting view playback or playback ending~

hikaricore Wrote:When using panel mode it doesn't remember the selected location.
For example if I start playing Avatar (2nd row middle) then stop playing avatar, the selection goes to Peacock (1st row right).
It always seems to gravitate toward the top right corner and while this may just be a limitation of skinning I thought I should mention it. ^_^

Furthermore I've noticed it's even more extreme than I first caught, if I'm playing anything below the first two rows it will still return to the top right item at the beginning of the list.
Panel view always starts on the top left item when entering it from the start however so this is all a bit strange.


- mcborzu - 2010-04-18 18:52

I definitely know whats causing that behavior in Panel view, duplicate id's:

Quote: <control type="panel" id="56">
<visible>Container.Content(Movies) | [Container.Content(tvshows) + Skin.HasSetting(TVPosters)]</visible>

Quote:<control type="panel" id="56">
<visible>Container.Content(tvshows) + !Skin.HasSetting(TVPosters) + !Skin.HasSetting(TVBanners)</visible>

Quote:<control type="fixedlist" id="56">
<visible>Container.Content(tvshows) + Skin.HasSetting(TVBanners)</visible>

Just gotta change it up...

The pageUP/pageDWN behavior little more investigating on that one.


- hikaricore - 2010-04-18 23:33

I meant to ask before but forgot. Is there a watched overlay for the files view?
I get a small red line similar to what used to show on posters and such before the X was implemented.


- mcborzu - 2010-04-19 00:00

hikaricore Wrote:I meant to ask before but forgot. Is there a watched overlay for the files view?
I get a small red line similar to what used to show on posters and such before the X was implemented.

Still thinking of something...mostly fixed Panel view code, and started on global music now playing today


- hikaricore - 2010-04-19 00:13

Okies. Couple ideas for file view watched just incase:
~ A strike-through using a semi-transparent blue line. (matching the blue used throughout the skin)
~ Darkening the item but not past the point of readability. (subtle yet effective)
~ Smaller version of the X used in other views. (probably wouldn't look great but possibly)


- mcborzu - 2010-04-19 00:21

hikaricore Wrote:Okies. Couple ideas for file view watched just incase:
~ A strike-through using a semi-transparent blue line. (matching the blue used throughout the skin)
~ Darkening the item but not past the point of readability. (subtle yet effective)
~ Smaller version of the X used in other views. (probably wouldn't look great but possibly)

Funny those are all the exact ideas I have, now it's down to getting it done...


- mcborzu - 2010-04-19 04:30

@hikaricore

Check the panel view behavior now should be good...

@ppic or anyone

I changed the logo code to "Largeimage" tell me if that worked with any display issues you might have had.


- mcborzu - 2010-04-19 05:01

Might as well set a hard date:

Friday May 14th


*could be the 7th but wouldn't count on it, Just these things take time. Probably another day to finish global music now playing, probably take 1-2 days to get everything ready for translating, etc...Plus now that the weather is nice I lose 1-2hrs every off day with grass cutting/yard work.


- hikaricore - 2010-04-19 05:10

mcborzu Wrote:@hikaricore

Check the panel view behavior now should be good...

@ppic or anyone

I changed the logo code to "Largeimage" tell me if that worked with any display issues you might have had.

Panel view is fine now thanks.

But ewww background image loading on titles. Tongue
On newer builds these load incredibly slow each and every time.
(they're forcing dds image conversion in svn which is likely the cause)


- mcborzu - 2010-04-19 05:56

I didn't notice any difference, I'm on 28202 (pre-merge) though. Actually I was getting a small hiccup cause they weren't background loaded seemed smoother with "largeimage" for me at least.