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
Kevl
Offline

Member

Posts: 246
Threads: 26
Joined: Aug 2005
#251
2005-10-19, 08:29 PM
Having explanatory text on screen can significantly improve usability for non technical users. The wife might well be pc literate and might guess the functions of symbols but when the wife's aged mother visits she might be less able to identify the functionality.

A significant point of an HTPC is to allow control of a very complex AV setup through a simple user interface with a single remote. That is one reason I have been playing with this stuff for so long. The hope of getting the same quality output that my very complex AV gear can give through 1 UI with 1 remote.

I remember trying to explain how my gear worked to a non tech savvy user. Set input 3 to aux, enable AV1 using remote 6, press green button on remote 4 etc etc. I might as well have been talking chinese (said aged relative is not a native chinese speaker) - nightmare.

Having text which explains functionality on a main screen is a really good idea.

I would rather see the space on the screen used for explanations. Keep the info panels telling me what the weather is like on the moon to submenus etc.

Just my humble opinion.

Kev
daphatty
Offline

Posting Freak

Posts: 1,032
Threads: 85
Joined: Feb 2005
#252
2005-10-19, 10:48 PM
dottore Wrote:a new approach....

i think, it works with every background, exept light ones.

Refreshing, but I like your original concept a little more. It just felt... sexier?
Torque
Offline

Senior Member

Posts: 712
Threads: 68
Joined: Jan 2005
#253
2005-10-20, 12:06 AM
I got the GBPVR logo in there... might be a little much with both the watermark and in the lower left corner... anyway here's a sample:
MY PVR:
OS: Windows 7 Home Premium
Hardware: Silverstone LC13-E, Athlon II 250, Asrock 785GMH, 2GB Corsair RAM, 250GB WD HDD, 1TB WD Black, Hauppauge PVR-150 MCE tuner (s-video to Dish STB), HDHomeRun (ATSC x2), MCE2004 for Rx, USB-UIRT for Tx, Sony VL600 Remote, 36" Sony Wega HD CRT on DVI to embedded ATI HD4200.
TV Service: Dish Network and Antenna Pics 'n Details
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#254
2005-10-20, 05:51 AM
Yes, I think the watermark can be skipped.
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
reefboy
Offline

Member

Posts: 188
Threads: 50
Joined: Dec 2004
#255
2005-10-20, 03:20 PM
Torque,
Very nice! Looks very polished & clean! Nicely done.

Is that in widescreen format?
AMD Athlon XP 2500+, Asus A7V8X-X, 1 gb Ram, 7600 GT, Hauppauge WinTV-PVR-250 & Hauppauge WinTV-PVR-150, 1.5 Terabyte Seagate HD, XP Pro
Torque
Offline

Senior Member

Posts: 712
Threads: 68
Joined: Jan 2005
#256
2005-10-20, 04:46 PM
@reefboy, no, it's in the regular 720x480.

@tipstir, the only changes that need to be made for the different color schemes are setting the background image filename and the 2nd hex color value for the highlighted button. I think your utility could probably do that?
MY PVR:
OS: Windows 7 Home Premium
Hardware: Silverstone LC13-E, Athlon II 250, Asrock 785GMH, 2GB Corsair RAM, 250GB WD HDD, 1TB WD Black, Hauppauge PVR-150 MCE tuner (s-video to Dish STB), HDHomeRun (ATSC x2), MCE2004 for Rx, USB-UIRT for Tx, Sony VL600 Remote, 36" Sony Wega HD CRT on DVI to embedded ATI HD4200.
TV Service: Dish Network and Antenna Pics 'n Details
heikopeters
Offline

Junior Member

Posts: 30
Threads: 3
Joined: Feb 2005
#257
2005-10-20, 11:12 PM
I'm a big fan of BlueMCE2, and it looks good on the MVP
heikopeters
Offline

Junior Member

Posts: 30
Threads: 3
Joined: Feb 2005
#258
2005-10-20, 11:21 PM
In addition. One of the reasons I love gbpvr is that it replaces the ugly (but functional) mvp menu with a beautiful menu of my choosing. The flat blue reminds me to much of the default mvp, it's not wow. BlueMCE2 and Scan have wow factor with their graphics and style
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#259
2005-10-22, 06:53 AM
hey sub in the guide skin (and all of them i suppose) can you remove the special elements for the time, selectedshowdesc/title and add them as "@SelectShowDesc" to the background composite image. im using this cheap little trick like so
Code:
<CompositeImage name="Background" size="856,480">            
            <DrawImage filename="background.png" loc="0,-8" size="810,470"/>
            <DrawText text="geebo media centre" loc="66,35" size="500,24" textStyle="geebo" align="Left"/>
            <DrawText text="my music" loc="256,35" size="500,24" textStyle="title" align="Left"/>
            <DrawImage filename="@PageUpButton" loc="760,420" size ="24,22"/>
            <DrawImage filename="@PageDownButton" loc="736,420" size ="24,22"/>            
            <DrawText text="@CurrentLocation" loc="238,54" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="242,54" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="240,52" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="240,56" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="238,52" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="238,56" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="242,52" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="242,56" size="540,24" textStyle="CurrentLocation2" align="Right"/>
            <DrawText text="@CurrentLocation" loc="240,54" size="540,24" textStyle="CurrentLocation" align="Right"/>
            <DrawText text="@NoOfObjects" loc="278,32" size="500,24" textStyle="NoOfObjects2" align="Right"/>
            <DrawText text="@NoOfObjects" loc="282,32" size="500,24" textStyle="NoOfObjects2" align="Right"/>
            <DrawText text="@NoOfObjects" loc="280,30" size="500,24" textStyle="NoOfObjects2" align="Right"/>
            <DrawText text="@NoOfObjects" loc="280,34" size="500,24" textStyle="NoOfObjects2" align="Right"/>
            <DrawText text="@NoOfObjects" loc="278,30" size="500,24" textStyle="NoOfObjects2" align="Right"/>
            <DrawText text="@NoOfObjects" loc="278,34" size="500,24" textStyle="NoOfObjects2" align="Right"/>
            <DrawText text="@NoOfObjects" loc="282,30" size="500,24" textStyle="NoOfObjects2" align="Right"/>
            <DrawText text="@NoOfObjects" loc="282,34" size="500,24" textStyle="NoOfObjects2" align="Right"/>            
            <DrawText text="@NoOfObjects" loc="280,32" size="500,24" textStyle="NoOfObjects" align="Right"/>
            <DrawText text="@PageNumber" loc="630,419" size="100,24" textStyle="PageUpDown" align="Right"/>            
        </CompositeImage>
which allows me to paint a black border around white text (so you can always read it). but at the moment in the tv guide the "Time" for instance can be hard to make out sometimes (since in the PM3 skin its over an image with some white in it).

also it makes it much more flexible if everything is in the composite images.
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#260
2005-10-24, 12:17 PM
i know, i am stuck to my task-images ;-)
---------------------
www.sitecomposer.de
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (40): « Previous 1 … 24 25 26 27 28 … 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