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,187
» Latest member: tracy5656
» Forum threads: 65,378
» Forum posts: 602,184

Full Statistics

Online Users
There are currently 1247 online users.
» 0 Member(s) | 1241 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
Yesterday, 12:25 PM
» Replies: 32
» Views: 3,662
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 231
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
2026-09-05, 01:00 PM
» Replies: 43
» Views: 6,369
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 174
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: 196
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 190
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 147
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 183
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,954
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 224

 
  MVP server locks up internet connection
Posted by: psycho - 2005-02-26, 04:55 PM - Forum: MVP & NMT - Replies (4)

Has anyone had a problem like this? After using the MVP server to watch a program, I have noticed that my internet connection seems to be locked up. (when opening IE, I get a blank/can not connect page). This usually requires me to reset (unplug) my router and cable modem which fixes the problem. Do I have something set up wrong?

Print this item

  Scheduling problem
Posted by: rykr - 2005-02-26, 03:18 PM - Forum: GB-PVR Support (legacy) - No Replies

I posted a few days ago and the response was to check out CDK Scheduler which I have now done. I still have not got it to work right. Gives all kinds of errors and to the best that I can see I have to hand edit an XMl file to add a recording. bleh!

Anyway, I can't get ER to record since the EPG has ER starting at 8:59pm instead of 9pm. How can I adjust things so that it will record the show? Do I have to use manual record?

As a wishlist item, future versions of GBR should not all or nothing with a conflict. It should sense that from 8:59pm to 9pm, it is in conflict. But, at 9pm, it is free and starts recording.

Print this item

  RecRtacker Error
Posted by: yuss - 2005-02-26, 12:21 PM - Forum: GB-PVR Support (legacy) - Replies (17)

An error box pops up when RecTracker runs.
"RecTracker.exe Common Language Runtime Debugging Services
The application has generated an exception that could not be handled"

I have the following 2 lines in postprocessing.bat
rectracker %1 > rectracker.log
rectracker -add %1

Any clues?

TIA [Image: sad.gif]

Print this item

  Tuning Assistant/Audio out of Sync
Posted by: streetboy - 2005-02-26, 12:11 PM - Forum: GB-PVR Support (legacy) - Replies (3)

Hi,

I finally managed to have GB-PVR showing live TV. However two issues are still outstanding.

1) Tuning Assistant recognizes channels and prompts me to take notes related to channel id. However no TV pictures are shown to aid in channel identification. I remember reading about this earlier on in this forum, but don't know whether a solution was identified or not.

2) Audio is out of sync when watching Live TV. Any solutions to that? No problems using the Win TV2000 application.

My system is:

XP Pro SP2
SB Audigy 2 Audio
ASUS V8460ED graphics

rgds
streetboy

Print this item

  Mute button not functioning in GBPVR
Posted by: janlovik - 2005-02-26, 11:20 AM - Forum: GB-PVR Support (legacy) - Replies (8)

After upgrading to the latest release of GBPVR, the mute button on my Hauppauge PVR250 remote control is not functioning in GBPVR.

I am sure there is not a problem with the button itself, as I can use it to mute Windows when GBPVR is not running.

Anyone else who have experienced this?

/Jan

Print this item

  MVP aspect ratios & screen proportions
Posted by: Clanky - 2005-02-26, 10:52 AM - Forum: MVP & NMT - Replies (3)

This is not really about GBPVR as I havent set it up with the MVP yet but I'm hoping someone can help with this.

I've just installed a Nova T 90002 & MVP & having problems with aspect ratios & display sizes.

For a test I recorded The Gadget Show on Freeview ch Five yesterday. If I view it using PowerDVD it displays correctly as a wide screen video. When I use MVP to watch it on my old 4:3 TV it is full vertical height with the sides cropped instead of full width widescreen with the top & bottom black bars. The video proportions are correct.

If I try viewing a widescreen DivX it displays correctly although my pc is not fast enough to play it properly. When I converted this DivX to mpg, MVP would stretch the vertical to full screen height & crop the sides.

All recordings made on my PVR350 display correctly, ie in proportion & the correct aspect ratio.

Is this a problem with the MVP or is it something that I have not setup correctly?

Print this item

  webstream and funny chars
Posted by: reven - 2005-02-26, 10:37 AM - Forum: Developers - Replies (1)

anyone know how to keep the funny characters from a webstream? eg ö,ü,ß

im using this code at the moment
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">WebRequest objRequest = WebRequest.Create(strURL);

//The WebResponse object gets the Request's response (the HTML)
WebResponse objResponse = objRequest.GetResponse();

//Now dump the contents of our HTML in the Response object to a
//Stream reader
StreamReader oSR = new StreamReader(objResponse.GetResponseStream());

//And dump the StreamReader into a string...
m_strSite = oSR.ReadToEnd();[/QUOTE]
and if i print out m_strSite all of the characters are missing.

Print this item

  Net Radio
Posted by: xtoph - 2005-02-26, 10:17 AM - Forum: GB-PVR Support (legacy) - Replies (5)

I have a few preferred stations for the Net Radio plugin. E.g. in one of the older releases Club 977 (80s channels [Image: smile.gif] ) was on the top which suited me just perfectly. Unfortunatley, this station has moved pretty much down the list when I upgraded to v 0908. Is there a way to move it up?

Print this item

  Plugin exception not showing in gbpvr.exe log
Posted by: darrin75 - 2005-02-26, 07:55 AM - Forum: GB-PVR Support (legacy) - Replies (1)

Sub,

I am writing a plugin it throws an exception, but its not in the log..No errors, the plugin is set to debug. what wrong here?

Print this item

  All is Well In the Forum Again
Posted by: darrin75 - 2005-02-26, 07:25 AM - Forum: Community Announcements - No Replies

I thought we were in trouble according to sub, but i guess they fixed it.....

Print this item

Pages (6435): « Previous 1 … 5959 5960 5961 5962 5963 … 6435 Next »
Jump to page 

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