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,163
» Latest member: MachineNext
» Forum threads: 65,042
» Forum posts: 596,055

Full Statistics

Online Users
There are currently 1845 online users.
» 0 Member(s) | 1842 Guest(s)
Baidu, Bing, Google

Latest Threads
NextPVR web interface sho...
Forum: Windows
Last Post: mvallevand
5 hours ago
» Replies: 14
» Views: 185
Automated Updates of IPTV...
Forum: Kodi / XBMC
Last Post: sub
Yesterday, 06:38 PM
» Replies: 2
» Views: 2,048
Synchronization issues wi...
Forum: Windows
Last Post: Ricknextpvr
2025-11-03, 11:55 PM
» Replies: 23
» Views: 365
Season and Episode values...
Forum: NextPVR Support
Last Post: mvallevand
2025-11-03, 07:16 PM
» Replies: 23
» Views: 481
Daylight saving time chan...
Forum: Docker arm32v7
Last Post: mvallevand
2025-11-03, 02:31 PM
» Replies: 7
» Views: 1,388
Iphone nextpvr app
Forum: NextPVR iOS and AppleTV Clients
Last Post: McAlsop
2025-11-03, 05:13 AM
» Replies: 8
» Views: 1,639
Issue with screen readers...
Forum: Windows
Last Post: sub
2025-11-02, 07:02 PM
» Replies: 16
» Views: 443
Tuner TBS-6209 SE
Forum: Hardware
Last Post: Marvi
2025-11-02, 05:49 PM
» Replies: 2
» Views: 76
some minor bugs and typos
Forum: Windows
Last Post: sub
2025-11-01, 05:00 PM
» Replies: 5
» Views: 184
US ATSC 3 FTC Comments wa...
Forum: Hardware
Last Post: mvallevand
2025-10-31, 12:44 AM
» Replies: 4
» Views: 1,732

 
  Program info won't go away during pause
Posted by: ttfitz - 2014-06-10, 03:16 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

Since I updated to the latest version, the program information displayed during pause on playback won't go away. I messed around with OSDTimeoutInfoOnPause, but it doesn't matter, it just stays on the screen.

Most of the time it wouldn't matter, but it makes it hard to read Chuck Lorre's vanity cards.

Thanks.

Print this item

  Dumbest question ever?
Posted by: Markcan - 2014-06-09, 11:41 PM - Forum: Kodi / XBMC - Replies (4)

I dunno, because I'm a new recruit. I downloaded and set up XBMC, then chose and installed NextPVR as my back end, but cannot for the life of me figure out how to configure it. I assume it's from within XBMC since it's an add-on, but can't seem to find the right menu item. :confused: You'd never know I was an IT manager in a former life. Could someone point me in the right direction? Hate being a n00b.

Print this item

  Live Stream stops at random
Posted by: Svekke - 2014-06-09, 07:10 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

My livestream stops at random moments.
I don't know what's happening.

I use MediaBrowser for live tv. Is it something on the next pvr side? Or on MB side?

Print this item

  NEWA not working on Win 8.1
Posted by: dshoup - 2014-06-09, 01:47 AM - Forum: Legacy (v4.x and earlier) - Replies (11)

I recently updated from Win 7 to Win 8.1. I'm not sure if it is related or not, but I get an error when I try to use NEWA (even using localhost with a port number on my nPVR computer). The error is:

Quote:Server Error in '/' Application.

The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +700
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +231

[HttpException (0x80004005): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +554
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +449

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34009

I've tried stopping my firewall and re-installing NEWA again using the development build on the web site. Anyone have suggestions on what to try next?

Print this item

  Web GUI Error
Posted by: biglawren - 2014-06-09, 12:53 AM - Forum: Legacy (v4.x and earlier) - No Replies

Here is what I am getting... Any help.


Remote

Code:
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Local
Code:
Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1729: 'N_EWA.classes.VerifyInernalNetworkJSON' does not contain a constructor that takes 2 arguments

Source Error:


Line 32:         public HttpResponseMessage GetNPVRVersion()
Line 33:         {
Line 34:             VerifyInernalNetworkJSON intNet = new VerifyInernalNetworkJSON(Request.GetQueryNameValuePairs(), Request);
Line 35:             if (!intNet.IsInternalnetwork && !intNet.IsValidatedClient)
Line 36:             {

Source File: c:\Users\Public\NPVR\web\App_Code\UtilServiceController.cs    Line: 34


Compiler Warning Messages:

Show Detailed Compiler Output:

Show Complete Compilation Source:


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408

Print this item

  issues with new install of nextpvr 3.2.9
Posted by: Andrewh - 2014-06-08, 04:39 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

I have a clean install of windows 7 pro 32 bit.
running the most recent 3.2.9 just downloaded.
I have a hauppague colossus card as the only tuner.
I am running composite video from an att uverse box into the card.
I have previous files on this machine that were recorded by gbpvr as well as some tv shows in mp4 and a few other file types.

I am not using the epg, nor am I setting it to record anything by time. I straight up just play a show and set it to record for 15 min to an hour or whatever the show is.

problem 1
no shows play back. even current recordings. it shows stuck on 0:00 with 0:00 remaining.
I tried changing encoders, but that doesn't seem to help.
I tried restarting between changes too but I just get the black screen.
the system still responds and I can back out and select something else, but none of them play.
even a recent recording I made with the latest software does the same thing.
I launched these all with windows media player and they all play fine.

problem 2.
no audio on live tv. however the recordings have audio and I can hear it just fine.
Now, I had to play the files back using windows media player due to problem 1, but I can hear the audio just fine.
I even shared them to another machine and they too played just fine with audio.

problem 3
can't cancel once you set something to record.
that pop up window for setting up a recording cannot be canceled out of. the cancel button doesn't seem to do anything.
I tried it with the remote and I tried it with a mouse click. it just sticks unless I say record.

finally 2 questions
old gbpvr let you set a recording by an amount of time rather than clock time.
does that still exist? is there a setting I can change?

does old gbpvr work on windows 7 with the colossus card? incase I can't figure this out.

Print this item

  Manually assign tunners to recordings?
Posted by: Croftie - 2014-06-08, 12:03 AM - Forum: Legacy (v4.x and earlier) - Replies (13)

Is this possible? When scheduling several recordings they are not always assigned to the same tuner if they are an the same mux, which then causes conflicts that npvr doesn't warn about (by design because it doesn't take padding into account) so recordings get cut off.

The only way I can see to do this is manually edit npvr.db3. Would that work? I'll test it tomorrow when the tunner isn't busy but in the mean time if anyone knows.

If that is the only way I'd love a gui option to manually assign tuners to recording. Overlaying the assigned tunner in the epg would be cool too so you can see at a glance they are assigned as you like.

Recently upgraded to 3.2.9 and it's working perfect, thank you Smile

Print this item

  Anyone out there for wiki?
Posted by: steeb - 2014-06-08, 12:02 AM - Forum: NPVR Documentation - No Replies

Big Grin

OK, I have a little more time on my hands than I had before. I am not sure, but I suspect, McBainUK may have moved onto different shores. It was his work that created what I think is a fairly solid wiki.

But times are a changing.

sub (as usual!) progresses NextPVR and so some wiki pages need some changes.

I say don't all shout at once. History shows you won't all shout at once anyway Big Grin

I have no idea if even anyone is bothered by this (changes to wiki pages).

But if anyone was bothered about wiki page changes

1Smile What would they be?
2Smile Can anyone help!

cheers

steeb

Print this item

  Guideplus problems
Posted by: jghanisco - 2014-06-07, 06:29 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (3)

I have used guideplus for over a year, and have noticed problems creeping up over the past month. I'm not sure if it's the number of recordings I have in the database (approaching 1000), or just the fact that certain shows are giving it headaches. For the past 3 nights, the epgupdate is pulling a new main file, but the guidepus update doesn't complete. Before this, I would notice the updated xml would show a date / time of 3 hours + after the original xml.

Firewall is off. Not sure what else I can have active on my machine to make this problem. I am currently running guideplus from the command prompt, and this is the exception that I get time after time:

Print this item

  XNEWA Error When Scheduling Recurring Recording of NEW Episodes
Posted by: pkscout - 2014-06-07, 05:42 PM - Forum: X-NEWA - Replies (4)

I've not had any luck getting XNEWA to setup recurring recordings. The most substantial issue is that when I try to setup a recurring recording of NEW episodes, a dialog box pops up that an error has occurred. If I change it to any other option (like record all episodes), I don't get an error, but the recording is not actually scheduled. I've included my XBMC log from an attempt to do both those things. The first attempt starts around line 834 (that's a recurring recording of new episodes), and the second attempt is just after that (a recurring recording of all episodes).

Also, XNEWA sets the default pre-padding to 2 minutes even though I have pre (and post) padding defaulted to 1 minute in the NPVR settings.

As some additional information, if I use the XBMC EPG with the NPVR enhanced dialog for Confluence, I seem to have more success with recordings (although I still have some specific challenges, but I'll post those separately). The pre and post padding also both show 1 minute as I would expect.

Print this item

Pages (6405): « Previous 1 … 1132 1133 1134 1135 1136 … 6405 Next »
Jump to page 

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