[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development) | 18. Jan 2010 Popcornhour C-200 Manual

Firmware Updates C-200 [26 Aug 2010] | A-200 [14 May 2010] | A-100 [13 Aug. 2010] | A-110 [18 Aug. 2010] | B-110 [23 Apr. 2010]

Just got your NMT | WIKI has the answers | Search the forum BETTER | Forum Rules/Policy | Firmware & Official NMT News


1 user browsing this thread: (0 members, and 1 guest).

Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Oversight Jukebox Skins
03-12-2010, 12:01 PM (This post was last modified: 03-12-2010 12:14 PM by lordy.)
Post: #1
Oversight Jukebox Skins
This thread is for discussion related to skins for the Oversight Jukebox.

Oversight NMT Hands-Free No-PC Jukebox / Unpak Script|Zebedee-nzbget on TV|FeedTime-nzb grabber
nmt©lordy,org,uk-please no PMs that should be forum posts,tx
Find all posts by this user
Quote this message in a reply
 Thanks given by: Japo
03-12-2010, 12:45 PM (This post was last modified: 03-12-2010 12:46 PM by tiefling.)
Post: #2
New OverSight 'blu' skin
I finally got sat back down in front of my Mac last night and got some more work done on the oversight skin, which is being renamed to 'blu'. I have managed to shrink down the skin content, removing unnecessary files, and had a revelation on most of the issues that were blocking me before when I realised that most of my template files were still referencing the 'alt' skin folder (insert Homer Simpson style expletive!). Anyway, to save my wittering, here's what you can expect from the new skin, in the way of a change log from the beta version...

Menu Page (blue gradient toolbar) - done
Movie page (respacing and structure) - done
Movie page (color theme alterations) - done
TV Season page (respacing and structure) - done
TV Season page (color theme alterations) - done
TV Season page (Episode title now displayed before plot instead of replacing genre) - done
TV Season page (Episode date now separate field)
TV Season page ('new' items no longer italicised) - done

TV Season page (list background to be changed to semi transparent) - pending
Menu Page (border issues for 'new' items) - pending (reverted some of this last night because it looked pants on Gaya)
TV boxset page (complete redesign based on new menu page) - pending
Global icon replacement - pending

TV Season page (fix display issues on browser) - v1.1
Code cleanup and final rationalisation (boring stuff for most people)

I'm going to try to put up some screenshots of the Menu and Movie pages, with the new icons, tonight with the TV Season page to follow soon after. At this point I may release a beta 2 version of the skin, with an update later for the new TV boxed set page, it all depends how long it takes to put the new page together. Either way, I hope to have either v1.0 or Beta 2 uploaded to Omertrons site sometime over the weekend.

@lordy - Thanks for the new thread!

Angle Only Fallen Angels can sing this loud!

Popcorn Hour C-200
Sony DB2400ES
Sony 40" Bravia
iMac
Find all posts by this user
Quote this message in a reply
03-12-2010, 02:58 PM
Post: #3
RE: Oversight Jukebox Skins
@tiefling,

Looking forward to it.
I've need help in testing, i'm up for it.

Cheers,
Espresso

NMT: C-200, 2.5" 320GB WD3200BEKT... NAS-->NMT-->HDMI-->AVR-->HDMI-->TV
A-110, 3.5" 2T WD20EADS
NAS: Synology CS407e, DSM 2.2-0959, 3x2TB WD20EADS, RAID 5
Router: SiteCom 300N XR
TV: Samsung UE46B8000
AVR: Harman/Kardon AVR 355
Game: XBOX 360

Find all posts by this user
Quote this message in a reply
03-12-2010, 10:54 PM (This post was last modified: 03-12-2010 11:00 PM by tiefling.)
Post: #4
RE: Oversight Jukebox Skins
(03-12-2010 02:58 PM)espresso Wrote:  @tiefling,

Looking forward to it.
I've need help in testing, i'm up for it.

Cheers,
Espresso

Any testing would be greatly appreciated - I hope to have a release posted up on Omertrons site tomorrow.
As promised, here are the preview screenshots for the new skin. Firstly, here's the new main menu page...

TV view...
[Image: main_menu.png]

Movie view...
[Image: main_menu_2.png]

And here's the movie page...
[Image: movie_page.png]

I'll post up a selection of TV view screenshots and the beta 2 release package link once I've fixed the browser display bug on the TV page - It's working fine on Gaya now (and looks sweet - new dynamic features and all!) but I can't get a decent screenshot yet (insert sadness). Hopefully I'll get this up tomorrow at some point.

Angle Only Fallen Angels can sing this loud!

Popcorn Hour C-200
Sony DB2400ES
Sony 40" Bravia
iMac
Find all posts by this user
Quote this message in a reply
03-13-2010, 12:52 AM (This post was last modified: 03-13-2010 01:30 AM by tiefling.)
Post: #5
Oversight 'blu' skin - TV Page Previews
On a roll today, or so it would seem! I have got the TV page working both in browser and on Gaya at last, so here's the screenshots. This is the area that I have probably tweaked with the most. The items listed on the screenshots are all unwatched (green), but watched items appear in red and new items are white. TV listing background continues the transparency from above if transparency is enabled else the background will be black.

This is the standard view when you first load a TV Season page, note the change in date location, season text placement and the 'Show Summary' subheading before the plot...
[Image: tv_page_1.png]

On hover over of an episode the screen will change, showing the episode date in a separate field and the episode title is prepended to the episode plot.
[Image: tv_page_2.png]

Not shown here, is that the buttons (only shown on Gaya) above the poster will no longer 'jump' when moving over episodes. I managed to fix that with a little tweaking.

@lordy - I fixed the browser display issue (I don't know if this is all browsers or Safari specific) - If you want to apply the same fix to the alt skin for a later release, code is as follows around the [:POSTER:] tag area...

Code:
<table width=100% class=main >
[:IF($@gaya):]
[:ELSE:]
        <tr valign=top height=100%></tr>
[:ENDIF:]
        <tr valign="bottom" class=main>
            <td class=main width=1% >
                [:POSTER:]
            </td>

The skin is now available for download from...

Download Oversight Blu

Angle Only Fallen Angels can sing this loud!

Popcorn Hour C-200
Sony DB2400ES
Sony 40" Bravia
iMac
Find all posts by this user
Quote this message in a reply
03-13-2010, 02:16 AM
Post: #6
RE: Oversight Jukebox Skins
@tiefling, I like it. Looking good Smile

Let me know anything you want doing. eg more options with the TV grid etc.

I'm really tempted to add some round corners and dvd boxing options to the dvd covers but there are some more functional things to look at first.

(if anyone's interested that requires some shell script + netpbm package in ./bin/jpeg_fetch_and_scale )
http://code.google.com/p/oversight/sourc..._and_scale

Will give it a spin tomorrow...

Oversight NMT Hands-Free No-PC Jukebox / Unpak Script|Zebedee-nzbget on TV|FeedTime-nzb grabber
nmt©lordy,org,uk-please no PMs that should be forum posts,tx
Find all posts by this user
Quote this message in a reply
03-13-2010, 02:54 AM
Post: #7
RE: Oversight Jukebox Skins
Wow, it certainly looks great, tiefling!
Finally Oversight is getting some skinning that's fitting to it's superb functionality. Hopefully more will follow, as will some skin developers.
This might save lordy some time for functional development, as well.
Again kudos to all who help make Oversight the great application it is!Smile


PCH-A100 (FW 01-17-100317-15-POP-402-000) (00-17-091216-15-POP-402 NMT Apps)
Philips 28PW9611/01 PAL SD, connected with Composite

Old skoolCool
Find all posts by this user
Quote this message in a reply
03-13-2010, 08:16 AM
Post: #8
RE: Oversight Jukebox Skins
Great stuff Tiefling!

Tested it and it looks good Smile.

Couple of points though:

  1. In the Series detail view on gaya next to the rating, it is always showing (unknow) on the browser it shows me my NAS share
  2. In the series detail, let take an example Saturday night live, if there's not detail on the episode, the whole frame where it displays the name of the series movies to the right, thus away from the poster of the series, distorting things
  3. On gaya the blue top frame is nice, but maybe too strong and stands out, think if we let it blend with the background it would be more suttle and nicer (same as with your initial oversight skin dev)
  4. There was an enchantment request with Lordy, that in the series view, to have shortcut to the episodes that example pressing 1 would the cursor to 1, 24 to episode 24 as an example. Is it something you can do, or is this in the core and Lordy has to do it?


Keep up the good work,
Espresso

NMT: C-200, 2.5" 320GB WD3200BEKT... NAS-->NMT-->HDMI-->AVR-->HDMI-->TV
A-110, 3.5" 2T WD20EADS
NAS: Synology CS407e, DSM 2.2-0959, 3x2TB WD20EADS, RAID 5
Router: SiteCom 300N XR
TV: Samsung UE46B8000
AVR: Harman/Kardon AVR 355
Game: XBOX 360

Find all posts by this user
Quote this message in a reply
03-13-2010, 09:35 AM (This post was last modified: 03-13-2010 09:38 AM by Atinkler.)
Post: #9
RE: Oversight Jukebox Skins
Tiefling - thanks for this great skin

I have it up and running and love the look... however, I hope you'll accept my meer user opinion.. I'm not liking the icon for home

BUT I am liking the show summary text, colour, I agree with espresso that the toolbar is a bit to dark and maybe the Oversight A-110 text is too large

Could the watched/movie/genres selections be made bigger?
Find all posts by this user
Quote this message in a reply
03-13-2010, 12:20 PM
Post: #10
RE: Oversight Jukebox Skins
After further tests I've had a few black screen lock ups.. not saying it has anything to do with the skin but can anyone else let me know if they have issues?

It has happened twice and I THINK it happened when I pressed up direction on the TV page when the cursor was already on home or back.
Find all posts by this user
Quote this message in a reply
03-13-2010, 12:30 PM
Post: #11
RE: Oversight Jukebox Skins
(03-13-2010 08:16 AM)espresso Wrote:  >> There was an enchantment request with Lordy, that in the series view, to have shortcut to the episodes that example pressing 1 would the cursor to 1, 24 to episode 24 as an example. Is it something you can do, or is this in the core and Lordy has to do it?

Hi , this is tied in to the Tv grid.
I am thinking of a way to make the contents more accessible to skinners.
(after next stable)

Oversight NMT Hands-Free No-PC Jukebox / Unpak Script|Zebedee-nzbget on TV|FeedTime-nzb grabber
nmt©lordy,org,uk-please no PMs that should be forum posts,tx
Find all posts by this user
Quote this message in a reply
03-13-2010, 03:40 PM
Post: #12
RE: Oversight Jukebox Skins
gone back to oversight skin - had black screen on blu for a 3rd time .. again happens when I pressed up on TV detail page. will update if this happens again
Find all posts by this user
Quote this message in a reply
03-13-2010, 06:53 PM (This post was last modified: 03-13-2010 07:13 PM by tiefling.)
Post: #13
RE: Oversight Jukebox Skins
(03-13-2010 03:40 PM)Atinkler Wrote:  gone back to oversight skin - had black screen on blu for a 3rd time .. again happens when I pressed up on TV detail page. will update if this happens again

Which Oversight version are you using? Can you give me a bullet point list of how to reproduce the problem so I can see if it's anything on my end?
(03-13-2010 09:35 AM)Atinkler Wrote:  Tiefling - thanks for this great skin

I have it up and running and love the look... however, I hope you'll accept my meer user opinion.. I'm not liking the icon for home

BUT I am liking the show summary text, colour, I agree with espresso that the toolbar is a bit to dark and maybe the Oversight A-110 text is too large

Could the watched/movie/genres selections be made bigger?

New Home icon added to list for v1.0 - I haven't been able to find anything I like 100% either, this was kind of 'best I could do at short notice' attempt.
(03-13-2010 08:16 AM)espresso Wrote:  Great stuff Tiefling!

Tested it and it looks good Smile.

Couple of points though:

  1. In the Series detail view on gaya next to the rating, it is always showing (unknow) on the browser it shows me my NAS share
  2. In the series detail, let take an example Saturday night live, if there's not detail on the episode, the whole frame where it displays the name of the series movies to the right, thus away from the poster of the series, distorting things
  3. On gaya the blue top frame is nice, but maybe too strong and stands out, think if we let it blend with the background it would be more suttle and nicer (same as with your initial oversight skin dev)
  4. There was an enchantment request with Lordy, that in the series view, to have shortcut to the episodes that example pressing 1 would the cursor to 1, 24 to episode 24 as an example. Is it something you can do, or is this in the core and Lordy has to do it?


Keep up the good work,
Espresso

OK - Step by step...

1) Is this happening when loading the Series detail page for the first time or is it when hovering over a series title. If hovering over an episode title, then that means that the episode does not have an episode date (the date is displayed here normally).
2) I don't have any data to recreate this, but by 'no detail'. what fields would be populated? Is there no plot or no plot or title? This may give me some pointers
3) How do you think we could improve on this? I could make the colour slightly darker, alternatively if I can find an appropriate variable to link it to I could make it configurable as to whether the background image is shown or not for the header. As another option, what I may well do is split it into two skins ('blu' being as it is now with the new TV boxed set page which I finished today and 'oversight' having a slightly different background, same icons and layout, no blue bar, and full page TV boxed set fanart (which blu currently has but won't when the new page comes out). If I do this then 'oversight' will probably be released about a week after the final release of 'blu'
4) Yep - This is a dev request

I've got some post-it notes stuck to my Mac at the moment with tweaks and issues that I'm looking at at the mo so when you get me more info I'll try and fix these issues.
(03-13-2010 02:16 AM)lordy Wrote:  @tiefling, I like it. Looking good Smile

Let me know anything you want doing. eg more options with the TV grid etc.

I'm really tempted to add some round corners and dvd boxing options to the dvd covers but there are some more functional things to look at first.

(if anyone's interested that requires some shell script + netpbm package in ./bin/jpeg_fetch_and_scale )
http://code.google.com/p/oversight/sourc..._and_scale

Will give it a spin tomorrow...

Gaya is my pain!

I've just finished the new matching TV boxed set view; I've been trying to make the fanart image display as a div in the far corner but Gaya won't support CSS layering. Looks lovely on my browser (insert sadness), but never mind! If I had any wish for the Grid it would be the ability to configure poster size and layout separately for the main menu and the boxed set pages, as I would like to have smaller images on the boxed set pages. Then I can have the fanart image and series details in a side panel on the boxed set page etc. At the moment these can't be configured separately which is quite limiting.

Angle Only Fallen Angels can sing this loud!

Popcorn Hour C-200
Sony DB2400ES
Sony 40" Bravia
iMac
Find all posts by this user
Quote this message in a reply
03-13-2010, 07:30 PM
Post: #14
RE: Oversight Jukebox Skins
(03-13-2010 06:53 PM)tiefling Wrote:  Gaya is my pain!

I've just finished the new matching TV boxed set view; I've been trying to make the fanart image display as a div in the far corner but Gaya won't support CSS layering. Looks lovely on my browser (insert sadness), but never mind!


The YAMJ skinners have a lot of experience working with gaya's brokeness.
It'w worth asking in applications & technical, looking in the NMT wiki and maybe even digging around in some skins - as I'm sure there's lots of knowledge that is not documented, working around gaya 'non-features'.

Gaya can reduce your lovely css layout to spaghetti fairly rapidly.

Quote:If I had any wish for the Grid it would be the ability to configure poster size and layout separately for the main menu and the boxed set pages, as I would like to have smaller images on the boxed set pages. Then I can have the fanart image and series details in a side panel on the boxed set page etc. At the moment these can't be configured separately which is quite limiting.

Noted!

Oversight NMT Hands-Free No-PC Jukebox / Unpak Script|Zebedee-nzbget on TV|FeedTime-nzb grabber
nmt©lordy,org,uk-please no PMs that should be forum posts,tx
Find all posts by this user
Quote this message in a reply
03-13-2010, 07:41 PM
Post: #15
RE: Oversight Jukebox Skins
I am using r756

I finished watching an episode (of lost) and it automatically returned to the tv detail page. I press up as if to go from the episode number back up to the home or return buttons.

However, as you will see or probably know the cursor is already automatically set to be on these buttons

So, I'm sort of going 'up' above these buttons ... does that make sense? and when I did this (on 3 seperate occassions) the screen went black and the PCH was unresponsive and needed a hard reboot.

Since returning to 'oversight' skin this hasnt happened at all and I purposely tried to recreate my un-need up pressing Undecided

I'll keep my eye out for a home icon too
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Oversight v2.0 Testing Release r1369 lordy 148 4,460 Today 06:53 PM
Last Post: MorgothRB
  Oversight on HTPC? forza11 2 90 08-31-2010 03:13 PM
Last Post: forza11
  New Version of Ember - NMT Jukebox Builder Nuno 4 1,413 08-29-2010 03:04 PM
Last Post: AndWho
  Newbie Oversight question tossi 2 144 08-26-2010 09:06 PM
Last Post: tossi
  Oversight 2.0 - pre alpha builds lordy 101 5,988 08-23-2010 03:40 AM
Last Post: lordy
  Jukebox for A-110 & Int. HD: Oversight Tommi 5 1,325 08-20-2010 01:47 PM
Last Post: Mugen
  INSTALL MUSIC JUKEBOX 8 limp1983 1 394 08-14-2010 11:04 PM
Last Post: dc11ab
  Oversight Jukebox v1.0 lordy 1,608 91,506 08-14-2010 05:48 PM
Last Post: jactry
  Oversight URL raven219 2 306 08-12-2010 02:47 PM
Last Post: raven219
  Oversight Jukebox r571-stable lordy 1,527 142,413 08-12-2010 09:40 AM
Last Post: lordy

Forum Jump: