<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">What do I need to do next ?<br>
Is it best to transfer the XML file to my backend and have mythfilldatabase suck that in ? Or do I need to install some MythTV stuff on the VM and run it there ? Or something else ?<br></blockquote><div><br></div>I'm in Australia and use a grabber called Shepherd. The way I run this is from a shell script and it outputs an XMLTV file. Once I have that XMLTV file I load it into MythTV:<div><br></div><div>mythfilldatabase --only-update-guide --file --sourceid 1 --xmlfile output.xmltv<br></div><div><br></div><div>This is all contained in a wrapper script so I have one cron job that calls the grabber then calls mythfilldatabase.</div><div><br></div><div>I don't it matters where the process that created the XMLTV output file runs. So it seems to be you could do something similar after transferring your XMLTV file to your backend machine. </div></div></div></div>