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,173
» Latest member: EstaL
» Forum threads: 65,371
» Forum posts: 602,142

Full Statistics

Online Users
There are currently 1825 online users.
» 3 Member(s) | 1816 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, BrettB, mvallevand, sub

Latest Threads
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
10 hours ago
» Replies: 1
» Views: 56
New version problem with ...
Forum: Windows
Last Post: Swami
Yesterday, 12:23 AM
» Replies: 47
» Views: 3,731
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 133
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,411
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 291
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 222
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 504
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,151
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 383
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 270

 
  Streaming & DB Access.
Posted by: skl111 - 2012-08-06, 06:43 AM - Forum: Wishlist - Replies (13)

I know these are not easy, but they are wishes.

1. Move to a network version of SQLite

http://sqlite.org/cvstrac/wiki?p=SqliteNetwork

2. Eliminate the need to Share the Data Directory across the network

3. Have the installer ask user if they want to run the NPVR software in client mode, or server mode and install it with those settings.

4. Import Media directory settings from Server.

5. Ability to stream from the NPVR server media from server media directories eliminated need for client to access them.

6. Fix issues with Installer errors for different OS'es such as Windows XP getting error for Windows 6.X OS style user directorys.

7. Have installer ask user if they want to use default data directory

8. Have installer to not install & start recording service, if user selects client mode.

9. headless ie. run as a service mode for server, so the gui isn't loaded.

I am listing these as I am finding them doing an install of 2.55.

Print this item

  PIP Problem, reboots computer
Posted by: Jakesty - 2012-08-06, 05:26 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

When I had PIP running, just using the keyboard, no remote I made a couple of channel changes successfully, then it rebooted my computer. I tried running PIP a second time with the same results.

Windows 7 64bit Home Premium.
The reboot shows this message in Event Viewer.

[INDENT]The computer has rebooted from a bugcheck. The bugcheck was: 0x00000116 (0xfffffa8003c314e0, 0xfffff8800f40ea08, 0x0000000000000000, 0x0000000000000002). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 080512-12417-01.[/INDENT]

Print this item

  2.5.5 Black screen during Live TV (Analog)
Posted by: whyukon - 2012-08-06, 03:46 AM - Forum: Legacy (v4.x and earlier) - Replies (36)

Since upgrading to 2.5.5, when I start Live TV, I see the video and hear the audio for about 1/2 second (this varies, but rarely longer then 1/2 second), then the screen goes black (but with progress bar), and the audio continues. If instead I choose to record the program using the TV guide, then immediately start playing it back (while still recording), then it works as normal, both video and audio.
I have two different TV tuners to choose from, a Dell Angel with built-in MPEG, and a Hauppauge 950Q with no built-in MPEG encoder. Regardless of which I choose to watch Live TV, I have the same problem... video but no audio.
I have gone to my settings and tried each one of my MPEG2 video decoders (ffdshow, Cyberllink, Microsoft MPEG2, Sonic Cinemaster, MPC, Intervideo, and CBVA DMO wrapper filter) and they all work, or rather don't work, the same way.
I tried installing the latest patch, but the problem remains the same.
I have checked the forum for a similar issue in the past, and I haven't found anything that helps me out.
I have attached a zip containing my NRecord.log and NPVR.log.
Thanks for helping me with this.
Glen

Print this item

  Tuner plugins
Posted by: mvallevand - 2012-08-05, 10:48 PM - Forum: Developers - Replies (4)

I am changing my setup to make the NextPVR backend a headless server only and will only be using clients for playback and it is working out better than I expected. I have run into a problem with tuner plugins when I try and schedule with the client (Record or Quick Record) generating this error

Code:
System.NullReferenceException: Object reference not set to an instance of an object. at NShared.RecordingServiceProxy.ScheduleRecording(EPGEvent epgEvent, Boolean onlyNewEpisodes, ScheduledRecording scheduledEvent, Boolean allocateRecurring, DayMask dayMask, Int32 keep, Int32 recurrenceGroupID, Boolean timeslot, Boolean forceScheduleReload, String advancedRules) at NShared.RecordingServiceProxy.ScheduleRecording(EPGEvent epgEvent, ScheduledRecording scheduledEvent, Boolean allocateRecurring, DayMask dayMask, Int32 keep, Int32 recurrenceGroupID, Boolean timeslot, Boolean forceScheduleReload) at NShared.RecordingServiceProxy.ScheduleRecording(EPGEvent epgEvent, Int32 prePadding, Int32 postPadding, RecordingQuality quality, String recordingDirectoryID) at NShared.RecordingServiceProxy.ScheduleRecording(EPGEvent epgEvent, RecordingQuality quality) at NextPVR.TV.ShowDetailsPopup.HandleCommand(String command) at NextPVR.TV.ShowDetailsPopup.HandleButtonCommand(String buttonName) at NUtility.Controls.UiButtonList.OnKeyDown(KeyEventArgs e) at NextPVR.TV.ShowDetailsPopup.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)

associated with this message

2012-08-05 18:36:42.347 [ERROR][1] Specified capture plugin not found: NetworkRecorder.NetworkRecorder
2012-08-05 18:36:42.347 [ERROR][1] Specified capture plugin not found: NetworkRecorder.NetworkRecorder

Is there anyway to avoid this, installing the plugin avoids the problem but it seems like an unnecessary step.

Martin

Print this item

  MCE Remote Green Button won't start NPVR
Posted by: cncb - 2012-08-05, 10:36 PM - Forum: Legacy (v4.x and earlier) - Replies (22)

I have a Rosewill "certified" MCE remote control with the shiny green button. I have WMC disabled in Programs and Features and no other remote control software installed. All other commands work in NPVR and I have NTray.exe running but the green button is not starting NPVR.

Print this item

  Force restart required on client PC
Posted by: cncb - 2012-08-05, 10:13 PM - Forum: Legacy (v4.x and earlier) - Replies (15)

I get the 'NextPVR is recording' message when trying to restart a client PC which seems like it might not be intentional?

Print this item

  NEWA on 2.4.5 - Can't log in to config
Posted by: psycik - 2012-08-05, 09:03 PM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (1)

I get the following error:

Code:
2012-08-06 08:53:12.504 [INFO][16] 2012-08-06 08:53:12.504 [INFO][16] 2012-08-06 08:53:12.504 [INFO][16] Establishing login salt 2012-08-06 08:53:12.504 [INFO][16] Login salt = c2965f8a-9a19-447d-8b61-3118b9fad200 2012-08-06 08:53:12.504 [INFO][16] Registering hidden field...LoginButton.UniqueID = _ctl0:ContentPlaceHolder1:LoginButton 2012-08-06 08:53:12.504 [INFO][16] 2012-08-06 08:53:12.734 [DEBUG][4] Got Web Request (192.168.1.40): /info2.aspx 2012-08-06 08:53:12.829 [INFO][4] Using wmi for free space determination..... 2012-08-06 08:53:13.009 [INFO][4] Using wmi for free space determination..... 2012-08-06 08:53:13.369 [DEBUG][4] Got Web Request (192.168.1.40): /public/sha1-min.js 2012-08-06 08:53:13.369 [DEBUG][19] Got Web Request (192.168.1.40): /public/sha256-min.js 2012-08-06 08:53:13.369 [ERROR][4] System.Web.HttpException: File does not exist. at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response) at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context) at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 2012-08-06 08:53:13.374 [DEBUG][16] Got Web Request (192.168.1.40): /themes2/Default/js/common.js 2012-08-06 08:53:13.374 [ERROR][19] System.Web.HttpException: File does not exist. at System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response) at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context) at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 2012-08-06 08:53:13.379 [DEBUG][19] Got Web Request (192.168.1.40): /themes2/Default/js/info.js 2012-08-06 08:53:13.384 [DEBUG][4] Got Web Request (192.168.1.40): /themes2/Default/css/info.css 2012-08-06 08:53:13.484 [DEBUG][19] Got Web Request (192.168.1.40): /AjaxService2.asmx/jsdebug 2012-08-06 08:53:13.609 [DEBUG][19] Got Web Request (192.168.1.40): /ScriptResource.axd 2012-08-06 08:53:17.334 [DEBUG][4] Got Web Request (192.168.1.40): /public/download.ashx/-1,1 2012-08-06 08:53:17.339 [INFO][4] In process download..... 2012-08-06 08:53:17.339 [INFO][4] In writing of file

Haven't tried the latest version yet so not sure if already fixed. This is after hitting submit on the login page.

Print this item

  Amazon Image Format
Posted by: Petrovski - 2012-08-05, 01:07 PM - Forum: TV Listings - Replies (2)

Downloaded images [Amazon] are BMP format which are not compatible with NPVR Recordings [JPG or PNG]. Obviously they could be converted if required but are JPG or PNG not available instead?

Print this item

  EPG Collector
Posted by: jcjefferies - 2012-08-05, 12:17 PM - Forum: Legacy (v4.x and earlier) - Replies (22)

Thanks Sub for adding the “EPG Collector” support as this will give access to the “Series ID” and “Unique programme ID” found under "episode-num" transmitted in the DVB-T data stream and used by UK Freeview PVRs. This is the main feature I have been waiting for because I currently delete most recordings as duplicates.

However in the EPG database I can see “unique_id” which I assume is the same as “Unique Programme ID” but can see nothing that could be the “series_id”. I have been using EPG Collector to produce an XMLTV EPG input file instead of the standard DVB EPG overnight update for almost 2 months so was sort of expecting the IDs to appear in the database after the EPG update for the new version of NextPVR.

Print this item

  2.5.5 Windws Shortcuts causing Null exceptions
Posted by: Lao Pan - 2012-08-05, 11:38 AM - Forum: Legacy (v4.x and earlier) - Replies (9)

I have a folder on the C drive in "Videos" which has shortcuts to folders on another computer - stops delays accessing Videos when the other computer is off - when trying to access these shortcuts NPVR throws an exception (see logs and text) - same thing happens on the shortcut to the Recordings directory.

NPVR 2.5.5 with the skipping patch installed.

Print this item

Pages (6434): « Previous 1 … 1470 1471 1472 1473 1474 … 6434 Next »
Jump to page 

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