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,193
» Latest member: davidrfellows@gmail.com
» Forum threads: 65,379
» Forum posts: 602,213

Full Statistics

Online Users
There are currently 2826 online users.
» 3 Member(s) | 2815 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Facebook, Google, Twitter, Yandex, Jaggy, mvallevand, VCR58

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
2 hours ago
» Replies: 39
» Views: 3,743
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
Today, 07:22 AM
» Replies: 2
» Views: 488
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Today, 03:19 AM
» Replies: 15
» Views: 955
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
Yesterday, 10:35 PM
» Replies: 44
» Views: 6,467
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 255
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 215
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: 216
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 212
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 159
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 194

 
  Some channels are not appearing in nPVR but able to see all in HDR webpage
Posted by: theluckyman - 2017-08-23, 12:50 AM - Forum: Legacy (v4.x and earlier) - Replies (8)

I just called Comcast last night to upgrade more channels like NBA TV, ASPIRE channel etc something like that so somehow I went to rescan with HDR webpage to get all channels then rescan with nPVR but somehow I get half of channels are not showing at all. so here's zip of "lineup.xml" for you to take a look since nPVR doesn't like new channels when I am attempting to rescan and it take forever to get new channels it wasn't like that I usually get quick scan with nPVR so this time I get scanning and LOCK scanning something like that I just never seen it before it work when I am on Digital Preferred so now I am on X1 Premier Starter package with Comcast.

Thanks

Print this item

  Live TV
Posted by: RTKAT - 2017-08-22, 09:42 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

I have gone through several items in config to see if I could get the same channel to appear when ever I click on "Live TV." So far I have not found the answer. It would be nice instead of having to bring up two windows to get the list of channels and pick the one I want.

Print this item

  Missing log file?
Posted by: jcole998 - 2017-08-22, 02:02 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

The below screen capture shows a partial list of the ...\NPVR\Logs folder. It appears that all logs are rotated a through .log -> .log.1 -> .log.2 -> .log.3 cycle. Except for NPVR.log. Is it normal for NPVR.log.2 version to be missing? I've tried deleting the other versions for NPVR but the .2 version never returns.

Is this a nit of no consequence or am I missing what could be vital log records?

Where is NPVR.log.2?
[ATTACHMENT NOT FOUND]

Print this item

  4.0.4 cannot delete, unhandles exception
Posted by: ceandra - 2017-08-22, 04:42 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

Updated to 4.04 this weekend. After watching a show, tried deleting, get an unhandled exception. Tried several other deletes, same thing. Tried restarting, same thing. Attaching all logs from tonight.

Details in the exception window are pasted below

Using a HD Homerun device. The videos are 3 months old, TS format.

Not sure why deleting would require connection to IP, but it appears to be a socket issue.

Chuck

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:8968

Server stack trace:
at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(AddressFamily family)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at NShared.IRecordingService.DeleteRecording(ScheduledRecording scheduledRecording)
at NShared.RecordingServiceProxy.DeleteRecording(ScheduledRecording scheduledRecording)
at NextPVR.TV.ShowDetailsPopup.PluginCallback(Object source, String command, Object args)
at NUtility.Base.SimplePopup.HandleCommand(String command)
at NUtility.Base.SimpleMessageBox.OnClick(PointF location)
at NextPVR.ControllerForm.ControllerForm_MouseClick(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.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: 4.0.0.0
Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
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.7.2104.0 built by: NET47REL1LAST
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.7.2103.2 built by: NET47REL1LAST
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.7.2046.0 built by: NET47REL1
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.7.2102.0 built by: NET47REL1LAST
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.7.2102.0 built by: NET47REL1LAST
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.7.2102.0 built by: NET47REL1LAST
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.7.2102.0 built by: NET47REL1LAST
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.7.2046.0 built by: NET47REL1
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.7.2046.0 built by: NET47REL1
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.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
SlimDX
Assembly Version: 4.0.13.43
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/SlimDX.DLL
----------------------------------------
Unmanaged
Assembly Version: 1.0.6426.14303
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Unmanaged.DLL
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.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.

Print this item

  Auto delete episodes when keeping a limited number
Posted by: dinki - 2017-08-22, 01:00 AM - Forum: Legacy (v4.x and earlier) - Replies (10)

Hey guys. I have my recording set to keep 4 of the new episodes. I'd like for it to delete the oldest and record the newest so that I always have the newest four episodes. It seems the way I have it now it only keeps four episodes and then stops recording. Can someone tell me how to get this functionality?

Thanks!

Print this item

  4.0.4l Unhandled exception
Posted by: VCR58 - 2017-08-21, 11:30 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

After I installed the latest build of 4.0.4 I'm getting an unhandled exception error when selecting the "Devices" page in settings. The devices page populates with my devices at the same time the error message occurs. Nothing seems to be affected by this error and NPVR runs fine as far as I can tell.

Logs and error message details are attached.

Print this item

  USBUIRT x64 Driver
Posted by: jksmurf - 2017-08-21, 11:27 PM - Forum: Hardware - Replies (3)

I have been using my trusty USBUIRT for well over 10 years with NPVR and when the developer originally stopped updating drivers beyond Win 7/8 I had real problems with BSOD crashes in Windows 10. Whocrashed said it was FTDI, which is (only) used by the USBUIRT on my PC. The developer seems to have added /10 to the Win 7/8 list although the version number v2.06.01 did not change. What follows is for those of you with a USBUIRT that want to use it in Win10 x32/x64, in case you're still getting issues.

A year or two back I found a solution to modify the inf file and jump through a few hoops to get the driver from this FTDI site to work on WinX x64 (before the dev updated the drivers for Win7/8 to x64), using this link from the USBUIRT forum. I have now done this for Win10.

The attached contains the semi-finished product. I say semi as:

1. You WILL need to turn off driving signing to install. Notes to do this are in the file / link. I used the method here Disable device driver signing, the CMD line method did not work. You must reboot.
2. You may also need to sign the driver after installing using a 3rd party tool dseo13b.exe. Notes also in the file / link.
3. You may need to manually copy ftdibus.sys from the i386 folder to Windows_System32_drivers and then sign it. YMMV.

No responsibility for these, use at your own risk :-).

k.

Print this item

  Can't add new FM station after upgrade to 4.0.4
Posted by: jsauser11 - 2017-08-21, 04:25 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

Greetings!
I just upgraded my setup to Version 4.0.4 last night, and found that I can no longer add FM radio stations to my analog tuner. When I try and add a new station, I get an unhandled exception error.
Logs .zip uploaded. All previously stations added before the upgrade are still functional. Using a Hauppauge WinTV-HVR-2255 and had previously installed SoftPVR via a batch file and WinTV version 7 .exe.

Print this item

  Program scheduling
Posted by: jcole998 - 2017-08-21, 03:40 PM - Forum: Wishlist - Replies (2)

Scheduling a program for recording and not seeing that program turn red in the grid always sends a chill. It is usually because that particular episode has already been recorded and deleted and duplicate rules prevail. Launching NextPVR with the -removehistory parameter usually fixes the problem: The program will turn red upon scheduling.

Can NextPVR be adjusted so that it "knows" that a program is being scheduled from the grid, not an EPG update, and ignore/remove that episode's history?

Thanks for a great application!

Print this item

  4.0.4.170820 - Upgraded client, now NPVR won't launch on client
Posted by: HarryH3 - 2017-08-21, 03:07 AM - Forum: Legacy (v4.x and earlier) - No Replies

Upgraded the server (Win 7) with no problem. Then upgraded a client PC (Win 10). Now NTray does nothing on the client when I right click or double click. NextPVR starts on the client, but only shows up as a background application in Task Manager. It never appears onscreen and never appears under the Apps section of task manager.

Reinstalled again and rebooted client. No change.

Logs from client attached.

Print this item

Pages (6435): « Previous 1 … 778 779 780 781 782 … 6435 Next »
Jump to page 

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