NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 13 14 15 16 17 … 125 Next »
Preview of my new skin

 
  • 0 Vote(s) - 0 Average
Preview of my new skin
Alienchild
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Mar 2008
#1
2008-03-19, 10:36 PM
Hi all!

I just downloaded and tested gbpvr yesterday, and found it to be a fantastic piece of software. Being a programmer myself I can appreciate the hard work that's behind a program like this, and the fact that it is free is absolutely amazing. As a thank you, I thought it contribute to the community by creating a skin (since my programming skills couldn't be of much use in this field), having played around in photoshop for quite a few years. The design is aimed for 1920x1080, although I have yet to actually input those variables in any XML file (I guess I'll find out as I go). Below are a couple of screenshots of the work I've done thus far. Hopefully you can provide me with some constructive criticism, so that I can improve it before it's released.

NB: On the second image, I've yet to move the buttons in the downright corner Wink

[Image: preview.jpg]

[Image: preview2.jpg]

Oh, and if anyone can provide me with a tip on how to change the background image when I move into a menu, that would be great!
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#2
2008-03-19, 11:18 PM
Alienchild Wrote:As a thank you, I thought it contribute to the community by creating a skin (since my programming skills couldn't be of much use in this field), having played around in photoshop for quite a few years. The design is aimed for 1920x1080, although I have yet to actually input those variables in any XML file (I guess I'll find out as I go).

Oh, and if anyone can provide me with a tip on how to change the background image when I move into a menu, that would be great!

The background image does not change from screen-to-screen or moving to-and-from a list. There is no mechanism to do so.

Good looking work.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#3
2008-03-20, 01:54 AM
Looks really, really good !!

One might consider adding this to the Community Skin 3 lineup once it is completed?Big Grin
_______________________________
Drugstore_Cowboy
Alienchild
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Mar 2008
#4
2008-03-26, 06:47 PM
Fatman_do: That's a shame really Sad

drugstore_cowboy: Thank you, and sure I can add it wherever when I'm done. I'll supply the photoshop file(s) as well, so others can modify and make their own version.

Back from easter vacation, sorry for the late reply. I've been playing around again, and wasn't very pleased with the design of the earlier one. I've made one design now with three variations, but I am still fiddling around with placements and color. I do have a couple of questions though;

* When you open up for instance Video Library, there is a transparent rectangle behind the different objects in the lists (turning green when you select something); is it possible to set their alpha level? I can't seem to find that anywhere.

* I can't seem to figure out where I set the pixel size of my background image. Right now I can see it being stretched. The tags I've modified to get the image up in the first place is in the baseskin.xml file, and is as follows;
<CompositeImage name="ScreenBackground" size="100,100">
<DrawImage filename="background.jpg" loc="0,0" size="100,100"/>
</CompositeImage>

Here's a preview of my new skin(s), hope you like it Smile

[Image: skinspreview.jpg]
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#5
2008-03-26, 08:34 PM
you can set the transparency of rendered objects, however you will have to modify images yourself. I forget how though... its been a while since I have had time to play with my skin Sad

as for the pixel size of the background, that isnt how things work anymore, everything is done as a % of the screen, however you can force preservation of the aspect ratio (once again I forget how...)

you could probably find the answers with a forum search Smile
sub Wrote:Are you trying to make sure I get nothing done today?
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#6
2008-03-26, 10:47 PM
Alienchild Wrote:* When you open up for instance Video Library, there is a transparent rectangle behind the different objects in the lists (turning green when you select something); is it possible to set their alpha level? I can't seem to find that anywhere.

You will find this controlled in the baseskin.xml file.

You will see at the bottom of the file, various lines like this..
Code:
<DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1" borderWidth="0"/>

These are xml codes and the colors are defined in the top portion of the file.
Code:
<NamedColor name="ListNormal" color="#15FFFFFF"/>
<NamedColor name="ListSelected" color="#4500FF00"/>
<NamedColor name="ListSelectedInactive" color="#2500FF00"/>

Alienchild Wrote:* I can't seem to figure out where I set the pixel size of my background image. Right now I can see it being stretched. The tags I've modified to get the image up in the first place is in the baseskin.xml file, and is as follows;
<CompositeImage name="ScreenBackground" size="100,100">
<DrawImage filename="background.jpg" loc="0,0" size="100,100"/>
</CompositeImage>

There no longer is a size declaration for the background size. It will pull in background.jpg from the menu folder. The screen will be drawn at the display resolution. The size values you see are based on %. size="x%,y%" of screen, then nested sizes are % of the parent.

I don't want this to sound like I a hawking the community skin, but it was designed with graphics users in mind. You may want to download it and look at it. You can replace whatever images in the \_CoreImages folder you want and have instant results. Then, tweaking the xml will be easier.

Just a suggestion.

I also started a CommunitySkin skinning thread in the documentation forum. Even if you don't start with that skin, it may answer some of your questions.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
ajst2duk
Offline

Member

Posts: 56
Threads: 6
Joined: Mar 2008
#7
2008-03-26, 11:16 PM
Just want to chip in to say how cool this looks - I like the passion going on with this software
Alienchild
Offline

Junior Member

Posts: 10
Threads: 3
Joined: Mar 2008
#8
2008-03-27, 12:21 PM
thanks alot Fatman, I will poke the community skin a bit and see what results I get. I've also got to learn to read documentation Wink, so I'll take the long road of reading through your tutorials.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#9
2008-03-27, 01:05 PM
You can probably skim through most of it.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
nbarsley
Offline

Member

Posts: 242
Threads: 36
Joined: Oct 2006
#10
2008-03-28, 08:09 PM
I wish I was artistic. Sad
P4 2.4b Northwood - 1 Gig RAM - PVR 150 - Sapphire 2600XT AGP - HDA X-Mystique 7.1 Dolby Digital Live -> Samsung HT - USB-UIRT, USB-> 2 Playstation Controller Adaptors - NEC ND-3550A Burner
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Search Skin Problem Northpole 12 24,118 2011-07-10, 08:24 PM
Last Post: Northpole
  Vertical Menu skin question Northpole 4 4,036 2010-12-11, 05:12 PM
Last Post: Northpole
  Skin documentation dspdrew 14 7,740 2010-10-25, 07:09 AM
Last Post: Hairy
  What are your skin preferences? Hairy 22 10,382 2010-10-06, 11:36 AM
Last Post: Hairy
  Blue Skin: Recordings - Include Program Description ralphy 4 3,571 2010-05-17, 01:32 AM
Last Post: ralphy
  'Videos' Plugin for GB-PVR (Preview 1) - amazing youtube video must see! tvshowman 21 12,026 2010-02-13, 11:55 PM
Last Post: reven
  Slick skin pictures Pob 4 3,157 2009-12-21, 10:41 PM
Last Post: Pob
  Aeon Project skin port for GBPVR mvallevand 18 11,626 2009-10-31, 12:21 PM
Last Post: CornStopper
  Slick skin - task image tm12 3 2,924 2009-09-11, 10:09 AM
Last Post: tm12
  Updating a new skin.xml mvallevand 2 2,556 2009-09-03, 09:04 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode