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) TV Listings v
« Previous 1 … 4 5 6 7 8 … 13 Next »
Editing TV Guide Help

 
  • 0 Vote(s) - 0 Average
Editing TV Guide Help
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#1
2012-05-04, 12:58 AM
I'm kinda made the guide look the way I want to but I still would like to tweak it a little more. I'm trying to make the channel logos a little bigger and reduce the distance from the logo to the name/number. This is what I have so far.

[Image: 2eft5rb.jpg]

Here's the code. I'd rather wait some guidance before I mess it up Smile

Code:
<Element name="ChannelHeader_3" location="0,0" size="15.4,7.2" >
    <Rect location="0.2,1.2" size="99.6,97.6" fillColor="Channels"/>
    <Text text="@name" visible="@hasIcon" location="20,3" size="53,94" font="DefaultMinimum" align="Left" valign="center" wrap="true"/>
    <Text text="@name" visible="@hasNoIcon" location="20,3" size="80,94" font="DefaultMinimum" align="Left" valign="center" wrap="true"/>
    <Image source="@icon" location="70,10" size="28,80" fixedAspectRatio="true"/>
  </Element>
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#2
2012-05-04, 01:11 AM
Decided to study the code more carefully and was able to come up with this. Pretty satisfied the new look!
[Image: e7fhwh.jpg]

Here's the code in case anyone wants to try it:
Code:
<Element name="ChannelHeader_3" location="0,0" size="15.4,7.2" >
    <Rect location="0.2,1.2" size="99.6,97.6" fillColor="Channels"/>
    <Text text="@name" visible="@hasIcon" location="20,3" size="53,94" font="DefaultMinimum" align="Left" valign="center" wrap="true"/>
    <Text text="@name" visible="@hasNoIcon" location="20,3" size="80,94" font="DefaultMinimum" align="Left" valign="center" wrap="true"/>
    <Image source="@icon" location="50,10" size="48,80" fixedAspectRatio="true"/>
  </Element>
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#3
2012-05-04, 01:13 AM
One thing I would like help with is making the grey color for active programs in the guide more noticeable. A little lighter perhaps?
River_Styx
Offline

Junior Member

Posts: 40
Threads: 6
Joined: Jul 2005
#4
2012-05-04, 11:47 AM
Good question! I was also looking for this parameter, but haven't found it yet.
In GBPVR I knew how to do it but this TVGuide is different
_______________________________
My HTPC:
Asrock 890GM Pro3
AMD Athlon II x3 420e
12 GB RAM (dual Channel)
2x Terratec Cinergy HTC USB XS HD USB
1x Terratec Cinergy T PCIe Dual
MCE Remote
3x 2TB Samsung EcoGreen F4EG HD204UI
Windows 7 64bit Ultimate
NextPVR 2.3.6
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#5
2012-05-05, 02:36 AM
Ok. I managed to change the font by editing TV Listing.xml
Code:
<Skin>
  <Fonts>
    <Font name="Listings" color="#fafafa" size="11.25" typeFace="AvalonType"/>
    <Font name="ListingsSelected" color="#080808" size="11.25" typeFace="AvalonType"/>
  </Fonts>
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#6
2012-05-05, 02:45 AM
Got it. You need to go into C:\Documents and Settings\All Users\Documents\NPVR\Skin\Default\TV Listings in xp (don't know about 7)
and edit the file named programme_middle_current.png with Microsoft Paint or whatever program you have and make it lighter.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#7
2012-05-05, 03:27 AM
You really need to/should change the colours in all the programme_xxxxxxx_current.png files to make it look/work right.
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#8
2012-05-05, 05:42 PM
Anyone know how to change the Font and color for the Show Description?
[Image: zyikgm.jpg]
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#9
2012-05-05, 09:10 PM
Look for the appropriate element (depending on what you have selected at the top)

<Element name="SelectedShowDetails_1" location="0,74.7" size="100,23" alpha="255">
<Element name="SelectedShowDetails_2" location="0,74.7" size="100,23" alpha="255">
<Element name="SelectedShowDetails_3" location="0,74.7" size="100,23" alpha="255">

within the appropriate element these are the lines that control the description font
Code:
<Text visible="!@insetVisible+!@hasPreviewImage" text="@description" location="12,23.6" size="86,76" font="DefaultSmall" borderColor="Border2" outlineWidth="1" align="left" wrap="true"/>
    <Text visible="!@insetVisible+@hasPreviewImage" text="@description" location="12,23.6" size="69,76" font="DefaultSmall" borderColor="Border2" outlineWidth="1" align="left" wrap="true"/>
    <Text visible="@insetVisible+!@hasPreviewImage" text="@description" location="30,23.6" size="68,76" font="DefaultSmall" borderColor="Border2" outlineWidth="1" align="left" wrap="true"/>
    <Text visible="@insetVisible+@hasPreviewImage" text="@description" location="30,23.6" size="51,76" font="DefaultSmall" borderColor="Border2" outlineWidth="1" align="left" wrap="true"/>
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#10
2012-05-08, 11:31 PM
So far i've been unsuccessful. I was trying to achieve this:
[Image: sx0nkl.jpg]
(from MP Avalon Skin)

I believe it uses the Avalon Font attached.
« 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
  Trouble Getting Started with Guide Plus GWCowling323 3 3,876 2016-09-29, 11:26 AM
Last Post: Graham
  3.8.3 web browser tv guide gets: System.Web.HttpException: The current identity (NT deltdick 1 2,792 2016-09-29, 04:17 AM
Last Post: johnsonx42
  How to auto update EPG guide listings buckeyestargazer 4 5,618 2015-11-24, 12:19 PM
Last Post: pascalb
  TV Listings 3.5 crash when trying to add guide arkennedy75 3 3,921 2015-08-11, 11:28 PM
Last Post: gEd
  F9 TV Listings Guide crashes on second use Petrovski 7 3,904 2013-03-06, 05:44 AM
Last Post: rfield
  npvr with ceton - bright house - tv guide/channel setup pvrdiy 23 13,152 2013-02-02, 10:09 PM
Last Post: pvrdiy
  Reverting to 'Default' Guide kylebrophy 14 6,554 2012-03-28, 11:33 AM
Last Post: Reddwarf
  Default Guide still appears if watching Recordings. Petrovski 7 3,866 2011-03-05, 10:03 PM
Last Post: smajor
  Hilighted Hour of the Guide after watching smajor 4 2,292 2011-02-22, 07:14 AM
Last Post: alibert
  Change Guide Order steeb 3 2,337 2011-02-08, 08:28 AM
Last Post: alibert

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

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

Linear Mode
Threaded Mode