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,180
» Latest member: Dollyart
» Forum threads: 65,376
» Forum posts: 602,167

Full Statistics

Online Users
There are currently 1992 online users.
» 0 Member(s) | 1987 Guest(s)
Applebot, Baidu, Bing, Google, Yandex

Latest Threads
actors producer director
Forum: Wishlist
Last Post: a1blues
2 hours ago
» Replies: 4
» Views: 34
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
Today, 01:00 AM
» Replies: 1
» Views: 122
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 104
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 91
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 137
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,803
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 181
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
2026-08-28, 03:57 AM
» Replies: 5
» Views: 3,452
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 363
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 268

 
  KeyMappings.xml?
Posted by: 2leftfeet - 2015-10-04, 05:41 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

What does this key mapping do?

<Key code="F9" command="MainMenu"/>


doesn't seem to work for me - please shed some light on this - thanks!

Print this item

  Understanding how Nrecord.exe controls sleep / wake?
Posted by: jksmurf - 2015-10-04, 12:47 PM - Forum: Legacy (v4.x and earlier) - Replies (49)

I'm trying to troubleshoot my PC waking up immediately after going to sleep (after 1 hr 5mins).

I looked at the Event Viewer logs filtered on "Power Troubleshooter" (in logs) and there are a number of events (example below) referring to NRecord.exe which occur after the completion of the wake to record. I also know that PostProcessing.bat calls comskip.exe.

Code:
The system has returned from a low power state. Sleep Time: ‎2015‎-‎10‎-‎03T22:09:32.453496600Z Wake Time: ‎2015‎-‎10‎-‎03T22:10:33.966870600Z Wake Source: Timer - NRecord.exe

Is it likely that what is logged as NRecord.exe is actually comskip.exe, called from NRecord.exe via PostProcessing.bat but logged as coming from NRecord.exe in EventViewer?

If not then any suggestions why NRecord.exe would keep waking the PC every 3 or 4 mins, after it has finished recording?
Finally, what can I do to avoid this behaviour (Server is in the bedroom so is quite sensitive to WAF...).

k.

Print this item

  determine channels
Posted by: helpful55 - 2015-10-03, 11:27 PM - Forum: Kodi / XBMC - Replies (5)

I have next all set up other than what to put in for the channels I want to access. I would like to use the channels from DexterTV, Phoenix and IPTV, but I have to list those in the settings and I don't know how to determine what goes in there. Can anyone help me get that info? Thanks.

Print this item

  updateepg.bat script to check if a recording is in progress before update
Posted by: snagglewest - 2015-10-03, 05:28 PM - Forum: Legacy (v4.x and earlier) - Replies (18)

I'm trying to get a script running that checks if a recording is in progress before updating the EPG. My updates are scheduled to run at 5am, not a time I normally have recordings going, but ever once in a while it presents a problem. I messed around with this a while back but couldn't get it working. Having lost another recording has motivated me to fix it. I good while ago I found a snippet that is supposed to check if a recording is in progress and wait until it's done before starting the EPG update. Unfortunately running the bat file seems to put the script into a loop and never actually does anything. I added some simple logging to the script so I could see were the problem occurs. There's nothing recording but the script just keeps restarting itself. Could someone script savvy take a look and see if there's any glaring errors that might be causing

Code:
@ECHO off REM Update EPG only if not recording ECHO -------------------------- >> epg.log ECHO Starting new updateEPG BAT file run - %time%>> epg.log CD /d "%~dp0" :loop set chknpvr=1 "c:\Program Files (x86)\NPVR\NScriptHelper.exe" -isInUse | find "NOT RECORDING" set chknpvr=%ERRORLEVEL% if %chknpvr% NEQ 0 timeout 300 if %chknpvr% NEQ 0 goto loop if %chknpvr% EQU 0 "C:\Program Files (x86)\NPVR\NextPVR.exe" -updateepgonly ECHO updateEPG BAT complete - %time%>> epg.log exit

And here's a portion of the log that gets generated.

Code:
Starting new updateEPG BAT file run - 13:07:56.88 -------------------------- Starting new updateEPG BAT file run - 13:07:58.18 -------------------------- Starting new updateEPG BAT file run - 13:07:59.50 -------------------------- Starting new updateEPG BAT file run - 13:08:00.80 -------------------------- Starting new updateEPG BAT file run - 13:08:02.09 -------------------------- Starting new updateEPG BAT file run - 13:08:03.43 -------------------------- Starting new updateEPG BAT file run - 13:08:04.73 -------------------------- Starting new updateEPG BAT file run - 13:08:06.01 -------------------------- Starting new updateEPG BAT file run - 13:08:07.30 -------------------------- Starting new updateEPG BAT file run - 13:08:08.58 -------------------------- Starting new updateEPG BAT file run - 13:08:09.89 -------------------------- Starting new updateEPG BAT file run - 13:08:11.23 -------------------------- Starting new updateEPG BAT file run - 13:08:12.52

Snag

Print this item

  a little help getting restarted wih a HDHR Prime
Posted by: soccerdad - 2015-10-03, 11:11 AM - Forum: Legacy (v4.x and earlier) - Replies (10)

Hi All
I need some help getting some basic functionality going with a HDHR Prime. I recently upgraded to W10 on one system. I just want to be able to view some basic channels using my HDHR Prime as the tuner. So I installed the latest NPVR release and I have totally forgotten how to set it up for using that tuner. Do I still have to use a network tuner plugin? Or is there a native way to do it. The tuner does not show up in the tuner list in config.

Thanks!

Print this item

  DVB Data and series recording
Posted by: Tre4Bax - 2015-10-03, 07:52 AM - Forum: Legacy (v4.x and earlier) - Replies (13)

In an attempt to get my EPG working better I decided to stop using the EPGCollectors XML file for my guide and drop back to the standard OTA guide data. This now fills the guide well with some juggles on timing etc. The challenge I now notice is that I do not seem to be able to schedule series type programs. Even if I try and do something like Doctor Who on BBC1 it refuses to even highlight as a recording let alone record all episodes. I tried this because I thought if any guide data would be good it would be the beebs ;-)

The question is, should the guide data I am grabbing from DVB contain this information. i.e. should everything just work?

I'd use SchedulesDirect but unfortunately it appears that is not possible outside of the US and a few related countries. :-(

Any pointers to a flawless EPG would be gratefully received.

Print this item

  TitanTV UUID and Hauppauge PartnerID
Posted by: davidc502 - 2015-10-03, 03:01 AM - Forum: Legacy (v4.x and earlier) - Replies (4)

This has probably been hashed many times, but I looked through quite a few posts, and didn't see the following, so I'll ask.

http://www.titantv.com/Services/PartnerT...op=GetUUID

Has anyone discovered any PartnerID's or way of getting the uuid for TitanTV? I hear there's no way of getting it anymore, but didn't know if anyone had any other ideas.

Print this item

  Universe plugin update
Posted by: mvallevand - 2015-10-02, 11:55 PM - Forum: UbuStream, Web Radio and Universe - No Replies

I forgot to post the attached update for Universe that fixes a problem when there is no video meta data in the UPnP info

Here it is playing LiveTV in Kodi from an HDTC (wifi) Note this plays directly bypassing NextPVR

https://youtu.be/XPzSc7FI69A

Martin

Print this item

  "Block shutdown while recording" overruled by Windows Update
Posted by: cncb - 2015-10-02, 09:37 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

I have Windows 10 set for automatic updates, and last night it restarted for an update while I was recording a show. Can NPVR prevent this or do I have to turn off automatic updates?

Print this item

  Multiple recordings of the same show
Posted by: Handy.Man - 2015-10-02, 06:26 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

This afternoon while watching a recording, it started stuttering !

I looked at the Device status and there was 10+ recording of the same show. Way too many for the server.

I tried to cancel the recording with the client, but the status didn't show any change

I tried to cancel the recordings on the server, but NextPVR was unresponsive.

I stop the service, restarted the service and again I had 15 or so recording of the same show.
I kill all compskip processes and was able to cancel the recordings with the client. Some showed "...alternated airings...:
Maybe I should untick the "Look for alternate airings on unresolved conflict" ?

The only thing that changed on the server in the last days was the installation of Windows Update yesterday followed by a reboot.
KB2999226 Update for Universal C Runtime in Windows
KB3080079 Update to add RDS support for TLS 1.1 and TLS 1.2

Print this item

Pages (6435): « Previous 1 … 1000 1001 1002 1003 1004 … 6435 Next »
Jump to page 

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