<div class="gmail_quote">On 10 June 2012 12:24, David Moore <span dir="ltr"><<a href="mailto:dmoo1790@ihug.co.nz" target="_blank">dmoo1790@ihug.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 10/06/12 09:31, Paulgir wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hi All<br>
<br>
Till now,due to the lack of a permanent LAN connection,I have been<br>
updating the EPG by manually running tv_grab_nz-py and then<br>
mythfilldatabase weekly.<br>
I now have a wireless LAN,so I am trying to automate the process.<br>
I have run into problems.I have followed these instructions:<br>
<a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/501519?search_string=tv_grab_nz-py;#501519" target="_blank">http://www.gossamer-threads.<u></u>com/lists/mythtv/mythtvnz/<u></u>501519?search_string=tv_grab_<u></u>nz-py;#501519</a><br>

<br>
Am I correct to think that running tv_grab_nz-py should automatically<br>
cause mythfilldatabase to run,updating the EPG.In my case it doesn't.<br>
I can only achieve this by manually running mythfilldatabase.<br>
I have tried to use this alternative method From another thread:<br>
<br>
"Oh - and once you're done - here's an easy script to import the EPG data:<br>
<br>
#! /bin/bash<br>
wget <a href="http://nzepg.org/freeview.xml.gz" target="_blank">http://nzepg.org/freeview.xml.<u></u>gz</a><br>
gunzip freeview.xml.gz<br>
mythfilldatabase --file 1 freeview.xml --update<br>
rm freeview.xml<br>
exit<br>
<br>
Paste it into a text file, save it with a ".sh" extension, make it<br>
executable (chmod +x) then run it as a daily cron task at, say, 3am and<br>
you never need be without an up-to-date EPG!"<br>
<br>
<br>
<br>
This also does not work for me.When I run this script in a terminal I<br>
get the following output:<br>
<br>
myth@myth:~$ /home/myth/nzepg_download.sh<br>
--2012-06-10 09:01:34-- <a href="http://nzepg.org/freeview.xml.gz" target="_blank">http://nzepg.org/freeview.xml.<u></u>gz</a><br>
Resolving nzepg.org... 74.207.253.88<br>
Connecting to <a href="http://nzepg.org" target="_blank">nzepg.org</a>|74.207.253.88|:80... connected.<br>
HTTP request sent, awaiting response... 200 OK<br>
Length: 189441 (185K) [application/octet-stream]<br>
Saving to: `freeview.xml.gz'<br>
<br>
100%[=========================<u></u>=============>] 189,441 227K/s in 0.8s<br>
<br>
2012-06-10 09:01:36 (227 KB/s) - `freeview.xml.gz' saved [189441/189441]<br>
<br>
Boolean type options do not accept values:<br>
--file<br>
Received '1' but unassociated arguments have not been enabled<br>
mythfilldatabase version: fixes/0.25 [v0.25-94-gec51a97] <a href="http://www.mythtv.org" target="_blank">www.mythtv.org</a><br>
<br>
<br>
Mythfilldatabase does not run as a result of this script.<br>
Any suggestions that might get either method working will be appreciated.<br>
<br>
Cheers<br>
<br>
Paul<br>
<br>
</blockquote>
<br></div></div>
They changed the mythfilldatabase syntax in 0.25. Grr. God knows why they couldn't just _extend_ it instead of changing it and immediately breaking thousands of myth user scripts. Really dumb IMHO. Anyway you now need this:<br>

<br>
mythfilldatabase --file --sourceid 1 --xmlfile freeview.xml --update<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz" target="_blank">mythtvnz@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/<u></u>mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.<u></u>com/lists/mythtv/mythtvnz/</a></div></div></blockquote><div><br></div><div>As David says, that change will get my script working again :)</div>
<div><br></div><div>I have did update the instructions for it on the archives here once I realised Myth had changed the syntax requirements. </div></div><br>