NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,191
» Latest member: wax9090u
» Forum threads: 65,379
» Forum posts: 602,205

Full Statistics

Online Users
There are currently 2273 online users.
» 2 Member(s) | 2265 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, MrOrange, wax9090u

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
55 minutes ago
» Replies: 36
» Views: 3,706
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
4 hours ago
» Replies: 2
» Views: 473
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
8 hours ago
» Replies: 15
» Views: 908
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
Yesterday, 10:35 PM
» Replies: 44
» Views: 6,451
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 246
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 193
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 204
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 200
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 155
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 189

 
  no ts playback
Posted by: garymeds - 2010-04-25, 08:34 AM - Forum: GB-PVR Support (legacy) - Replies (1)

hi - having trouble playing a ts file in gbvpr - error in log :

2010-04-25 09:24:15.029 INFO [1] playFile(, E:\media\videos\kids\The Rescuers Down Under\The Rescuers Down Under.ts)
2010-04-25 09:24:15.029 VERBOSE [1] SwitchInsetToFullscreen
2010-04-25 09:24:15.029 VERBOSE [1] DisplayStillInUse
2010-04-25 09:24:15.029 VERBOSE [1] About to play file: E:\media\videos\kids\The Rescuers Down Under\The Rescuers Down Under.ts
2010-04-25 09:24:15.188 VERBOSE [1] Playback started: E:\media\videos\kids\The Rescuers Down Under\The Rescuers Down Under.ts
2010-04-25 09:24:15.188 VERBOSE [1] getValue cached value: /settings/DisableComskipDuringPlayback : false
2010-04-25 09:24:15.188 VERBOSE [1] frameRate = 25
2010-04-25 09:24:15.188 VERBOSE [1] getValue cached value: /settings/PreferComskipEDL : true
2010-04-25 09:24:15.188 VERBOSE [1] getValue cached value: /settings/RememberProcAmpSettings : true
2010-04-25 09:24:15.188 VERBOSE [1] SwitchInsetToFullscreen
2010-04-25 09:24:15.188 VERBOSE [1] Checking if resume prompt needs to be shown
2010-04-25 09:24:15.272 VERBOSE [1] Received event code: 1
2010-04-25 09:24:15.278 VERBOSE [1] EnableScreenSaver()
2010-04-25 09:24:15.278 VERBOSE [1] getValue cached value: /settings/ScreenSaverEnabled : true
2010-04-25 09:24:15.278 VERBOSE [1] UiList.GetRenderList()
2010-04-25 09:24:15.378 VERBOSE [1] ReturnToMainMenu()
2010-04-25 09:24:15.378 VERBOSE [1] Video Library is currently active
2010-04-25 09:24:15.378 VERBOSE [1] Video Library.Deactivate() called
2010-04-25 09:24:15.378 VERBOSE [1] HideInset
2010-04-25 09:24:15.378 VERBOSE [1] UiList.GetRenderList()
2010-04-25 09:24:15.378 VERBOSE [1] ReturnToMainMenu()@2
2010-04-25 09:24:15.378 VERBOSE [1] System.OverflowException: Value was either too large or too small for an Int32.
at System.Convert.ToInt32(Double value)
at GBPVRX2.Players.x977e0aa739bd29d7.x215891cf5184b129()
at GBPVRX2.Players.x977e0aa739bd29d7.OnGraphNotify()
at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)

works ok in media player (renders fine in graphedit - using ffdshow codecs)
thanks!

Print this item

  TV Guide layout, display 2 lines of Title & Subtitle
Posted by: johnsonx42 - 2010-04-25, 06:59 AM - Forum: Community Skin - Replies (1)

I finally got around to fixing something that has been bugging me for awhile. In the SelectedShowDetails box in the TV Guide, it only allocates one line for the Title and Subtitle (ie, the @showTitleSubtitle text element). Many shows far exceed this allowance, which was particularly annoying with shows were the Title filled the whole line, but what I really needed to see was the Episode title (ie, the Subtitle). I first toyed around with displaying the Title on the first line and the Subtitle on a second line, using the @showTitle and @showSubtitle elements sub added at my request awhile back, but then found some shows where the Title alone overran the allotted space, yet had no subtitle. I ended up keeping the Title & Subtitle together, and simply expanding the allotted space. I also decided I liked the show time in the smaller GeneralTextStyle instead of the Header style, which also allowed a little more room for the TitleSubtitle box.

Here's the code for for your consideration, changes in red. That's for the SD TV Guide skin.xml. I don't have a good way to mess with the WS skin, but the adjustments should be similar.

Code:
<CompositeImage name="SelectedShowDetails" size="96,22"> <DrawCommonImage name="TextBackground" /> <!-- icon and name --> <DrawText text="@showTitleSubtitle" loc="2,2" size="[color=red]75[/color],[color=red]43[/color]" textStyle="GeneralTextHeaderStyle" align="Left" /> <DrawText text="@duration" loc="53,[color=red]4[/color]" size="45,25" textStyle="[color=red]GeneralTextStyle[/color]" align="Right" /> <DrawText text="@showDescription" loc="2,[color=red]45[/color]" size="96,70" textStyle="GeneralTextStyle" align="Left" /> </CompositeImage>

edit: I guess I should have changed the vertical size of the @showDescription element; starting at 2,45 and sized at 96,70 means it will run off the bottom of the box. It probably doesn't matter, PVRX2 won't complain, but I guess it should be 50 or maybe 53.

Print this item

  Audio Sync Adjustment with Remote
Posted by: observer_11 - 2010-04-24, 06:51 PM - Forum: GB-PVR Support (legacy) - Replies (1)

Is there any way to adjust the audio delay +/- during playback using a remote? If not, is there anyway to map a keyboard shortcut to adjust audio delay during playback? I am using a Windows MCE style remote.

Print this item

  Two MediaMVP's......Need a Good Home.
Posted by: a.white05 - 2010-04-24, 06:31 PM - Forum: MVP & NMT - Replies (4)

Hi. Thanks for the great forums and Sub, thanks for the excellent GBPVR software!!! I've been a user of it for 3 years and have pretty regularly checked and searched the forums to get my setup perfect. Its really become a hobby (in fact, my wife might say an addiction).

However, I'm upgrading some equipment and am selling my 2 MediaMVP extenders. Not sure if "advertising" is frowned upon or not, but if anyone is interested, they are listed at:

http://cgi.ebay.com/Hauppauge-MediaMVP-D...500wt_1042

and...

http://cgi.ebay.com/Hauppauge-MediaMVP-D...500wt_1042

Both are in great condition and include all necessary components - however, the second is missing the stand. Let me know if you have any questions. I'm asking $60 for each, but shipping is free, because I'd like them to go to a good home. However, I'm only able to ship to N. America. Thanks again for the great forums....

Print this item

  HDHomeRun users having issues with 0KB recordings
Posted by: whurlston - 2010-04-24, 05:31 PM - Forum: Hardware - No Replies

An issue with recording with the HDHomeRun was brought to my attention on the Silicondust forums. slimhe was having an issue where he could view LiveTV fine but all recording attempts resulted in 0KB files. He and I have been working via email to resolve the issue and he allowed me remote access to the machine. It appears that I am behind on my HDHomeRun software (running 20100120beta2).

He was running GBPVR 1.4.7, HDHomeRun Release 20100213 and Windows XP and the GBPVR setting to submit the tuning request twice on record was causing the issue. The resolution was to change the following setting in GBPVR's config.xml:

Code:
<BDASubmitTuningRequestTwiceOnRecord>false</BDASubmitTuningRequestTwiceOnRecord>

If anyone is having issues with LiveTV as well, they should also verify the following setting:

Code:
<BDASubmitTuningRequestTwiceOnLivePreview>false</BDASubmitTuningRequestTwiceOnLivePreview>

I'll be updating my HDHomeRun software and testing on Windows 7.

Print this item

  NMT/HD-PVR question and Only 1 MVP server
Posted by: drbenjamin - 2010-04-24, 05:21 PM - Forum: MVP & NMT - Replies (16)

Hi All

Apologies for all the support posts i've submitted (and will submit!), I am trying to integrate an eGreat M34A into my setup and having a few difficulties. First question; playing around with watching shows from the guide, I had a few instances of black screens when I selected an HD channel. I haven't tested it thoroughly, but it seemed like if
1) My HD STB was currently tuned to an SD channel
2) I tried to watch an HD channel through the NMT/GB-PVR
GB-PVR would fire up the HD-PVR and then switch the STB channel, but I would get no video. At least one time I tried to watch the HD chan again and it worked the second time. Is that a "feature" of the HD-PVR, that it doesn't deal well with switching resolutions when a recording has been started?

Second issue; an apparent problem starting multiple MVP server instances. I have my new NMT and an old MVP I'd like to run simultaneously (2 TV sets). I upped my MVP servers to 3 in the config screen (because 2 wasn't working) and here's what happens; my config.xml (attached) shows what I would expect

<MVPServerAutostart>3</MVPServerAutostart>

but when I look in my logs (also attached) I see


2010-04-24 09:43:40.218 VERBOSE [4] getValue() loading new key/value into cache: /settings/MVPServerAutostart
2010-04-24 09:43:40.218 VERBOSE [4] getValue: /settings/MVPServerAutostart : 1

When I alt-tab I can only find 1 MVP Controller process. I am assuming that these observations explain why I am unable to use my MVP when my NMT is up; the MVP times out on connecting to server. Any ideas on how to get GB-PVR to start at least 2 servers?

Thanks in advance!

Print this item

  i am trying to access my media pc on the network
Posted by: mpooley - 2010-04-24, 02:26 PM - Forum: GB-PVR Support (legacy) - Replies (5)

I am trying to access my media pc IP 192.168.1.69 from my main PC IP 192.168.1.70 using
http://192.168.1.69:7647/gpvr/login.aspx

is this the right address?

I have enabled web access in config and I have also altered the gbpvr service property to 'allow service to interact with desktop'

I get a timeout when i try to access it on my browser.
I can ping the media pc and i can use remote desktop so the network is ok

can anyone suggest what else i can try please?

Mike

Print this item

  Nxp tv7231
Posted by: Ian Oliphant - 2010-04-24, 07:47 AM - Forum: Hardware - Replies (5)

I recently bought a PC fitted with this card but I cannot get it to work with GBPVR or Nero, although it works with Windows Media Center. There is not much info on the Internet about this card and I have carried out standard procedures like updating drivers with no success. Nero recognises the analogue TV from the card and will scan and store digital channel information, but will not display any output either video or sound. GBPVR does not recognise the card at all. Does anybody have any suggestions?

Print this item

  Is there a simple way to get a snapshot of live tv or from a recorded show?
Posted by: hexibot43 - 2010-04-24, 05:37 AM - Forum: GB-PVR Support (legacy) - Replies (12)

I tried searching through the forum, but couldn't come up with anything. I was hoping there is a simple way to make snapshots of the screen while watching a show. I've got an episode of "Yard Crashers" I would like to make a couple of snapshots of to show my family. Is there an easy way to do this in GVPVR? I couldn't find it in the Wiki either. I'm hoping I missed something.

Thanks,

Mab

Print this item

  Question about Haupblast.exe
Posted by: broadband412 - 2010-04-24, 04:03 AM - Forum: GB-PVR Support (legacy) - Replies (2)

Hi I have an HVR 1950 Hybird USB card and am curious as to how does the haupblast.exe work. Does it use the configuration set up in blast.cfg tool from hauppauge or is it something else. Reason why I ask is because the ir blaster did not work right out of the box with wintv 7 but when I choose the haupblast.exe for the channel changing plugin to have gbpvr change the channel on my cable box, it worked without any configuration. Thanks.

Print this item

Pages (6435): « Previous 1 … 1997 1998 1999 2000 2001 … 6435 Next »
Jump to page 

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