Does anyone know if EPGSNOOP will also have to be changed?<br><br>Tim<br><br><div class="gmail_quote">On Sun, Apr 15, 2012 at 9:08 PM, Curtis Walker <span dir="ltr"><<a href="mailto:sultanoswing@gmail.com">sultanoswing@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Due to an update in the syntax of mythfilldatabase in 0.25, the small<br>
shell script I wrote to grab and automatically insert the EPG data has<br>
changed slightly to:<br>
<br>
#! /bin/bash<br>
wget <a href="http://nzepg.org/freeview.xml.gz" target="_blank">http://nzepg.org/freeview.xml.gz</a><br>
gunzip freeview.xml.gz<br>
mythfilldatabase --file --sourceid 1 --xmlfile freeview.xml<br>
rm freeview.xml<br>
exit<br>
<br>
For more on the syntax change, see the MythTV Wiki<br>
(<a href="http://www.mythtv.org/wiki/Mythfilldatabase" target="_blank">http://www.mythtv.org/wiki/Mythfilldatabase</a>).<br>
<br>
_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz">mythtvnz@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a><br>
</blockquote></div><br>