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

Full Statistics

Online Users
There are currently 1949 online users.
» 3 Member(s) | 1940 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, greg in kansas, mvallevand, VCR58

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
7 minutes ago
» Replies: 38
» Views: 3,730
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
8 hours ago
» Replies: 2
» Views: 484
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,457
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 249
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 198
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: 207
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 208
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 156
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 191

 
  Reccuring Recordings not Deleting
Posted by: Lao Pan - 2019-12-28, 09:51 AM - Forum: NextPVR Support - Replies (9)

This may be a browser problem (Pale Moon Browser) but clicking on the dustbin to delete a recurring recording in Schedules - dustbin goes red but the recording remains.
IE 11 doesn't appear to be compatible with v5 web interface.

Print this item

  From Synology, can stream but can't record
Posted by: seeker_ktf - 2019-12-28, 01:07 AM - Forum: Docker amd64 - Replies (2)

HI.  I'm really excited to be installing NextPVR on my Synology.  I have it mostly configured and it's *almost* working...  (Also, I hope this is the right thread.  Note: V4 on Windows still works.)

From Internet Explorer, when I watch a live TV stream, everything seems fine.  If I go to the temp folder I can see the TS file getting bigger and from my PC I can eve play it through VLC.  However, if I try to record a show, it doesn't work.  NextPVR is making the new folder, then the season folder, and it also creates a .ts file and .xml file.  The .xml file is all populated correctly, but the .ts file never gets bigger than 0 bytes.  I feel like it's got to be some configuration thing, but ?

In the log file I am getting a connection refused message repeatedly.  Here is a piece:

Code:
2019-12-27 23:36:42.462 [DEBUG][28] HTTP input source starting 2019-12-27 23:36:42.475 [DEBUG][28] Unexpected error in HTTP input source: System.Net.WebException: Connection refused Connection refused ---> System.Net.Http.HttpRequestException: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)   --- End of inner exception stack trace ---   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)   at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)   at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)   at System.Net.HttpWebRequest.SendRequest()   at System.Net.HttpWebRequest.GetResponse()   --- End of inner exception stack trace ---   at System.Net.HttpWebRequest.GetResponse()   at NShared.Shim.InputSourceHTTP.WorkerThread() 2019-12-27 23:36:42.475 [DEBUG][28] HTTP input source starting 2019-12-27 23:36:42.488 [DEBUG][28] Unexpected error in HTTP input source: System.Net.WebException: Connection refused Connection refused ---> System.Net.Http.HttpRequestException: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused   at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)   --- End of inner exceptio

and it just repeats.  I have the synology firewall turned off for the moment (behind a router).  Other than that I'm sorta lost. 

I'd be greatly pleased if someone could help me with this.

Print this item

  Determine if recording is in progress/pending programatically
Posted by: selowan - 2019-12-27, 10:15 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

I have been working at automating a backup of the database and config files.  Here's what I think I know, hopefully someone will be able to tell me how accurate this is:

  • The Nrecord.exe service must be stopped to copy the database file.
  • User must be an admin to stop/start the service.
  • NextPvr runs as a user that is not an admin. I base this on trying and failing to stop the service from PostUpdateEpg.bat 
I ended up with a scheduled Powershell task running as local admin that stops the service, performs the backup, and starts the service.

It works well, but I would like to be able to determine if a recording is in progress, or about to start in the next few minutes from within the script.  If so, I'd just bug out of the script and let it run the next day.  It's scheduled for the wee hours, so while it's possible something might be recording, it would be rare, and I'm OK with not backing it up every day.

This must be possible, since the System plug-in can do it.  Can anyone point me in the right direction?

Thanks,

Mike
.

Print this item

  "Delete All Channels" Prompt??
Posted by: mwkurt - 2019-12-27, 12:32 AM - Forum: Windows - Replies (4)

Hello,

In the Channels Editing window. Enter a search term in the search box. Highlight the any part of the search using your mouse and press "Delete" on the keyboard.  The "Do You want to delete all Channels?" prompt will appear.



Attached Files Thumbnail(s)
   
Print this item

  Moving recording files
Posted by: MrGenius1 - 2019-12-26, 08:31 PM - Forum: NextPVR Support - Replies (5)

I would like to move my recorded shows from one box (Windows) to another (Libreelec 9.2). I can copy the files over with no problem but how do I get the Libreelec system to see them?

Print this item

  Setting Device Status
Posted by: CDinger - 2019-12-25, 04:30 PM - Forum: Wishlist - Replies (8)

I am using Version: 5.0.1.191224 and notice that in setting > device status results are always "No devices are currently active" even if a show is being recorded. The TV  Guide indicates recording as the show is red.  I am using Arch thus a non-Debian installation. Everything else seems to be working fine.

Print this item

  Backing Up Channels and importing new Channels?
Posted by: mwkurt - 2019-12-24, 07:53 PM - Forum: Windows - Replies (3)

Hello,

Couple questions...Is there a way now or proposed to back up our channel configurations?

What happens to our channel configurations if we add more channels in the future? Suppose I want to add MLB Season Ticket this Spring from my eyepeeTeeVee service. Will my current configuration be overwritten?

Thanks,
Mark

Print this item

  2020 TV Guide Doesn't Show up
Posted by: rmahlberg - 2019-12-24, 02:26 PM - Forum: Legacy (v4.x and earlier) - Replies (14)

My TV Guide listings show "no show detail" starting between 1PM - 2:30PM on 12/31/2019.  I manually updated the xmltv file this morning and the problem persisted.  The listings in the xmltv file extend into 2020 (I pull 14 days from Zap2It).  This is my first problem pulling TVGuide information since the original setup 2 months ago.

Is there something different I need to do?

Print this item

  Live TV not working
Posted by: jresnick - 2019-12-24, 12:26 PM - Forum: Legacy (v4.x and earlier) - Replies (21)

I have used the software for years with a HDPrime with no problems.  All of a sudden, live TV will not work.  In addition, I record the late night shows.  Steven Colbert is the only one that will not record, as I'm getting an error message that signal can not lock.  I have Xfinity and use a cable card.  Any ideas?

Print this item

  Error streaming channels with channel name containing international characters(v5)
Posted by: fwpvr789 - 2019-12-24, 03:49 AM - Forum: Windows - Replies (7)

Hi,

This issue has been there since the very first v5 release I installed and it doesn't exist in v4. Basically if the channel name contains international characters (e.g. Chinese), the server has issue to parse the *.ts.map file which in turns fails the streaming process. I have changed all the names to English letters and have been living with it hoping this will be resolved in a couple releases. However, until now it seems no one else has reported the issue. I think it's the time I bring it up.

I have a channel named "CCTV-1综合HD", you would notice two Chinese letters in it, when I start streaming the channel, NextPVR runs into the following error in the nrecord.log. further investigation revealed that it tried to parse a file called "live-CCTV-1综合HD-20688-4.ts.map" but failed. However if I removed the Chinese letters from channel name, the error went away and the streaming was fine. I believe it's an encoding support issue. Hope Sub and/or Martin can address it. Thanks a lot!

...
2019-12-23 22:03:09.468 [DEBUG][15] IPTV StartStream@8
2019-12-23 22:03:09.468 [DEBUG][15] Creating writer: LIVE&H:\StreamCaptures\Videos\live-CCTV-1综合HD-20688-4.ts
2019-12-23 22:03:09.468 [DEBUG][15] live mode
2019-12-23 22:03:09.469 [DEBUG][41] RollingFile.Open(H:\StreamCaptures\Videos\live-iptv-c738aef1dd794c759431498d0578b106.ts)
2019-12-23 22:03:09.491 [DEBUG][15] Created Mutex: Global\NPVR-mutex-98cf9a8bec6679ad24fe63233e752c1f
2019-12-23 22:03:09.491 [DEBUG][15] Created map: System.IO.FileStream
2019-12-23 22:03:09.492 [DEBUG][15] StartStream [LIVE&H:\StreamCaptures\Videos\live-CCTV-1综合HD-20688-4.ts] allocated handle: 4
2019-12-23 22:03:09.492 [DEBUG][15] IPTV StartStream@9
2019-12-23 22:03:09.492 [DEBUG][15] Live TV handle: 0x140004
2019-12-23 22:03:09.492 [DEBUG][15] StartStream(9151:CCTV-1综合HD, LIVE&H:\StreamCaptures\Videos\live-CCTV-1综合HD-20688-4.ts) allocated handle: 1310724
2019-12-23 22:03:09.492 [DEBUG][15] Handle: 140004
2019-12-23 22:03:09.492 [DEBUG][15] StreamNative@9 (storing stream handle: 1310724)
2019-12-23 22:03:09.492 [DEBUG][15] clientHandle[f785b355-7871-41e5-a8f2-542c2dbee833] = 1310724 *
2019-12-23 22:03:09.693 [DEBUG][15] StreamNative@10 (with close monitoring...)
2019-12-23 22:03:09.693 [DEBUG][15] RollingFile.Open(H:\StreamCaptures\Videos\live-CCTV-1综合HD-20688-4.ts)
2019-12-23 22:03:09.701 [ERROR][15] Unexpected end of file while parsing Name has occurred. Line 14, position 5.
2019-12-23 22:03:09.802 [ERROR][15] Unexpected end of file while parsing Name has occurred. Line 14, position 5.
...
2019-12-23 22:03:09.903 [ERROR][15] Unexpected end of file while parsing Name has occurred. Line 14, position 5.
2019-12-23 22:03:10.004 [ERROR][15] Unexpected end of file while parsing Name has occurred. Line 14, position 5.
2019-12-23 22:03:10.105 [ERROR][15] Unexpected end of file while parsing Name has occurred. Line 14, position 5.
2019-12-23 22:03:10.206 [ERROR][15] Unexpected end of file while parsing Name has occurred. Line 14, position 5.
2019-12-23 22:03:10.307 [ERROR][15] Unexpected end of file while parsing Name has occurred. Line 14, position 5.
...
2019-12-23 22:03:11.901 [ERROR][15] Unexpected error streaming channel: System.Xml.XmlException: Unexpected end of file while parsing Name has occurred. Line 14, position 5.
  at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
  at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String arg)
  at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
  at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
  at System.Xml.XmlTextReaderImpl.ParseEndElement()
  at System.Xml.XmlTextReaderImpl.ParseElementContent()
  at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
  at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
  at System.Xml.XmlDocument.Load(XmlReader reader)
  at System.Xml.XmlDocument.LoadXml(String xml)
  at NShared.Utility.FileMapHelper.GetMappingDoc()
  at NShared.Utility.RollingFile.IsComplete()
  at NShared.Streaming.StreamingHelper.StreamNative(ServiceResponseStream responseStream, Dictionary`2 parameters)

Print this item

Pages (6435): « Previous 1 … 539 540 541 542 543 … 6435 Next »
Jump to page 

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