NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information NextPVR Announcements v
« Previous 1 … 6 7 8 9 10 11 Next »
Help make new default skin

 
  • 0 Vote(s) - 0 Average
Help make new default skin
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#81
2005-10-03, 12:21 PM
and, another thought. If the new skin use round shapes (like the GBpvr logo), there should be both a NTSC and PAL version of the skin.
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#82
2005-10-03, 12:22 PM
daphatty Wrote:I'd prefer blue over red (personal preference really)

So does my tv Wink
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
Kevl
Offline

Member

Posts: 246
Threads: 26
Joined: Aug 2005
#83
2005-10-03, 08:05 PM
Surely the PAL NTSC thing is irrelevant????? When an app goes full screen then windows scales it to fit full screen. If the output of the VGA card is taken to a TV then 480 lines or 576lines is then appropriate and the 720x480 or 720x576 etc screen res must be set (using powerstrip or otherwise - for the windows desktop). For a HD plasma or DLP projector then 720lines might be a better match.

But windows scales the skin anyway. The problem (i suggest) is that the typical skin for GBPVR has too low a resolution. 1280 x 720 might be better as the 480line skins looks a bit ragged on my PAL TV so it must look really bad on a 720line HD screen. If the default skin size became 1280 x 720 then it would scale down to 720x480 (or whatever) for TV use and still look good on high res screens.

Not sure about the 4:3 and 16:9 aspect ratios should be handled though. Mediaportal skins are available in two aspect ratios.

Is it possible to make skins use relative positions rather than an absolute pixel counts for the embedded fonts, pictures etc.

Eg string "hello world" is defined to start 10% in X direction and 20% in y direction?

Pls note the above comments are from someone who knows nothing about skinning apps :-)

Kev
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#84
2005-10-03, 08:16 PM
Quote:Is it possible to make skins use relative positions rather than an absolute pixel counts for the embedded fonts, pictures etc.

Eg string "hello world" is defined to start 10% in X direction and 20% in y direction?
yeah, in hindsight it would have been good to do something like this, but we're too far down the track now so its not going to be changed.
Kevl
Offline

Member

Posts: 246
Threads: 26
Joined: Aug 2005
#85
2005-10-03, 08:38 PM
If the skins are xml txt files then a small parsing app to convert string coordinates from absolute pixels to realive X, Y % coordinates would be very easy to do. Such an app would determine the existing skin size, perform the trivial coordinate transformation and spit out a new xml file to the new format. I could probably write a text file converter to achieve this in a few hours. I will be happy to do so if it would help. This would preserve the fine skins already available for GBPVR.

If improvements to skins is needed now then this might be the time to do it.

Obviously my initial attempts at this will produce trashed skins with text and buttons all over the place. This might be useful for a screen saver to prevent screen burn. Simply invoke the conversion app after say 5mins and voila text randomly moves about the screen :-)

Kev
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#86
2005-10-03, 08:41 PM
Nah, its not that simple, its all the underlying stuff thats the problem. I think you'll have let go of this idea...sorry.
nkh
Offline

Senior Member

Posts: 418
Threads: 14
Joined: Jan 2004
#87
2005-10-03, 08:41 PM
Kevl Wrote:Surely the PAL NTSC thing is irrelevant?????

Maybe? I dunno.. I find it a bit annoying that the GBpvr logo on the main menu is oval and that the album pictures in the MyMusic plugin is taller than they're wide (they whould be square). In MyPictures I have set Width Ratio so the pictures doesn't look too twisted.

It's most noticeble if you try to make skins with large circles Wink
Nicolai [SIZE="1"]- http://www.nk-h.dk
Current htpc - Asus N4L-VM DH, Core Duo 2GHz, 2GB RAM, Hauppauge PVR-500 mce, Twinhan DVB-C CI, TerraTec Cinergy 1200 DVB-C, nVidia 8800 GTS (using S-video tv-out), decoding dvb-c with ACamd 0.5.0.9, Yanksee and a Viaccess card from YouSee.[/SIZE]
Kevl
Offline

Member

Posts: 246
Threads: 26
Joined: Aug 2005
#88
2005-10-03, 08:56 PM
nkh

I think the problem you are describing is down to aspect ratio. For 4:3 and square pixels with 576lines the horizontal pixel count needs to be 576*4/3 = 768 pixels. for 16:9 it needs to be 576*16/9 = 1024 pixels. (I think)

Since GBPVR's skins are 720x480 then you get distortion and circles appear as elipses.

For optimal circles the skin aspect ratio needs to match the display aspect ratio.

Kev
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#89
2005-10-03, 08:59 PM
I saw something in all skins, that really disturbs me. You all create skins with menutext that are arranged leftside:

TV
BLA
BLUBB
BLA

Why don't center the Button-Text?

TV
1234
123456

I tested the center align by myself and it works exzellent. It's an idea, no order ^^
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#90
2005-10-03, 09:01 PM
Hmpf, my last description wasn't centered. I am sure, you know, what i mean Smile
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (40): « Previous 1 … 7 8 9 10 11 … 40 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode