<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 10, 2016 at 5:15 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 02/10/2016 04:05 PM, Ian Evans wrote:<br>
...<span class=""><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
The source for OTA has:<br>
<br>
<Grabber>schedulesdirect1</Grabber><br>
<br>
The source for the HLS channel has:<br>
<br>
<Grabber>/bin/true</Grabber><br>
</blockquote>
<br></span>
That's good. Now, in the log for the HLS mythfilldatabase run file,<br>
I'd expect that the following *wouldn't* appear:<br>
<br>
CoreContext datadirect.cpp:1070 (GrabNextSuggestedTime) - DataDirect: Grabbing next suggested grabbing time<br>
CoreContext datadirect.cpp:1112 (GrabNextSuggestedTime) - Suggested Time data: 613 bytes<br>
CoreContext datadirect.cpp:1141 (GrabNextSuggestedTime) - DataDirect: nextSuggestedTime is: 2016-02-11T23:51:24Z<br>
<br>
and, if they don't, then is the HLS grabber modifying the setting<br>
MythFillSuggestedRunTime directly, and is there an option to<br>
prevent it?<div class=""><div class="h5"><br></div></div></blockquote></div><br></div><div class="gmail_extra">The "next suggested grabbing time" is not appearing in the log.<br><br></div><div class="gmail_extra">The HLS grabber is simply the tv_grab_uk_atlas grabber. I looked at the source and can't see anything about MythFillSuggestedRunTim.<br><br></div><div class="gmail_extra">It's being run from a file like this as the mythtv user:<br><br>tv_grab_uk_atlasĀ  --config-file /home/mythtv/.mythtv/HLS.xmltv --output /tmp/ukxmltv<br>mythfilldatabase --refresh 0-99 --file --xmlfile /tmp/ukxmltv --sourceid 4 --syslog local7<br>rm /tmp/ukxmltv<br><br> </div></div>