<div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sun, Nov 11, 2018 at 10:26 AM Gary Buhrmaster <<a href="mailto:gary.buhrmaster@gmail.com">gary.buhrmaster@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun, Nov 11, 2018 at 1:26 PM Richard Shaw <<a href="mailto:hobbes1069@gmail.com" target="_blank">hobbes1069@gmail.com</a>> wrote:<br>> Is there any downside to running --no-allatonce?<br>
<br>
Some additional overhead of invoking the grabbers<br>
repeatedly and processing some duplicate information,<br>
although due to caching the overheads in the grabbers<br>
themselves is not horrendous (at least for the SD grabbers,<br>
some other grabbers have much higher overheads when).<br>
<br>
As I recall you typically also want to specify "--refresh all"<br>
since the default will only refresh some specific days.<br></blockquote><div><br></div><div>Trying manually now...</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">And if you are one of those with an interesting set<br>
of xmltvids (for example, translators with different<br>
xmltvids even though they are the same station)<br>
you may get repeated messages regarding (lack of)<br>
matching for those stations.<br></blockquote><div><br></div><div>I don't think I have anything too interesting going on but I do get a lot of these on my OTA source:</div><div><br></div><div>2018-11-11 12:01:16.135853 N  Unknown xmltv channel identifier: <a href="http://I100338.json.schedulesdirect.org">I100338.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.136220 N  Unknown xmltv channel identifier: <a href="http://I100368.json.schedulesdirect.org">I100368.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.136822 N  Unknown xmltv channel identifier: <a href="http://I100369.json.schedulesdirect.org">I100369.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.137379 N  Unknown xmltv channel identifier: <a href="http://I100370.json.schedulesdirect.org">I100370.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.137721 N  Unknown xmltv channel identifier: <a href="http://I100371.json.schedulesdirect.org">I100371.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.137848 N  Unknown xmltv channel identifier: <a href="http://I103237.json.schedulesdirect.org">I103237.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.137962 N  Unknown xmltv channel identifier: <a href="http://I103963.json.schedulesdirect.org">I103963.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.138071 N  Unknown xmltv channel identifier: <a href="http://I103964.json.schedulesdirect.org">I103964.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.138550 N  Unknown xmltv channel identifier: <a href="http://I103965.json.schedulesdirect.org">I103965.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.139244 N  Unknown xmltv channel identifier: <a href="http://I103966.json.schedulesdirect.org">I103966.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.139769 N  Unknown xmltv channel identifier: <a href="http://I106602.json.schedulesdirect.org">I106602.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.140351 N  Unknown xmltv channel identifier: <a href="http://I106603.json.schedulesdirect.org">I106603.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.140641 N  Unknown xmltv channel identifier: <a href="http://I106604.json.schedulesdirect.org">I106604.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.140825 N  Unknown xmltv channel identifier: <a href="http://I107368.json.schedulesdirect.org">I107368.json.schedulesdirect.org</a> - Skipping channel.</div><div>2018-11-11 12:01:16.140943 N  Unknown xmltv channel identifier: <a href="http://I108221.json.schedulesdirect.org">I108221.json.schedulesdirect.org</a> - Skipping channel.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> I'm pretty much running stock MariaDB from Fedora with some tuning as recommended from mysqltuner.<br>
<br>
mythfilldatabase performs a fair number of updates<br>
(for some good, bad, and ugly reasons), which<br>
depending on your database settings, and disks<br>
(especially older/slower real HDDs) can simply take<br>
time to complete.<br></blockquote><div><br></div><div>When I upgrade the combined FE/BE it's going to get my 250GB SSD so that should help quite a bit. I'll move "/" and "/var" with my 3TB drive tied into /var/lib/mythvideo and my recording drive is already tied in as /var/lib/mythtv.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">>  so for now moving the run time to a time I don't really care or record anything may be the best "solution".<br>
<br>
It should be noted that unlike the DD source,<br>
the JSON source is updated up to 4 times<br>
a day, so if there are late breaking schedule<br>
changes (and it makes it through the various<br>
network, upstream guide provider, and Schedules<br>
Direct (which is not at all assured)) you can get<br>
more accurate data by running mythfilldatabase<br>
a few times a day.<br></blockquote><div><br></div><div>By default it only runs once a day, right? Is this some kind of manual/cron type run? If so, what's the best way to be nice to the server since I'm only really worked about today and possibly the next?</div><div><br></div><div>Thanks,</div><div>Richard </div></div></div></div>