NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information NextPVR Announcements v
« Previous 1 … 4 5 6 7 8 … 11 Next »
1.0.8 available

 
  • 0 Vote(s) - 0 Average
1.0.8 available
nia
Offline

Senior Member

Posts: 385
Threads: 40
Joined: Mar 2005
#161
2007-07-09, 07:22 AM
Fatman_do Wrote:gEd, see how this suits you.

Sub/Fatman_do - thanks for making this 'fix' so quickly. This update made the Icon-column perfect for me Smile

Sub: Stuff like this is second to getting functional stuff done. I think we all appreciate that!

/N
Happy user since October 2004
VM Ware ESXi 6 on SuperMicro X9SCM-F | Xeon E3-1230 | Windows 7 (on ESXi) | nPVR 3.7.7
2*HDHomeRun | Kodi on PC and RaspPI | Remote: Logitech Harmony 900 | Storage: unRAID file server 23TB (on ESXi)
|
ulixes
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Jul 2007
#162
2007-07-09, 07:55 AM
First, I love the new DX interface, very smooth.

Sub/Fatman_do:
[INDENT]I have been modifying the TV Guide skin.xml and wish to change the way the date is displayed above the the icons. I don't need the day of the week displayed. Is there another way to display the date?[/INDENT]

/ulixes
SuMo
Offline

Senior Member

Posts: 371
Threads: 13
Joined: May 2006
#163
2007-07-09, 10:28 AM
Sub, great respect for the latest and greatest. Runs without any probs.
Can't wait to have the radio function back though. When it does, I'll release it to the family for obvious reasons.
-[Arjan]-
___________________________
[SIZE="1"]-I'm not a pessimist, just realistic- :p[/SIZE]
dvasco
Offline

Senior Member

Posts: 718
Threads: 113
Joined: Jun 2006
#164
2007-07-09, 03:24 PM
I just saw this today. Was the the "three line srt subtitles condensed to two problem" fixed in this release?
[SIZE="1"] [COLOR="Blue"]
NPVR | Athlon XP 5000+ 2 GB RAM | Asus EAH3450 | Hauppauge HVR-1600 & Colossus | MS MCE Beanbag
Harmony 659 | RF keyboard | Vizio 42" LCD & Panasonic 32" CRT | 3 PCH A-100 [/COLOR][/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#165
2007-07-09, 04:11 PM
djphatjive Wrote:Hey I saw on there that no matter what its running VMR9 Custom, How can I change it to use overlay? Or can I? My machine always had a problem winning that.
Sorry, no can do on the new interface. Using a Direct3D renderer (VMR9 Custom/FSE) was the only way I could mix video with the new Direct3D user interface. It would have been nice to continue to have all the renderer options available, but this was the price of progress.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#166
2007-07-09, 04:13 PM
ulixes Wrote:Sub/Fatman_do: [INDENT]I have been modifying the TV Guide skin.xml and wish to change the way the date is displayed above the the icons. I don't need the day of the week displayed. Is there another way to display the date?
[/INDENT]In that skin file:

@visibleDate = December 10, Saturday
@visibleDate2 = Dec 10, Saturday

@visibleDate3 = Saturday
@visibleDate4 = December 10
@visibleDate5 = Dec 10
@visibleDate6 = Sat 10
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#167
2007-07-09, 04:14 PM
dvasco Wrote:I just saw this today. Was the the "three line srt subtitles condensed to two problem" fixed in this release?
Yeah, I fairly sure this is fixed.
jmontana
Offline

Member

Posts: 104
Threads: 18
Joined: Nov 2006
#168
2007-07-09, 04:32 PM
Looks great! Couple of questions:

1. Does this fix the "delete doesn't really delete" problem? I've been suffering with this since 99.12. Select a video in the video library, choose "Delete" and confirm the deletion. The file is still listed on screen. If you quit and restart GBPVR, it's gone. Sub, you had previously mentioned this would be fixed in the next release, so I'm hoping it's true!

2. Is anyone using this with the Software Recorder? I know that's not supported, but if it doesn't work with 1.0.8, I won't be able to upgrade.

Keep up the good work, sub!
Hauppauge PVR-150MCE / ATI All-in-Wonder 9000 Radeon Pro / 2.4 GHz P4 / 512 MB RAM
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#169
2007-07-09, 04:39 PM
Fatman_do Wrote:gEd, to walk you through tweaking it more, open the skin.xml in notepad.

at the bottom of the file you will find
Code:
        <CompositeImage name="ChannelHeaderItem" size="20.5,9.0">
            <DrawRect loc="0,5" size="99,92" fillColor="Black"/>
            <DrawText text="@channelNumber" visible="@showIconAndName" loc="[color=Lime]10,5[/color]" size="[color=Red]80,90[/color]" textStyle="ListingStyle" align="Left" valign="center"/>
            <DrawImage filename="@channelIcon" visible="@showIconAndName" loc="[color=Lime]10,5[/color]" size="[color=Red]80,90[/color]"/>
        </CompositeImage>

The items in red are percentage of the black box you see surrounding the icons.
The first number being widt, the second is height. The green is what percentage over and down from upper left corner of those black boxes.

If you want to change the size of the black boxes, PM me and I can walk you through it.

Thanks for helping out.

I think I just cheated.....
I saw there was a DrawRect element and though, well I don;t want a rectangle at all so I'll just set it's size to 0. Hence

<DrawRect loc="0,5" size="0,0" fillColor="Black"/>

works fine for me!
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#170
2007-07-09, 05:03 PM
jmontana Wrote:Looks great! Couple of questions:

1. Does this fix the "delete doesn't really delete" problem? I've been suffering with this since 99.12. Select a video in the video library, choose "Delete" and confirm the deletion. The file is still listed on screen. If you quit and restart GBPVR, it's gone. Sub, you had previously mentioned this would be fixed in the next release, so I'm hoping it's true!
I dont remember this problem, but it certainly seems to be working on for me, so I can only guess its fixed. (for those wondering, the released version of PVRX2.exe didnt have a delete button in the video library, but there is a patch for it in the support forum)

Quote:2. Is anyone using this with the Software Recorder? I know that's not supported, but if it doesn't work with 1.0.8, I won't be able to upgrade.
lol - just get a supported card already Big Grin. It should work, but I suspect you'll need its DLL in 'plugins' directory and a subdirectory.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (33): « Previous 1 … 15 16 17 18 19 … 33 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode