NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 26 27 28 29 30 … 56 Next »
"Community Skin" testers needed.

 
  • 0 Vote(s) - 0 Average
"Community Skin" testers needed.
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#41
2006-08-24, 08:47 PM
Jeff Wrote:By the way, if the only plug-ins using GeneralText and SelectedGeneralText were mine, they are not hard coded. They are defined in the skin file and can be changed.

Jeff

It is Sub that hardcoded the text in Search. :-(
It used to be ListText. Probably a mistake... I hope.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#42
2006-08-24, 09:01 PM
To a lesser degree, AddressBook does also.

(SelectedGeneralText and GeneralText)

It is really limited and shouldn't be a factor in any case. The sizes for texts are restricted, and if you change the textstyle names, the plugin uses textstyle "default" from baseskin.xml

I think we can work around its color values using defined colors in baseskin.xml
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
#43
2006-08-24, 09:11 PM
To tease a little more about some advanced features that will improve compatiblity.

We moved background.jpg out of the skin root. That broke the fallback method since 'Blue' xml's were looking in skin root.

I added this to the baseskin.xml file
Code:
    <CompositeImage name="ScreenBackground" size="720,480">
        <DrawImage filename="..\_CommonImages\background.jpg" loc="0,0" size="720,480"/>
        <DrawImage filename="..\_CommonImages\Title_Bar.png" loc="0,0" size="720,60"/>
        <DrawImage filename="..\_CommonImages\button_close.png" loc="685,5" size="25,25"/>
        <DrawText text="@ScreenName" loc="15,5" size="600,55" textStyle="ScreenName" align="Left"/>      
    </CompositeImage>

This will make v98+ 'blue' default plugins work with this skin.

To have the same functionality with this skin, the 98+ version will strip out those same lines in plugin files and use this instead:
Code:
        <CompositeImage name="Background" size="720,480">
            <DrawCompositeImage name="ScreenBackground" loc="0,0" size="720,480" parameters="@ScreenName=Gmail"/>
.....

PM me if you want the 98+ test version of the Gmail plugin
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]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#44
2006-08-24, 09:43 PM
Brian_W Wrote:Speaking from a non-skinner, and somewhat of a developer, I do hope you reconsider at some point in the future. You have greatly contributed to GBPVR and it would be a setback to lose your abilities and input on matters such as these.

Brian

Thanks for your comment.
The Advisor/Baseskin has all features that the Community skin has + some more. I will support the Plugin skins CommonImage naming, but it will be easier for me to change the skinfiles, than change all Themepacks and and the Advisor skin itself, so the Advisor skin will not support the SkinPlugin.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#45
2006-08-25, 01:06 PM
Updated sudoku to accomodate transparent buttons.

Also added remote control blue button hint.

It is a separate download, follow the links in the first post of this thread.
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
#46
2006-08-25, 02:50 PM
Just a reminder to anyone testing this skin, the baseskin.xml file right now is basically set up for testing and development.

Any text that is the result of selecting should be yellow.
Any non-selected text should be Light Gray.

If you spot anything different, drop a note.

Some plugins are a little more complicated and may not exactly follow this to the letter. The My Series uses various different colors to depict more than just if an item is selected. It uses colors to depict additional information like if something had been watched or not. Plugins that use that type of method do not have to follow any strict formating since those are special cases.

The default look of this skin is also open to suggestion. If the BlueMCE2 look is desired to be maintained (no yellow for that text), then the final version will be made to look like that.

If a 'Blue' version is considered better, it will reflect that design.

An entirely new look could be constructed also.

All design variants will be availible as a theme that can be chosen with the SkinPlugin to suit individual tastes.
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
#47
2006-08-28, 01:03 PM
Theater Listings skin for new version 6.6 added.

See CommunitySkinFiles wiki page for download.
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
#48
2006-09-01, 06:02 PM
Test release2 is planned for Monday-ish (check local listings in your area).

What will be new:
  • Went through all plugins and converted to CommonTextStyles
  • Installer created and needs testing (to see if I missed something).
  • Installer will "find" where gbpvr is installed on your HTPC and install skin to proper directory.
  • Installer will ask if you want to set the community skin as the current skin.
  • Installer will ask if you want run GB-PVR at the end of the installation.

Todo:
Double Check all plugins for textstyle and image naming.
Add SkinPlugin to installer as an option to install.
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
#49
2006-09-06, 01:47 AM
Fatman_do Wrote:Test release2 is planned for Monday-ish (check local listings in your area).

What will be new:
  • Went through all plugins and converted to CommonTextStyles
  • Installer created and needs testing (to see if I missed something).
  • Installer will "find" where gbpvr is installed on your HTPC and install skin to proper directory.
  • Installer will ask if you want to set the community skin as the current skin.
  • Installer will ask if you want run GB-PVR at the end of the installation.

Todo:
Double Check all plugins for textstyle and image naming.
Add SkinPlugin to installer as an option to install.

Ok, I was not able to spend as much time on this over the holiday weekend so I am a little behind. I think I have the installer all ironed out. Just have to double check as many plugins as possible and update rev levels in the xml files. Hopefully I will have something up in a few days.
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
#50
2006-09-07, 02:24 PM
http://gbpvr.com/pmwiki/pmwiki.php/Skin/CommunitySkin

Test Release 2 uploaded. I have not gone through and updated "last updated" blah blah blah in the xml files, I will do so when I post them on the individual files wiki page. Right now, all those files are now obsolete untill noted otherwise.
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]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  OlSkool skin for NextPVR v6 Jaggy 3 1,997 2023-07-16, 05:26 PM
Last Post: sub
  BlueRetroVE+ skin for NPVR Jaggy 101 39,472 2018-01-10, 04:48 AM
Last Post: pitbull1969
  Blue-Retro-SHV Skin updated Jaggy 55 25,369 2018-01-09, 12:52 AM
Last Post: Jaggy
  Modern Skin cweseloh 0 2,493 2016-06-02, 03:07 PM
Last Post: cweseloh
  NextBlue skin for npvr Northpole 162 60,837 2015-12-16, 07:39 PM
Last Post: Northpole
  JustRetro skin update Jaggy 0 1,900 2015-09-14, 12:37 AM
Last Post: Jaggy
  JustRetro skin update Jaggy 0 2,124 2014-04-12, 01:11 AM
Last Post: Jaggy
  DefaultAlt skin Jaggy 4 3,170 2014-02-25, 06:23 AM
Last Post: Lao Pan
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 26,886 2013-12-03, 10:21 AM
Last Post: martint123
  New skin flo87 8 4,177 2012-11-06, 10:38 PM
Last Post: gEd

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

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

Linear Mode
Threaded Mode