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) Community Skin v
« Previous 1 2 3 4 5 … 10 Next »
CS4 TV Guide font size

 
  • 0 Vote(s) - 0 Average
CS4 TV Guide font size
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#11
2009-04-15, 02:56 AM
Spamdini Wrote:I'm seeing the huge font size in TV Guide. When I change the font size it makes the program listings look normal, but then the channel names become tiny.

I just noticed a little different effect - the font size started out HUGE, and when I changed the text size to -2 the channel names are the same size as the program listings, but the times across the top get tiny

I wonder why this behaves just a little different for everyone?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Spamdini
Offline

Junior Member

Posts: 30
Threads: 2
Joined: Aug 2005
#12
2009-04-15, 03:18 AM (This post was last modified: 2009-04-15, 03:27 AM by Spamdini.)
The timeline is fine for me. The current time and channel names start out fine but then get tiny as I get the program listings right.
That is with editing the skin.xml manually. Using the skin makes the current time, date, timeline, and channel names tiny.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#13
2009-04-20, 01:21 AM
As bad luck would have it...I have now experienced this problem and think I have found a work around.

Short story long. 36" CRT in family room gave up the ghost. Moved 32" WS TV from bedroom and noticed the problem. I noticed one difference with blue, and it is this line...

Code:
<CompositeImage name="CurrentTime" size="16,5">
        <DrawText text="@currentTime" loc="13,10" size="100,100" textStyle="[B][color=Red]ListingStyle[/color][/B]" align="center" valign="center"/>
</CompositeImage>

needs to be changed to...

Code:
<CompositeImage name="CurrentTime" size="16,5">
        <DrawText text="@currentTime" loc="13,10" size="100,100" textStyle="[B][color=Red]TimelineStyle[/color][/B]" align="center" valign="center"/>
</CompositeImage>

For some reason, this makes the text huge? Will fix the installer and create an incremental update.
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]
Spamdini
Offline

Junior Member

Posts: 30
Threads: 2
Joined: Aug 2005
#14
2009-04-20, 05:51 AM
Beautiful. Now it looks great. Great job guys.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#15
2009-04-20, 06:26 AM
I made that change (to both TV Guide/skin.xml and TV Guide/live-skin.xml), but it doesn't seem to have any effect for me. With the TV Guide Text Size set back to 0, the main TV Guide text size is huge again (and the channel names too), but the timeline and current time look fine, while the font size on the Live tv-guide (3-line) is fine as well.

If I put the text size back to -2, the TV Guide text size looks about right, but the timeline and current time are too small, and the live tv-guide is too small as well. I'd actually like to go to -3 to get the TV Guide text size a little smaller, but then the timeline and more importantly the Live TV Guide become too tiny to use.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#16
2009-04-20, 08:32 AM (This post was last modified: 2009-04-20, 12:12 PM by McBainUK.)
Fatman_do Wrote:Will fix the installer and create an incremental update.
Before you do this I would like fix make the currenttheme.xml edition specific - at the moment it's shared between editions but this makes no sense as they are 2 skins in 2 different states. It's quite a small change. Not sure what to do if people are already running 2 editions in an upgrade situation...
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#17
2009-04-21, 01:54 AM
McBainUK Wrote:Before you do this I would like fix make the currenttheme.xml edition specific - at the moment it's shared between editions but this makes no sense as they are 2 skins in 2 different states. It's quite a small change. Not sure what to do if people are already running 2 editions in an upgrade situation...

Ok, will hold off. As too the two different states, may just have to make them re-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]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#18
2009-04-21, 06:23 AM
I think a reinstall may not be required, the plugin just wouldn't know the current state of the skin. A theme restore would fix that tho. I've commited the changes to SVN if you and hairy want to test them out.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#19
2009-04-23, 01:00 PM
I will get to it this weekend....
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
#20
2009-04-26, 10:03 PM
Looks like it works for me. Hard to tell since I don't run a client. Will probably post update next weekend with a theme attempt.
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 (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  TV Guide layout, display 2 lines of Title & Subtitle johnsonx42 1 5,529 2010-04-25, 07:33 PM
Last Post: Fatman_do
  Music Library 2 font size fuzzweed 5 6,619 2010-01-24, 09:01 PM
Last Post: mvallevand
  Overlay guide font size fuzzweed 2 5,780 2010-01-11, 06:30 PM
Last Post: fuzzweed
  [DEV] TV Guide Rows change johnsonx42 7 3,895 2009-06-05, 01:04 PM
Last Post: Fatman_do
  partial extra line on 8-channel guide johnsonx42 2 2,372 2009-05-03, 11:17 PM
Last Post: johnsonx42
  Text color in TV Guide? 4zm4r3d02 5 2,950 2008-12-03, 04:14 PM
Last Post: Hairy
  alternative tv guide view - no channel icon or numbers Etacovda 7 4,034 2008-09-07, 01:02 AM
Last Post: ilovejedd
  Thumbnail size gunder 1 2,047 2008-07-24, 11:10 AM
Last Post: Hairy
  TV Guide Background Bobins 8 4,123 2008-04-14, 09:08 PM
Last Post: Bobins
  Font size for "Now Playing" track in Music Library serafis 8 3,423 2008-04-04, 01:04 PM
Last Post: Fatman_do

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

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

Linear Mode
Threaded Mode