<p dir="ltr"><br>
On May 22, 2016 2:01 PM, "William Jacoby" <<a href="mailto:bonelifer@gmail.com">bonelifer@gmail.com</a>> wrote:<br>
><br>
> Actual update<br>
><br>
> #! /bin/bash<br>
> tv_grab_sd_json --days 1 --config-file /media/FILE/FOLDER/us.conf --output us.xml<br>
> tv_grab_sd_json --days 1 --config-file /media/FILE/FOLDER/uk.conf --output uk.xml<br>
> tv_grab_sd_json --days 1 --config-file /media/FILE/FOLDER/canada.conf --output canada.xml<br>
> mythfilldatabase --file --sourceid 7 --xmlfile /var/tmp/us.xml<br>
> mythfilldatabase --file --sourceid 5 --xmlfile /var/tmp/uk.xml<br>
> mythfilldatabase --file --sourceid 4 --xmlfile /var/tmp/canada.xml</p>
<p dir="ltr">Hit send before I asked this: why the need for three separate runs? My current mythfilldatabase run grabs, compresses and downloads listings for three different postal codes/sources in one run and I don't need to have a grabber configured for two of the sources, just one. Seems like extra load on the SD server. <br>
</p>