2018-11-03, 05:54 PM
Martin,
In the EPG Setup I find
"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.
cd /d C:\Users\Public\NPVR\Scripts
C:\Users\Public\NPVR\Scripts\zap2xml.exe -o C:\Users\Public\NPVR\Scripts\epg.xml -u USERNAME -p PASSWORD -d 1 -S 1 -D -A "new live" -E "amp apos quot lt gt" –F "
I am a computer rookie so I follow directions which show "cd /d C:\Users\Public\NPVR\Scripts" as the first line of the UpdateEPG.bat file. Is that no longer necessary?
David,
Have you tried editing the batch file to remove all switches except -d14 to see if it works. Just a thought that one of the switches is the problem, at least then if it works you could try adding one switch at a time to see how it works after the change. If it still doesn't work I'm not sure what to tell you.
Here is my UpdateEPG.bat and it works fine and I have logged output as suggested.
cd /D c:\Users\Public\NPVR\Scripts\
zap2xml.exe -u username -p password -d 14 -T -S 1 -N 4 -D > zap2xml.log 2>&1
I use the default output xmltv.xml and have NPVR settings >channels >epg to >xmltv. Previously I too used the -o ….epg.xml, I forget the details but I was having problems and that seemed to correct them. I would give it a try though I am hard pressed to say why it should work.
zap2xml does periodically have problems that can be odd. I recently was having problems and deleting the cache, xmltv.xml file, logging out and back into zap2it.com fixed it for unknown reasons. Just deleting the cache and xmltv.xml file and rerunning UpdateEPG.bat didn't work by itself only by adding logging out and back in seemed to do the trick.
Craig
In the EPG Setup I find
"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.
cd /d C:\Users\Public\NPVR\Scripts
C:\Users\Public\NPVR\Scripts\zap2xml.exe -o C:\Users\Public\NPVR\Scripts\epg.xml -u USERNAME -p PASSWORD -d 1 -S 1 -D -A "new live" -E "amp apos quot lt gt" –F "
I am a computer rookie so I follow directions which show "cd /d C:\Users\Public\NPVR\Scripts" as the first line of the UpdateEPG.bat file. Is that no longer necessary?
David,
Have you tried editing the batch file to remove all switches except -d14 to see if it works. Just a thought that one of the switches is the problem, at least then if it works you could try adding one switch at a time to see how it works after the change. If it still doesn't work I'm not sure what to tell you.
Here is my UpdateEPG.bat and it works fine and I have logged output as suggested.
cd /D c:\Users\Public\NPVR\Scripts\
zap2xml.exe -u username -p password -d 14 -T -S 1 -N 4 -D > zap2xml.log 2>&1
I use the default output xmltv.xml and have NPVR settings >channels >epg to >xmltv. Previously I too used the -o ….epg.xml, I forget the details but I was having problems and that seemed to correct them. I would give it a try though I am hard pressed to say why it should work.
zap2xml does periodically have problems that can be odd. I recently was having problems and deleting the cache, xmltv.xml file, logging out and back into zap2it.com fixed it for unknown reasons. Just deleting the cache and xmltv.xml file and rerunning UpdateEPG.bat didn't work by itself only by adding logging out and back in seemed to do the trick.
Craig