NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 27 28 29 30 31 … 93 Next »
CommunitySkin 4 Open development thread.

 
  • 0 Vote(s) - 0 Average
CommunitySkin 4 Open development thread.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#41
2008-10-30, 12:49 AM
I am going to be adding some more definitions to the baseskin.xml file.

To increase the potential that some themes may use masks for button overlays and such, I noticed I needed Buttons added to "CommonImages"

These will be..
Code:
        <!-- Buttons -->
        <CommonImage name="ButtonNormal">
            <DrawImage filename="..\_CoreImages\Button_Normal.png" loc="0,0" size="100,100"/>
        </CommonImage>
        <CommonImage name="ButtonSelected">
            <DrawImage filename="..\_CoreImages\Button_Selected.png" loc="0,0" size="100,100"/>
        </CommonImage>
        <CommonImage name="ButtonSelectedInactive">
            <DrawImage filename="..\_CoreImages\Button_Selected.png" loc="0,0" size="100,100"/>
        </CommonImage>
        <CommonImage name="ButtonPopupNormal">
            <DrawImage filename="..\_CoreImages\ButtonPopup_Normal.png" loc="0,0" size="100,100"/>
        </CommonImage>
        <CommonImage name="ButtonPopupSelected">
            <DrawImage filename="..\_CoreImages\ButtonPopup_Selected.png" loc="0,0" size="100,100"/>
        </CommonImage>
        <CommonImage name="ButtonPopupSelectedInactive">
            <DrawImage filename="..\_CoreImages\ButtonPopup_Selected.png" loc="0,0" size="100,100"/>
        </CommonImage>

This will allow more flexibility in the future. We don't currently use different images natively for SelectedInactive buttons as few plugins use these.
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]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#42
2008-11-04, 05:01 PM
I was waiting until this latest release of gbpvr to really tackle the next step. The innovations created by the "Slick" skin, along with new skinning elements for background images are going to present a lot of possibilities and benefit creativity.

I have reviewed a few skin xml's and I need to change up a bit of the legacy plugins and am currently working on that.

Anyone is welcome to poke around with the other features of "Slick" and come up with working counterparts for the CommunitySkin.

I have also opened up a Google.code page for this project. Don't know how or if it will be used (I have no clue right now).
http://code.google.com/p/communityskin-for-gbpvr/

If you want to be added as a project owner just PM me.
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]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#43
2008-11-04, 07:48 PM
My 1st thoughts are to work on the xmls and a set of (hairy's?) images for a default theme. Other themes and a new skin plugin can come later.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#44
2008-11-06, 07:01 AM
McBainUK Wrote:My 1st thoughts are to work on the xmls and a set of (hairy's?) images for a default theme. Other themes and a new skin plugin can come later.

Yep sounds good, although there might have to be a few decisions about how to handle some of the new stuff introduced with this release (separate main menu backgrounds, metadata layout from slick, etc).

On that note I've had limited success messing around with the new main menu layout options, any chance of some of the xml code monkeys knocking up some working examples. Does the new horizontal menu type handle background masks like the vertical does?

On the graphics end, I've been working away on the CS_Blue idea I posted here last month. Again I'll say, if anyone else wants to chip in please just let me know Smile
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#45
2008-11-06, 12:15 PM
Hariy - if I said I wanted to have 1 theme (or range of themes) which one would you say to use. Reflect, Cast or Wave? Which one is the latest?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#46
2008-11-06, 12:31 PM
What do you think of this for a SVN structure?

#INSTALL
All files related to the creating the installer setup.exe
eg
- NSI script
- icons, images and logos
- readme/license/contributers & acknowledgments files

#PLUGIN
All files that would go into gbpvr/plugins/SkinPlugin
eg
- plugin dll
- helper dll
- helper exes
- config dlls
- plugin images
- current theme xml file

##RESOURCES
All images, xmls and themes that will be distributed with the default install.
Other themes and images will be handled and stored seperatly due to licensing and file size considerations.

#SKIN
All XML files for the plugins and default GB-PVR screens.

##GBPVR
All files that would go into gbpvr/skin/CommunityX

###_CoreImages
All these folders will have the default theme files.

##PVRX2
All files that would go into gbpvr/skin2/CommunityX

###_CoreImages
###_TaskImages
###_SpecialImages
All these folders will have the default theme files.

(# mark folders)
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#47
2008-11-06, 01:49 PM
McBainUK Wrote:Hariy - if I said I wanted to have 1 theme (or range of themes) which one would you say to use. Reflect, Cast or Wave? Which one is the latest?

Do you mean as a default theme for the new CS+plugin installer? If so then I thought the idea was to develop a default theme (CS_Blue posted on the first page here). I've been working away on that and my personal preference would be to use that. If you guys want to get a wriggle on then give me a couple of days and I'll try to tie it together.

If you mean personally, then none of them they're all sh1te. They all need to be re-done Big Grin

I know it looks like I've been really quite since "wave" (5 months now :eekSmile, but I've been working away here on the basics. I can't say I like too much anything I've released so far, so I wanted to see if I could improve the way I went about it, doing this default theme is part of that for me.
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#48
2008-11-06, 01:53 PM
Code:
##GBPVR
All files that would go into gbpvr/skin/CommunityX

I won't pretend that I really understand SVN structures Smile, but couldn't we maybe drop this, since sub is fazing this out?
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#49
2008-11-06, 01:54 PM (This post was last modified: 2008-11-06, 02:00 PM by McBainUK.)
It's just for testing the "open source - anyone can build it" stuff at the moment. Thought it would be best to use the latest theme.

I can't see CS4 being ready in a couple of days, so there's no rush on CS_Blue! Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#50
2008-11-06, 01:56 PM
Hairy Wrote:
Code:
##GBPVR
All files that would go into gbpvr/skin/CommunityX
I won't pretend that I really understand SVN structures Smile, but couldn't we maybe drop this, since sub is fazing this out?
We have dropped the GBPVR default screens that use this type of skin. But there are plenty of legacy plugins (Screensaver, Solitaire for example) that use the older skin code - so it's there for that. CS4 will not work on gbpvr.exe!
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (12): « Previous 1 … 3 4 5 6 7 … 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Test/Development environment for npvr.db3 scJohn 10 4,406 2020-09-04, 09:14 PM
Last Post: scJohn
  Web Client: Slow with separate thread and date not obscured cncb 32 16,043 2016-10-10, 02:01 PM
Last Post: mvallevand
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 2,949 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,802 2013-06-08, 06:14 PM
Last Post: sub
  Open Source Mheg+ Graham 0 1,445 2012-11-30, 06:32 PM
Last Post: Graham
  Integrated Development Environment (IDE) for plugins osx-addict 5 2,790 2012-10-18, 08:35 PM
Last Post: osx-addict
  New to skins development dspdrew 1 1,351 2010-10-24, 11:22 AM
Last Post: sub
  Webservice API to support Android App development Barsk 4 3,304 2010-10-19, 07:31 AM
Last Post: Barsk
  New to plugin-development - what language/IDE to use? mila06 10 4,302 2010-08-17, 02:44 AM
Last Post: sub
  NPVR plugin development McBainUK 8 3,053 2010-07-14, 06:13 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode