pvruser Wrote:ok here are 2 versions of UpdateEPG.bat:
cd "C:\Program Files\devnz\gbpvr\"
zap2xml\zap2xml.exe -u xxx@xxx.com -p xxx -d 12 -o zap2xml\epgfile.xml -c zap2xml\cache
this assumes that you set up a directory called zap2xml inside the gbpvr directory (thats why we CD and then use relative paths).
second version of UpdateEPG.bat:
cd "C:\Program Files\devnz\gbpvr\"
zap2xml\zap2xml.exe -C zap2xml\zap2xmlrc
and then create the config file zap2xmlrc inside the directory zap2xml:
start=0
days=12
user=xxx@xxx.com
pass=xxx
cache=zap2xml\cache
icon=media\ChannelLogos
outfile=zap2xml\epgfile.xml
either way works and will pull 12 days of programming.
then of course you need to set up the XMLTV plugin to load the XML file C:\Program Files\devnz\gbpvr\zap2xml\epgfile.xml (i used the full path not the relative one)
also see my instructions on the previous page of this post http://forums.gbpvr.com/showpost.php?p=2...stcount=30
i tried getting this to work but i get
C:\Program Files\devnz\gbpvr>zap2xml\zap2xml.exe -C zap2xml\zap2xmlrc
Logging in as ""
Login failed: Invalid e-mail address/password. Please log in again. at script/zap2xml.pl line 264.
C:\Program Files\devnz\gbpvr>
edit: i'm using the 2nd version if the UpdateEPG you have in your post.
edit 2: i seem to be able to use the command line functions instead of the config file fine. i will try updating my EPG when i get home from work.