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
#21
2006-08-24, 02:59 PM (This post was last modified: 2006-08-24, 03:06 PM by MixMan.)
I made image renaming for archive/videos the other day.
Did't change any text names though.
GeneralText could be renamed to ListText
The rest is fine in my eyes.

How about a DetailText and DetailTextSelected (Perhaps large and small that could be used in DetailViews (recordings, stocks, weather, sportscores) Normally 14pt.
The small variant normally 12pt
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]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#22
2006-08-24, 03:12 PM
Quote:How about a DetailText and DetailTextSelected
Jeff Wrote:I could go for BackgroundText. I still think it would be useful to have BackgroundTextSmall and BackgroundTextLarge as well. If the idea is that plug-in developers create a single version of their skin which can then be quickly customized only by chaning the baseskin file that may mostly work, but in cases where the plug-in developer has placed serveral things in the same area they may need the font size to be small, for example, so being able to use BackgroundTextSmall would be helpful.
Jeff
Yes, was thinking this also. Using same example, I useuallt have the Cinema name in a larger font then the cinema address/tel num.

Have made a wiki page for proposed text style names. Too all, please contribute Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#23
2006-08-24, 03:22 PM
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
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#24
2006-08-24, 03:22 PM
McBainUK Wrote:Yes, was thinking this also. Using same example, I useuallt have the Cinema name in a larger font then the cinema address/tel num.

Have made a wiki page for proposed text style names. Too all, please contribute Smile

All plugins including Blue have have ButtonText today. Why on earth, change that to ButtonNormal ?
It shall remain ButtonText otherwise the Subs fallback fails? (it does it anyway now)
Let Sub decide on Text definitions !
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
#25
2006-08-24, 03:36 PM (This post was last modified: 2006-08-24, 03:41 PM by Fatman_do.)
Alright.

So we could have something like:

TitleAreaTextSmall
TitleAreaTextNormal
TitleAreaTextLarge

That could be used for time, sort method, calendar date, weather headers, ect.
Text that would be used in the title area and possibly drawn over a title bar image. (Name may not be best in my example)

Then you have the same for PopupTextSmall, Normal, Large.
Self explanitory.
Would we want several PopupTextTags (Text usually followed by a colon ie. Artist: )? Or would those be one size normally?

BackgroundTextSmall, Normal, Large.
Those could be used for remote control hints or any other text that is drawn over the background image and/or the Background_Text image.

ListViewTextSmall, Normal, Large.
Non-selectable text drawn over a List Background. (we have selector texts).

Just shooting from the hip here.
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
#26
2006-08-24, 03:38 PM (This post was last modified: 2006-08-24, 03:56 PM by Fatman_do.)
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

Not that I remember.

This is what I did for example in the Music Player jukebox skin.xml

Code:
        [COLOR="SeaGreen"]<!--<TextStyle name="ScreenName" color="LightGray" typeFace="Arial" size="17" style="bold"/>-->
        <!--<TextStyle name="ButtonText" color="White" typeFace="Arial" size="12" style="bold"/>-->[/COLOR]
        <TextStyle name="TitleBarText" color="White" typeFace="Arial" size="14" style="bold" />
    [COLOR="SeaGreen"]    <!--     Renamed as ListText and ListTextSelected
        <TextStyle name="GeneralText" color="LightGray" typeFace="Arial" size="13" style="bold"/>
        <TextStyle name="SelectedGeneralText" color="White" typeFace="Arial" size="13" style="bold"/>
        -->[/COLOR]
        <TextStyle name="NowPlayingTitle" color="Yellow" typeFace="Arial" size="14" style="bold"/>
        <TextStyle name="NowPlayingInfo" color="White" typeFace="Arial" size="14" style="bold"/>
        <TextStyle name="WaitMessage" color="Black" typeFace="Arial" size="14" style="bold"/>
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
#27
2006-08-24, 04:05 PM
MixMan Wrote:I made image renaming for archive/videos the other day.
Did't change any text names though.
GeneralText could be renamed to ListText
The rest is fine in my eyes.

How about a DetailText and DetailTextSelected (Perhaps large and small that could be used in DetailViews (recordings, stocks, weather, sportscores) Normally 14pt.
The small variant normally 12pt

As a "side note" to this, I think maybe our image definition for ListViewDetail.... is not tall enough. Right now it is 470x50, but several other plugins like the ones listed above would benefit from a taller source image when scaled. (Gmail is another one). 470x75 might work out better. If larger texts are possible with the possiblility 3 lines of text in a detail selection, 50 just doesn't scale well.

Just one of my findings in going through things.

Maybe the source image for ListView_Selected/Normal should get a bump to 30 or 35 also? Scaling the images down always looks better than upscaling.
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
#28
2006-08-24, 04:09 PM
MixMan Wrote:It shall remain ButtonText otherwise the Subs fallback fails? (it does it anyway now)
Maybe, for once, instead of declaring a way of doing things is gospel, why not propose an alternative :mad:

I have not looked at current textstyles but if ButtonText is already used then that should be considerd.

Quote:Let Sub decide on Text definitions
Is this what he is doing for the 98.x Blue skin? I havnt played with the pre-releases yet. Sub?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#29
2006-08-24, 04:33 PM (This post was last modified: 2006-08-24, 04:43 PM by MixMan.)
McBainUK Wrote:Maybe, for once, instead of declaring a way of doing things is gospel, why not propose an alternative :mad:

I have not looked at current textstyles but if ButtonText is already used then that should be considerd.


Is this what he is doing for the 98.x Blue skin? I havnt played with the pre-releases yet. Sub?

Sorry, I don't know how in many posts I have tried to explain how we should get all plugins to work with all skins. No one has confirmed or understood my suggestions with that basic idea.? You all are focused on creating something new without considering what exists.

I'm about tho withdraw from this whole discussion.
I will probably remove plugin support from the Advisor/Baseskin skin gradually....as it look right now.
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
#30
2006-08-24, 04:43 PM
McBainUK Wrote:Is this what he is doing for the 98.x Blue skin? I havnt played with the pre-releases yet. Sub?

Whatever happens with 98+ shouldn't be a roadblock to new ideas at this time. Things might change slowly as ideas are "proofed", and they may not ever change if there is no benefit to them.

Those that have kept up with me through all these threads will probably remember that the baseskin.xml was my main focus for maximum compatibility, regardless of skinning style or method.

Right now, I don't think what is currently in 'blue' or what is in the next version of 'blue' should stop a Community skin project from testing new ideas and methods. This puts us in the seat of beta testers and skinning "developers" so sub doesn't have to mess with it at this time. This is how things can get filtered back into blue if we are sucessful in providing a clean and effiecient system that can provide benefits to sub instead of asking him to make changes just because we want him to.
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 2 3 4 5 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  OlSkool skin for NextPVR v6 Jaggy 3 2,288 2023-07-16, 05:26 PM
Last Post: sub
  BlueRetroVE+ skin for NPVR Jaggy 101 41,296 2018-01-10, 04:48 AM
Last Post: pitbull1969
  Blue-Retro-SHV Skin updated Jaggy 55 26,608 2018-01-09, 12:52 AM
Last Post: Jaggy
  Modern Skin cweseloh 0 2,573 2016-06-02, 03:07 PM
Last Post: cweseloh
  NextBlue skin for npvr Northpole 162 63,421 2015-12-16, 07:39 PM
Last Post: Northpole
  JustRetro skin update Jaggy 0 1,995 2015-09-14, 12:37 AM
Last Post: Jaggy
  JustRetro skin update Jaggy 0 2,214 2014-04-12, 01:11 AM
Last Post: Jaggy
  DefaultAlt skin Jaggy 4 3,346 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 27,914 2013-12-03, 10:21 AM
Last Post: martint123
  New skin flo87 8 4,354 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