[mythtvnz] mythfilldatabase and epg.pvr.geek.nz

Jonathan Guthrie mythtvnz@lists.linuxnut.co.nz
Wed, 20 Jun 2007 20:39:24 +1200


I've run into a problem where mythfilldatabase isn't adding new data  
to MySQL.
MythWeb shows the following:

Last mythfilldatabase run started on 2007-06-20 20:24 and ended on  
2007-06-20 20:24. mythfilldatabase ran, but did not insert any new  
data into the Guide. This can indicate a potential problem with the  
XML file used for the update.
There's guide data until 2007-06-24 14:00 (4 days).

This is my script set to run in the early hours of the morning...

cd /home/mythtv/Desktop/epg/
rm -f /home/mythtv/Desktop/epg/listings.xml
wget http://epg.pvr.geek.nz/epg/listings.xml.gz
gzip -d listings.xml.gz
mythfilldatabase --file 1 -1 listings.xml --update

Any ideas why it's not working?


Jono

// ---------------------------------------------------------
/*
     Jonathan Guthrie
     xServe Ltd, Wellington NZ
     jono@xserve.co.nz   |   http://xserve.co.nz
     DDI +64 4 978 7388   |   Mob +64 21 678890

*/
// ---------------------------------------------------------