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,188
» Latest member: dromanas
» Forum threads: 65,378
» Forum posts: 602,198

Full Statistics

Online Users
There are currently 1555 online users.
» 4 Member(s) | 1545 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand, RonB1949, sub, VCR58

Latest Threads
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
17 minutes ago
» Replies: 15
» Views: 903
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
5 hours ago
» Replies: 44
» Views: 6,434
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
2026-09-08, 12:25 PM
» Replies: 32
» Views: 3,678
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 244
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 186
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: 201
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 195
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 153
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 186
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,960

 
  How to limit timer to "Only New Episodes"
Posted by: MikeM - 2017-03-03, 04:02 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

How do I specify a timer that will record All New Episodes on Any Day at Any Time?

Print this item

  TV Listing crashing
Posted by: jamissr - 2017-03-02, 11:01 PM - Forum: TV Listings - Replies (24)

getting unhandled exception with TV Listings. cant configure anything in the settings part, and cant click on it in the client without getting the error.

tried the patch from a previous thread (even though it was fixed) but still no luck.

-[ATTACHMENT NOT FOUND]

Sorry if i missed a common solution, ive looked around this site for a couple days but havent seen anything.

using the latest version of nextpvr, 3.9.2, and today applied the latest version of the program exe since it said a few tweaks and i hoped it would fix it.

As far as i can tell im using the latest version of the plugin, (downloaded it today), and a pretty fresh install of nextpvr as i just reinstalled the pc last week.

Thanks,

Print this item

  How to best verify success when adding a recurring recording
Posted by: drmargarit - 2017-03-02, 02:50 AM - Forum: Developers - Replies (1)

This is the call:
myRecording = ScheduleHelper.ScheduleRecording(NPVREvent, true, pre, post, DayMask.ANY, 0, RecordingQuality.QUALITY_DEFAULT, false);

Code stolen from NEWA follows this up with:

if (myRecording.OID != 0)
{
myRecording = ScheduledRecording.LoadByOID(myRecording.OID);

I assume that it is verifying that it added the recurring recording successfully. In my limited number of tests, however, myRecording.OID is always zero, even though the call was successful.
How should I be verifying the success or failure of the ScheduleRecording call?

Thanks,

Jim

Print this item

  Schedules Direct Bulk Mapping Unhandled Exception
Posted by: rookslide - 2017-03-02, 12:52 AM - Forum: Legacy (v4.x and earlier) - Replies (7)

I'm new, my apologies. I've been attempting to get NextPVR set up as I am trying to get away from WMC. I have a HDhomerun Prime tuner installed and working smoothly.
I have managed to get TV to stream through NextPVR, however the guide data eludes me. I am trying to use Schedules Direct to get the guide data which when editing the details for a single channel works great, however Bulk Map gets the Unhandled Exception every time. I have gone through the forums and seen this isn't a unique problem but most people seem to get the fix for it when they select only the first channel edit the detail then try bulk mapping. I have tried this repeatedly to no avail. I have also used an xml file created by mc2xml which works but isn't from my prefered source. I have uninstalled, deleted the NPVR folder and reinstalled then followed the forums and you tube video directions precisely also to no avail. The mc2xml method works but doesn't help me load up the schedules direct source which is what I would prefer to do.

The error window Details:

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 NShared.SchedulesDirectJSONEPGSource.GetChannelsForLineup(SchedulesDirectLineup lineup)
at NextPVR.Settings.ChannelRemapForm.LoadChannelList()
at NextPVR.Settings.ChannelRemapForm.ChannelRemapForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.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: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
NextPVR
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NextPVR.exe
----------------------------------------
NUtility
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1636.0 built by: NETFXREL3STAGE
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
NShared
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NShared.DLL
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.85.0
Win32 Version: 1.0.85.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Data.Entity
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Unmanaged
Assembly Version: 1.0.6158.18570
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Unmanaged.DLL
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
SlimDX
Assembly Version: 4.0.13.43
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/SlimDX.DLL
----------------------------------------
taglib-sharp
Assembly Version: 2.0.4.0
Win32 Version: 2.0.4.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/taglib-sharp.DLL
----------------------------------------
ManagedUPnP
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/ManagedUPnP.DLL
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
Newtonsoft.Json
Assembly Version: 6.0.0.0
Win32 Version: 6.0.3.17227
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Newtonsoft.Json.DLL
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.6.1590.0 built by: NETFXREL2
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.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.

Logs should be attached.

Any help would be great. So far I like the smooth stability of NextPVR but mapping all this data one channel at a time is cray-cray...

Print this item

  Another Dumb Question
Posted by: jrockow - 2017-03-01, 09:54 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

Somehow or another I managed to screw up my view of the forum webpage.
Specifically I reduced the size of the type to a point where I can barely read it.

I have searched all over trying to figure out a way to make it larger, but no joy yet.
HELP!

Thanx.

Print this item

  Folder monitoring or import recordings?
Posted by: nprince - 2017-03-01, 12:02 PM - Forum: Legacy (v4.x and earlier) - Replies (1)

Hi

I am converting from Windows MCE to Kodi with NextPVR. I have a load of MCE TV recordings (.wtv files) that I want to be able to display as recorded TV in NextPVR (ie like I have been using it all the time Smile ). I haven't managed to work out a clear answer for this so my questions are:

1. Am I able to import other recordings into NextPVR?
2. Is this an actual import process or is it by folder monitoring? If it is an import, what do I need to do?
3. Do I need to convert from .wtv format to enable import/folder monitoring? If so, what format(s) can I use?
4. Is there a way to keep the metadata from the original recordings?

Thanks for your help

Print this item

  Audio capture bitrate wrong
Posted by: wordisbond - 2017-03-01, 09:14 AM - Forum: Legacy (v4.x and earlier) - No Replies

Hi
I have a Hauppauge HD PVR 60. After installing NextPVR I updated the config.xml to have the audio capture at 256 kb/s. This worked fine until recently where it now captures at 96 kb/s. I haven't altered any settings and have tried adjusting the config.xml but audio remains at 96 kb/s.

This is the audio info from mediainfo
ID : 1602 (0x642)
Menu ID : 1 (0x1)
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Codec ID : 3
Duration : 53 s 424 ms
Bit rate mode : Constant
Bit rate : 96.0 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Compression mode : Lossy
Delay relative to video : -192 ms
Stream size : 626 KiB (1%)

Thanks

Print this item

  Finding IP server address on windows 10
Posted by: bahsarie - 2017-03-01, 03:45 AM - Forum: Legacy (v4.x and earlier) - Replies (1)

Hello all,
I'm new to this and I can't seem to find where I would find my ip server address for my nextpvr. I found the port number but not the address in order to set it up on my Roku.

Any help is appreciated. I did do a search through the forums but couldn't find anything. Though it was not exhaustive.

Thanks!

Print this item

  No recordings imported
Posted by: Reddwarf - 2017-02-28, 04:24 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

Has anyone else tried to export and import recordings with the new version and patch? It did not work here so I had to go bac to the original npvr.db3, sorry I lost the logs....

Print this item

  NPVR crash when scan for channels
Posted by: ivanflash84 - 2017-02-28, 02:54 PM - Forum: Legacy (v4.x and earlier) - Replies (13)

Hello,

I did install npvr and in the middle of the instalation, I get error "Microsoft register server has stopped working." Problem details are:
Problem signature:
Problem Event Name: APPCRASH
Application Name: regsvr32.exe
Application Version: 6.1.7600.16385
Application Timestamp: 4a5bca28
Fault Module Name: NPVRCCDump.ax

and so on all Register Filters.

When i hit close and installation is complete, I cannot scan for channels, NPVR crashes and get this error:

Problem signature:
Problem Event Name: APPCRASH
Application Name: NextPVR.exe
Application Version: 1.0.0.0
Application Timestamp: 582e9cd0
Fault Module Name: NPVRWriter.ax
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 5817b34f
Exception Code: c0000005
Exception Offset: 0000bb60
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 9242
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

I was tried probably everything but with no luck (Turn off DEP, disable firewall, antivirus, install npvr on fresh windows etc...)

It's a Windows7, 32bit.

Log is in attach.

Please help.

I have on another computer npvr and it works great.

Print this item

Pages (6435): « Previous 1 … 817 818 819 820 821 … 6435 Next »
Jump to page 

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