I click on pause during a commercial break while watching a recording in progress.
At some point, NextPVR restart on it's own while the EDL file is changed :confused:
I also noticed that when you go back before a commercial break while watching a recording in progress, it is almost impossible for NextPVR to skip to the end when the EDL file change, even when using "999", so you have to click before, click again again and at some point it stop skipping.
I'm on Windows 10 and primarily use Kodi as the frontend, but whenever I get the buffering issue with a channel I've switched over to the NextPVR viewer to watch live tv. However, recently I haven't been able to get the status bar at the bottom of the screen that displays the channel, time and channel description to fade away. Obviously this has been quite annoying, as it obscures the bottom 1/3rd of the screen. Is there a command that I'm missing that dismisses this or is this a bug in the new version? I checked the forums and didn't see anyone else complaining about the issue.
Just spend 30min ordering my channels, clicked "Bulk Map" to map my xmltv sources and lost all the reordering work...
When in Settings->Channels the only button that should loose your changes is "Cancel".
Either all reordering changes are reflected immediately or the program should offer to save when going into the "Groups"/"Bulk Map"/... view.
I get this error in NPVR when trying to update a recurring recording that was more than likely setup in Kodi 16 Beta.
NPVR 3.66 on WIndows 2008 R2 Server. Kodi on Nvidia Shield TV running Kodi beta 16.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
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.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)
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
Title says it all. For Kodi and other third party front end users that don't use the NPVR client, it would be nice to be able to access the settings panel directly from right clicking the black/white NPVR icon in the notification area.
I just noticed that when I am recording a show and also watching it live, when the recording is finished, the live tv will exit instead of continuing. Is that the intended behavior?
To reproduce:
1) Within the EPG, select any show and then select Quick Record.
2) Back in the EPG, select the same show and select Play.
When the recording finishes, then it will exit back to the EPG.
I have a dual tuner setup for satellites 23.5E and 28.2E.
Did an initial full scan on my first tuner, clicked 'yes' to copy over the scanned channels to my other tuner.
If I click scan again, it starts from 0 and scans all possible transponder locations for channels?
If I would download the sat ini files from satellites-xml.eu and place them in "C:\Users\Public\NPVR\Tuning\DVB-S" I still need to scan for channel changes in NPVR?
Scanning for channel changes is done through "Devices>Device Setup>Scan"?
What happens if I delete all other satellites from "C:\Users\Public\NPVR\Tuning\DVB-S" and only keep '0235.ini' and '0282.ini'? Shorter scan times?
Correct that if I want to add a channel I need to do a full scan again and select it? (No way to quickly enable/disable channels?)
Please forgive if I posted this in the wrong area.
This tutorial will show you how to install zap2xml so that NextPVR can auto update the data for the TV guide.
I am writing this tutorial to help those, who like myself, banged their head against a wall trying to get EPG data for OTA digital broadcasts. Now for me, the DVB/ATSC EPG did work but only contained 2 days at most for some channels and less than a day for others. That just wasn't going to work. Everywhere I looked said the easier solution was to just go to SchedulesDirect. While $25/yr doesn't sound like a bad deal, the whole reason I opted to cancel my cable and build this setup was to avoid paying for services like that. I finally have a setup that works. I didn’t do this alone. I found the answer here in the NextPVR forum. I am putting all the steps together in this step by step guide. Do yourself a favor and completely read through this once before actually going through the process.
First I want to point out the original thread and those that posted everything to help me get here.
Original Thread: How-to-setup-Tv-Guide
Thanks to: sub - pBS - Graham - GeoLaw
1: zap2xml
Zap2xml is a small program that will pull the guide data out of zap2it.com or tvguide.com.
Go to Zap2xml and download zap2xml-install.exe. You can find it about half way down the page.
Run the installer and install Zap2xml to the Scripts folder in NextPVR database folder. On my system it is located at: “C:\Users\Public\NPVR\Scripts”.
2: zap2it
This is one of the EPG data sources that zap2xml can use. Originally, I registered with this website and created a user account, it’s free. You can use that username and password within zap2xml to get the data. It is possible to get the data without being registered. Both ways work and currently I do not know of any pros or cons either way. If you want to register to create an account, do that now. If you do create an account, goto 'change my location', enter zipcode and select provider. Then goto Set Preferences and check "Show six hour grid".
3: Create UpdateEPG.bat
In windows files explorer, navigate to the Scripts folder in the NextPVR database folder “C:\Users\Public\NPVR\Scripts” ( this could be different for you).
Right click an empty area and go to New and click Text Document. Then rename the text doc to UpdateEPG.bat. Make sure that in doing so you change the .txt file extension to .bat.
If you do not see the .txt file extension, goto windows folder options and uncheck ‘hide extensions for known types’.
Right click on the UpdateEPG.bat and click edit. Add the following text to the file.
Registered with Zap2it website? Add the following lines to the bat file and change USERNAME (actually your email address) and PASSWORD to what you created at Zap2it.
If you are not registered with Zap2it or just don’t want to login to get the data, add the following lines to the bat file and change both ZIPCODE entries to your zipcode.
4:
Open a command prompt, type the following and hit enter:
(this should match the location of your Scripts folder located in NextPVR database folder)
Quote:cd /d C:\Users\Public\NPVR\Scripts
5:
In the command prompt, type ‘UpdateEPG.bat’ and press enter.
When it is finished running, you should see something like the following:
Quote:Writing XML file: C:\Users\Public\NPVR\Scripts\epg.xml
Completed in 3s (Parse: 2s) 56 stations, 944 programs, 1734 scheduled.
If you see something like that, skip 6 and go to #7.
If you see it return something like this, continue to #6
Quote:Can't locate URI.pm in @INC (@INC contains: CODE(0x2b65e64) C:\Users\USERNAME\AppData\Local\Temp\par-47656f72
6765\cache-709d80414085c53abfd80ec559ac37c4061ccf1b\inc\lib C:\Users\USERNAME\AppData\Local\Temp \par-47656f72
6765\cache-709d80414085c53abfd80ec559ac37c4061ccf1b\inc CODE(0x287d624) CODE(0x2
87d924)) at (eval 18) line 2.
6:
Go to the location C:\Users\USERNAME\AppData\Local\Temp : This will be different for you. Get the address from your command prompt.
Now delete the folder proceeding C:\Users\USERNAME\AppData\Local\Temp\par-47656f726765. This will be different for you. Get the folder name from your command prompt.
Install Pearl for Windows Pearl
Open a CMD prompt then type:
Quote:cd /d c:\windows\system32
Then type
Quote:ppm install TimeDate
Once complete, return to the start of #5
7:
In the scripts folder, C:\Users\Public\NPVR\Scripts, you should not see a file labeled epg.xml. If not, go back to step #5 and try to run it again. If you still do not have the epg.xml file, ask for help in this forum as you are experiencing something I haven’t.
8:
Open NextPVR
Go to Settings
Click on Channels Do the following for each channel listed.
Double click the channel
Under EPG Source, select XMLTV
Browse to C:\Users\Public\NPVR\Scripts and select epg.xml
Under Mapping, select the appropriate channel
Hit ok once all the channels are mapped.
9: Test it out
While still in Setting under Channels, hit Empty EPG to clear it out and then Update EPG to get the EPG data. If everything goes right, you should have 1 days of data for every channel in your guide. Now this is getting the data from the epg.xml in the Scripts folder.
10: Last step
Now that we have everything setup and working, let’s set this to get more than just 1 day of guide data.
Back in the scripts folder, C:\Users\Public\NPVR\Scripts
Right click the UpdateEPG.bat file and click edit.
What you are looking for is the –d 1 in the string. The lower case d, not the upper case D.
Change the 1 to 10 or whatever you would like.
You string should closely match one of the following two, depending on whether you are using a registered account or not.
Verify your file locations and change USENAME (actually your email address), PASSWORD & ZIPCODE where appropriate.
Right now I am not sure why but clicking Update EPG button in NextPVR>Settings>Channels does not populate the epg.xml file.
You can manually run UpdateEPG.bat or setup a timer to run it to generate the epg.xml file.
I will update once I get the Update EPG button figured out.
Let me know if I missed something and ask if you have questions.
I would like to better understand how NextPVR controls the Hauppauge HDPVR using config.xml. There is little information in the Wiki entry but many keywords in config.xml.
Is there somewhere I can read up on these keywords?
Basically, I'd like to experiment with other recording formats offered by HDPVR as indicated in Total Media Extreme(TME).