2018-10-28, 03:09 AM
sub Wrote:I'm sure NextPVR will be running your UpdateEPG.bat, but you're having issues with whatever you're trying to run within your batch file.
When some users have had problems like this, to diagnose what is happening, they've edited their UpdateEPG.bat to pipe the standard-out/standard-error from the commands they're running, to some text file, so they can see check the output. This way they can see if some file isn't found, or some permission problem etc. Likely some issue with whatever grabber you're running, or it's data files etc.
If my BAT file was corrupted or coded improperly then why does it work when I run it in a elevated Command Prompt and updates the XMLTV File in the Scripts folder?
Anyways, here is my BAT file. I removed the login info. Can you show me how to add code to troubleshoot the BAT File? This is the same BAT file I have been using since Zap2it updated its Zap2Xml.exe file.
C:\Users\Public\NPVR\Scripts\zap2xml.exe -o C:\Users\Public\NPVR\Scripts\epg.xml -u sxxxxx@bxxxxxxx.xxx -p xxxxxxxxxx -d 14 -r 14 -a -D -A "new live" -E "amp apos quot lt gt" âF
By the way, this is almost a clone from NPVR Forum on how to code the BAT File. I just needed to add a couple of /switches to make it populate NPVR TV Guide with the new Zap2XML.exe grabber.