Sorry if this has been discussed before but I can't find a related thread.
I have a Windows 7 PC with a Hauppage WinTV-HVR 2250 installed. I've installed NextPVR with the latest patch.
Before I connected my Antenna to the Hauppage it was connected to my TV. I did a channel scan using the TV channel scanner and I got many channels. I moved the coax cable to my Hauppage TV tuner. I went to Settings > Device > Hauppage Tuner 1 > Device Setup, I ran the scan and only came back with 4 channels. Is there a reason why I can't pickup the same channels I receive on my TV? Is there a way to manually add the channels?
For example - I can pick up WIVB-DT (ABC) Real Channel is 39 (virt. 4.1) with my TV, but when I scan using NextPVR (ATSC Tuner 1) it doesn't find the channel.
I'd really appreciate any help you can provide, I'm trying to get rid of my cable TV bill!
I am getting constant buffering when trying to watch live tv or recorded programs through my ATV2. Hoping this is possible or can someone just tell me now that I'm wasting my time? I've spent several days trying different things so I am hoping that someone has an answer out there.
I currently run 1.4.7 of GBPVR on an XP machine. If I install NPVR, will that install along side my current GBPVR setup, or try to replace it? My concern is that GBPVR is working great, and I dont want to disrupt that, but I would like to see whats in the new version...
After many years of ReplayTV, Comcast DVRs, and TiVoHD's, I finally began using Windows Media Center a few months ago after getting an HDHomeRun Dual (OTA) and an HDHomeRun Prime (CableCARD).
I had become very accustomed to watching a show for a few seconds or minutes and then if it's something I'd like to save to watch or play for a family member later, I'd simply hit record and the buffer as well as the rest of the program would be saved.
No so with Windows Media Center, and it's the single biggest reason I haven't been able to stop using the STB's. With WMC, only content that is live AFTER hitting the record button gets saved with the program. The ONLY way I've been able to get something out of the pause buffer is by grabbing the hidden folder temporary files, renaming them to .wtv files, and HOPING they would be saveable via VideoRedo (many times it is impossible to save what was in the pause buffer).
How about NextPVR? Can the live/pause buffer be saved like on most STB DVR's or does it behave the same as WMC in this regard?
I've been running Win7 Media Center for the last 3 years successfully, but the appearance of a random retuning bug as well as occasionally locked out tuners after adding an extra tuner has made me wonder whether its time to consider an alternative. I run NPVR on another machine for recording only and it works well but I've never used it locally with a MS Media Center Remote.
Can anyone comment on how NPVR compares to Windows Media Center as a PVR in day to day use? I currently use Media Center for recording live TV and playing back DVD / Blu Ray with PowerDVD, occasionally I listen to music but not often. Recording hardware is 1 x Hauppauge HVR2200, 1 x HVR2250, 1 x HVR1100 and I live in NZ so the EPG comes down via BigScreenEPG and post processing is done using DVRMSToolbox.
Cheers
Kevin
sub have you tried the import single recording function lately? I have a recording that somehow disappear from the database during an Archive operation, so I went to import it in Settings->Recordings->Import Recordings. When I select the .ts file it just says "Not metadata is available for this .ts file. Recording not imported".
The metadata is there though:
Code:
E:\Movies\Roots>type Roots_20121224_10301300.ts:metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<recording>
<filename>E:\Movies\Roots\Roots_20121224_10301300.ts</filename>
<channel>BET</channel>
<status>READY</status>
<startTime>2012-12-24 10:30:02</startTime>
<endTime>2012-12-24 13:00:00</endTime>
<channel_OID>7079</channel_OID>
<title>Roots</title>
<subtitle></subtitle>
<description>Kunta Kinte (LeVar Burton) arrives in America and is sold; he learns the ways of his new life from a slave named Fiddler (Louis Gossett Jr.).</description>
<uid>EP000177620002</uid>
<firstrun>false</firstrun>
<original_air_date>1977-01-24T00:00:00.0000000</original_air_date>
<rating>TV-14</rating>
<genres>
<genre>Historical drama</genre>
</genres>
</recording>
Originally the filename field had the original path, not the current path so I tried updating it, but it didn't change anything.
I recently deleted several channels form the "Channels" in settings, and ever since then, NEWA has only shown me the first channel and appears to have the subsequent channels "chopped off" in the guide2.aspx.
[ATTACHMENT NOT FOUND]
Does anyone know if there are any tricks or things you have to do to get D1 from a Sky (from his description I'm fairly sure it's an oval) LNB??
My brother has just moved flats (& cities) to where he can no longer get DVB-T reception so is trying get freeview from D1 via his NovaS card but it will only receive OptusC1 & not D1.... he has got hold of a cheap set-top DVB-S box & it gets all the freeview channels fine so they are there, the problem is how do you get it to switch the LNB (?) to the D1 one from the computer??
NPVR v2.5.9, accessed via remote VNC session since I'm having other problems with EWA.
Selected episode from TV Guide, set recording request parameters, hit OK and got a error popup that dismissed after hitting the Continue button and NPVR continued normally:
Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.TV.SearchGuide.Notify(String eventName, Object eventArg)
at NUtility.EventBus.Notify(String eventName, Object eventArg)
at NUtility.EventBus.Notify(String eventName)
at NextPVR.TV.ScheduleRecordingPopup.HandleCommand(String command)
at NextPVR.TV.ScheduleRecordingPopup.OnKeyDown(KeyEventArgs e)
at NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at NextPVR.ControllerForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3643 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
NextPVR
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/NPVR/NextPVR.exe
----------------------------------------
NUtility
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/NPVR/NUtility.DLL
----------------------------------------
NShared
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/NPVR/NShared.DLL
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3644 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3645 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3644 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.65.0
Win32 Version: 1.0.65.0
CodeBase: file:///C:/Program%20Files/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Data.Entity
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
SlimDX
Assembly Version: 2.0.8.42
Win32 Version:
CodeBase: file:///C:/Program%20Files/NPVR/SlimDX.DLL
----------------------------------------
msvcm90
Assembly Version: 9.0.30729.1
Win32 Version: 9.00.30729.1
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e/msvcm90.dll
----------------------------------------
taglib-sharp
Assembly Version: 2.0.4.0
Win32 Version: 2.0.4.0
CodeBase: file:///C:/Program%20Files/NPVR/taglib-sharp.DLL
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Despite the error and lack of guide update (i.e. no color change for new recording request), it appears that all 3 of my attempts resulted in actual season recordings being set up. Pending Recordings show 3 entries corresponding to these 3 season recordings on the same episode.
I'm wondering if you have a recommendation for TV Tuner cards (low profile) and/or recording devices. I'm in the process of building an HTPC using running XBMC.
[U]TV Tuner[/U]
To minimize the number of devices, I'd like to use an internal card for the TV Tuner. I've been reading about the InfiniTV 4 PCIe card from Ceton. Has anyone used it with success? In our area, Charter Communication offers a CableCard that should work with the InfiniTV card. Any concerns?
Are there cards available as a TV tuner compatible with Satellite Providers (Dish Network and/or DirectTV)? Has anyone used them with success?
Note: I have a PCI Express x16 slot, running at x16 avaiable
[U]Recording Devices[/U]
What recording devices are recommended and what is the video/sound quality does it provide? What type of connections are required?
Ideally, I'm looking for a small external device that can be stored in a closet (out-of-sight).
Just for the record, I have a Dazzle DVC-100 recording devices that I've used to record old video tapes. Any chance it would work for this situation? I've tried to install it, but NextPVR doesn't seem to recognize it.
In case you need to know, here are the components in my system: