2009-07-06, 11:11 PM
I'm using mc2xml to update my EPG, but after I update, I have "No Details" for all listings. I don't know what I'm doing wrong. My UpdateEPG.bat file consists of the following lines:
@echo off
Rem Get Guide Data from mc2xml
c:\EPG\MCEPGUpdate.exe
Rem Send the command to GB-PVR to tell it to update its EPG
C:\Program Files\devnz\gbpvr\gbpvr.exe -OnlyUpdateEPG
My MCEPGUpdate.exe is and executable of a .bat file that consists of the following:
del xmltv.xml
mc2xml.exe -f -c ca -g XXXXXX -C mc2xml.chl -F -o xmltv.xml
where: XXXXXX is my Postal Code.
Now the base xmltv.xml file is built from the mc2xml.exe command and resides in the same directory. The gbpvr command is run as it builds an xmltv.xml file in the gbpvr directory. Thing is the original file is around 50-60 Megs, while the rebuilt one is over 100Megs. But I'm still getting "No Details" so I don't quite understand where I'm going wrong. Should I be deleting the xmltv.xml file that resides in the gbpvr directory as well? Any help is appreciated. Thanks in advance. I also REMed out the "C:\Program Files\devnz\gbpvr\gbpvr.exe -OnlyUpdateEPG" command as I read in the Wiki that it is not used externally anymore, but it didn't make a difference.
Thanks again. Have a good one.
@echo off
Rem Get Guide Data from mc2xml
c:\EPG\MCEPGUpdate.exe
Rem Send the command to GB-PVR to tell it to update its EPG
C:\Program Files\devnz\gbpvr\gbpvr.exe -OnlyUpdateEPG
My MCEPGUpdate.exe is and executable of a .bat file that consists of the following:
del xmltv.xml
mc2xml.exe -f -c ca -g XXXXXX -C mc2xml.chl -F -o xmltv.xml
where: XXXXXX is my Postal Code.
Now the base xmltv.xml file is built from the mc2xml.exe command and resides in the same directory. The gbpvr command is run as it builds an xmltv.xml file in the gbpvr directory. Thing is the original file is around 50-60 Megs, while the rebuilt one is over 100Megs. But I'm still getting "No Details" so I don't quite understand where I'm going wrong. Should I be deleting the xmltv.xml file that resides in the gbpvr directory as well? Any help is appreciated. Thanks in advance. I also REMed out the "C:\Program Files\devnz\gbpvr\gbpvr.exe -OnlyUpdateEPG" command as I read in the Wiki that it is not used externally anymore, but it didn't make a difference.
Thanks again. Have a good one.
My Home Page:
http://sites.google.com/site/maycreates/Home
Where I discuss Computer related DIY projects I'm working on.
http://sites.google.com/site/maycreates/Home
Where I discuss Computer related DIY projects I'm working on.