First Gazoo, I apologise. Normally I can bite my tongue, and this time I can't. However I will try to reread this post several times before I send...
This is not specifically to you
---
It's time for directives rather than suggestions. While sub checks the logs (I highly doubt that GB-PVR failed...), Here are some must haves. Also, I'd rather be Black and White here rather than completly technically accurate.
[SIZE="4"]Making sure the UpdateEPG.bat is being called[/SIZE]
The batch file is UpdateEPG.bat. Think of it as case sensitive. (I don't care if it isn't, let's just be consistent)
EPG time is set in config. When time arrives, UpdateEPG.bat WILL be called. No ifs ands or buts...
Set service to interact with desktop I have not tested otherways, but don't care. I use UltraXMLTV Enhancer and that REQUIRES it, so point is moot if you are using it too.
You do not need to wait until the night to test. Right-click on tray icon and click Update EPG. It calls the batch file and then then updates. If this isn 't working, then your system is broken. Period. (see interact with desktop)
You WILL NOT see the batch file run! If you want to see what's hapening, open a Task Manager and then Update the EPG (see above). GB-PVR hides the batch file when it launches it (Ultra does force itself to be seen, so that is one way to know that it's working. You can also use the log entries that dennit suggested...
[SIZE="4"]Making sure the UpdateEPG.bat is calling the Grabber and Enhancer automatically and requiring no user interaction.[/SIZE]
Now that we know that the UpdateEPG.bat is being called, it's time to make sure that everything inside the batch file happens correctly...
Paths: I'm in the habit of always switching to the folder of the app being called. Just like you showed you are doing. Make sure that you explicitly use full path for xmltv file in both grabber and enhancer. Try not to use paths with spaces in it ('Program Files'). It just avoides problems down the road...
Grabber: OUR wiki gives very straightforward instructions on using mc2xml. It goes beyond the author's site. If you follow our instructions you won't have problems...
Microsoft/Zap2it are known to be tardy on updating their listings. getting 10-12 days is good, and don't worry. the -f switch just forces a new download, and if there's nothing new, you just wasted a few seconds and some bandwidth.
Enhancer: you already know the wiki shows how to put the enhnacer in the batch file. I would make sure that you are using the very latest from the New Release thread http://forums.nextpvr.com/showthread.php...post313636
UpdateEPG.bat
ca is for canada, and the -g is for a (fake) canadian postal code. Change to suit
This is not specifically to you
---
It's time for directives rather than suggestions. While sub checks the logs (I highly doubt that GB-PVR failed...), Here are some must haves. Also, I'd rather be Black and White here rather than completly technically accurate.
[SIZE="4"]Making sure the UpdateEPG.bat is being called[/SIZE]
The batch file is UpdateEPG.bat. Think of it as case sensitive. (I don't care if it isn't, let's just be consistent)
EPG time is set in config. When time arrives, UpdateEPG.bat WILL be called. No ifs ands or buts...
Set service to interact with desktop I have not tested otherways, but don't care. I use UltraXMLTV Enhancer and that REQUIRES it, so point is moot if you are using it too.
You do not need to wait until the night to test. Right-click on tray icon and click Update EPG. It calls the batch file and then then updates. If this isn 't working, then your system is broken. Period. (see interact with desktop)
You WILL NOT see the batch file run! If you want to see what's hapening, open a Task Manager and then Update the EPG (see above). GB-PVR hides the batch file when it launches it (Ultra does force itself to be seen, so that is one way to know that it's working. You can also use the log entries that dennit suggested...
[SIZE="4"]Making sure the UpdateEPG.bat is calling the Grabber and Enhancer automatically and requiring no user interaction.[/SIZE]
Now that we know that the UpdateEPG.bat is being called, it's time to make sure that everything inside the batch file happens correctly...
Paths: I'm in the habit of always switching to the folder of the app being called. Just like you showed you are doing. Make sure that you explicitly use full path for xmltv file in both grabber and enhancer. Try not to use paths with spaces in it ('Program Files'). It just avoides problems down the road...
Grabber: OUR wiki gives very straightforward instructions on using mc2xml. It goes beyond the author's site. If you follow our instructions you won't have problems...
Microsoft/Zap2it are known to be tardy on updating their listings. getting 10-12 days is good, and don't worry. the -f switch just forces a new download, and if there's nothing new, you just wasted a few seconds and some bandwidth.
Enhancer: you already know the wiki shows how to put the enhnacer in the batch file. I would make sure that you are using the very latest from the New Release thread http://forums.nextpvr.com/showthread.php...post313636
UpdateEPG.bat
Code:
c:
cd\
cd C:\EPG\Grabbers\mc2xml
mc2xml -D 1.dat -f -c ca -g T2Z1Z1 -o [color=Navy]C:\EPG\xmltv_1.xml[/color]
c:
cd\
cd C:\EPG\UltraXMLTV
UltraXMLTV_Enhancer.exe [color=Navy]C:\EPG\xmltv_1.xml[/color]
ca is for canada, and the -g is for a (fake) canadian postal code. Change to suit
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]