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,138

Full Statistics

Online Users
There are currently 1672 online users.
» 2 Member(s) | 1664 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand, sub

Latest Threads
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
8 hours ago
» Replies: 1
» Views: 56
New version problem with ...
Forum: Windows
Last Post: Swami
Today, 12:23 AM
» Replies: 47
» Views: 3,727
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 131
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: 289
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: 503
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,150
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 381
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 268

 
  Duplicate devices showing up
Posted by: snagglewest - 2012-08-11, 09:03 PM - Forum: Legacy (v4.x and earlier) - Replies (11)

My last recording didn't start properly and looking at the devices, I found there are duplicate entries for all the tuners along with some I don't even have like the HDHomeRun Prime. I tried to delete all the duplicates, but that didn't work, they just reappeared as soon as I restarted. It looks like NPVR is trying to use the blank tuner rather than the actual tuners which are mapped correctly.

I'm at a loss to get rid of the duplicates and get NPVR back to normal.
[ATTACH=CONFIG]34056[/ATTACH]
Snag

Print this item

  microsoft net framework error,unhandled exception
Posted by: rallen52 - 2012-08-11, 08:29 PM - Forum: Legacy (v4.x and earlier) - Replies (13)

Microsoft net framework error,unhandled exception,whenever i try to set up live tv,i get this,can anyone tell me how to fix this,i m fairly new at this,thanks to all

Print this item

  Plugin problems with started from the command line
Posted by: mvallevand - 2012-08-11, 06:39 PM - Forum: Developers - Replies (11)

Several plugins seem to have trouble when called from command line, I assume because their CTOR call's use functions that aren't supposed to be in the constructor.

I see this everyday in my log for

NextPVR.exe -updateepgonly

Here are the results for SSPlus, YouTube, and Plex

Code:
2012-08-11 14:15:20.604 [INFO][1] SSPlus Ctor: Version 1.2.0.0 2012-08-11 14:15:20.605 [ERROR][1] Error loading screen plugin: C:\Users\Public\NPVR\Plugins\SSPlus\SSPlus.dll 2012-08-11 14:15:20.607 [ERROR][1] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at SSPlus.SSPlus..ctor() in C:\Documents and Settings\Alex\My Documents\Visual Studio 2008\Projects\SSPlus dev\SSPlus.cs:line 116 --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at NUtility.PluginRegistry.LoadPluginsFromRoot(String pluginDirectoryBase) 2012-08-11 14:15:20.607 [INFO][1] SSPlus Ctor: Version 1.2.0.0 2012-08-11 14:15:20.607 [ERROR][1] Error loading screen plugin: C:\Users\Public\NPVR\Plugins\SSPlus\SSPlus.dll 2012-08-11 14:15:20.608 [ERROR][1] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at SSPlus.SSPlus..ctor() in C:\Documents and Settings\Alex\My Documents\Visual Studio 2008\Projects\SSPlus dev\SSPlus.cs:line 116 --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at NUtility.PluginRegistry.LoadPluginsFromRoot(String pluginDirectoryBase)

YouTube

Code:
2012-08-11 14:15:20.632 [ERROR][1] Error loading screen plugin: C:\Program Files\NPVR\Plugins\YouTube\YouTube.dll 2012-08-11 14:15:20.634 [ERROR][1] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at NextPVR.YouTube.YouTubePlugin..ctor() in F:\Projects\NextPVR\YouTube\YouTube\Plugin.cs:line 19 --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at NUtility.PluginRegistry.LoadPluginsFromRoot(String pluginDirectoryBase) 2012-08-11 14:15:20.634 [ERROR][1] Error loading screen plugin: C:\Program Files\NPVR\Plugins\YouTube\YouTube.dll 2012-08-11 14:15:20.635 [ERROR][1] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at NextPVR.YouTube.YouTubePlugin..ctor() in F:\Projects\NextPVR\YouTube\YouTube\Plugin.cs:line 19 --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at NUtility.PluginRegistry.LoadPluginsFromRoot(String pluginDirectoryBase)

Plex seems to cause this one

Code:
2012-08-11 14:21:29.238 [ERROR][1] Unexpected error: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark) at System.Reflection.Assembly.GetTypes() at NUtility.PluginRegistry.LoadPluginsFromRoot(String pluginDirectoryBase)

SSPlus has this one on EPG_UPDATE too

Code:
2012-08-11 14:11:35.057 [DEBUG][1] EPG_UPDATED 2012-08-11 14:11:35.068 [ERROR][1] Object reference not set to an instance of an object. 2012-08-11 14:11:35.070 [ERROR][1] System.NullReferenceException: Object reference not set to an instance of an object. at SSPlus.SSPlus.NUtility.IEventNotification.Notify(String eventName, Object eventArg) in C:\Documents and Settings\Alex\My Documents\Visual Studio 2008\Projects\SSPlus dev\SSPlus.cs:line 1319 2012-08-11 14:11:35.070 [DEBUG][1] SSPlus Notify: finished... 2012-08-11 14:11:35.070 [ERROR][1] Object reference not set to an instance of an object. 2012-08-11 14:11:35.070 [ERROR][1] System.NullReferenceException: Object reference not set to an instance of an object. at SSPlus.SSPlus.NUtility.IEventNotification.Notify(String eventName, Object eventArg) in C:\Documents and Settings\Alex\My Documents\Visual Studio 2008\Projects\SSPlus dev\SSPlus.cs:line 1319 2012-08-11 14:11:35.070 [DEBUG][1] SSPlus Notify: finished...

Martin

Print this item

  Long delay starting NPVR on client after wake
Posted by: cncb - 2012-08-11, 05:26 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

I have a long delay (>20 s) when starting NPVR on clients (from when I launch the exe until I see the main menu). This only occurs after I wake up the client PC from sleep. Presumably, it might not be able to connect right away to the shared drive containing the database. Does the program have some kind of loop where it keeps trying to connect where the time between retries might be able to be shortened? Note that the delay apparently occurs before the log file is written so no delay shows up in there. Also, the NPVR shared drive on the server is set to not spin down.

Print this item

  PIP not functioning
Posted by: chalkster99 - 2012-08-11, 11:47 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

Im running one tuner card currently and cant get PIP to work from the context menu at all .. No response at all from any of the PIP functions whether in Live TV , videos or whatever. Any ideas ? Logs attached.. I would have thought I could watch another channel in the same freq as a PIP. TIA

Print this item

  Saving Recordings in folders based on the "Name" field
Posted by: XJW - 2012-08-11, 10:56 AM - Forum: Wishlist - Replies (19)

Example: I setup a manual recurring recording for '%doctor who%'. In the "Name" field I put the title "Doctor Who". At the moment the recordings may be saved under many folder names eg: "Doctor Who - New Episode" or "Doctor Who - Double Episode" or "Doctor Who - Season Finale".

It would be good if all the recordings were saved in a folder based on the "Name" field "Doctor Who".

I am guessing that there is a way to do this with one of the utilities used to move and rename files and update the database.

I am not sure if others would like this as an "out of the box" solution or tic box option perhaps ? But I thought I would mention it as I would Smile

Print this item

  Prevent monitor standby during music playback
Posted by: alibert - 2012-08-11, 10:29 AM - Forum: Legacy (v4.x and earlier) - Replies (6)

Hi,

is there a way to prevent the monitor turning off during music playback? It seems that my lcd tv stops passing through the hdmi audio signal to the avr when the screen enters standby.

-alibert

Print this item

  Cancellation of individual pending recordings
Posted by: Petrovski - 2012-08-11, 09:22 AM - Forum: Wishlist - Replies (25)

Currently if a pending scheduled recording episode of a series is cancelled it gets put back by the next epg update.
I would like a feature added so that the cancellation of that episode can be made permanent.

Print this item

  Meta data video library
Posted by: stustunz - 2012-08-11, 03:04 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

When i use external meta data for description in video library for movies not recorded by nextpvr.
The description (name of file.xml) and image shows when i open the folder.
But if paused or blue button pressed to show description I only get the little image on left but no description at bottom of screen?

Is there another file its looking for or any way to get it to show like it does if the meta data is embedded?

Print this item

  universe and live streams from PlayOn
Posted by: johnsonx42 - 2012-08-11, 02:32 AM - Forum: UbuStream, Web Radio and Universe - Replies (2)

Martin,

I've been playing around with PlayOn and Universe again, and have encountered a bit of a problem. After I watch a live TV stream, like from the NBCOlympics or NASA TV plugins, an instance of MediaMallServer.exe stays at 50% CPU (i.e. 100% of 1 core on my dual core system) and makes everything else in NPVR slow and choppy. This goes on until I shut down the server from the PlayOn program, or just End-Task on the offending MediaMallServer.exe process.

Could this be a Universe bug where it doesn't properly tell PlayOn that no one is watching any more, or would this be a PlayOn bug? Have you encountered this before?

I attached the NPVR log; in this instance my wife went into Universe at 18:33:40.099, launched NASA TV for a minute, found it wasn't what she wanted (Curiousity rover mission coverage), and hit Escape. About 15-20 minutes later I went in and restarted the PlayOn server.

Thanks.

Print this item

Pages (6434): « Previous 1 … 1466 1467 1468 1469 1470 … 6434 Next »
Jump to page 

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