<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 12, 2022 at 8:45 AM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</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 Wed, 12 Jan 2022 07:16:14 -0500, you wrote:<br>
<br>
>On Thu, Jan 6, 2022 at 9:49 AM James Abernathy <<a href="mailto:jfabernathy@gmail.com" target="_blank">jfabernathy@gmail.com</a>><br>
>wrote:<br>
><br>
>> On my test mythtv- BE/FE combo on Archlinux with Master pre32 3305 I<br>
>> noticed that over the last several days the Schedules Direct EPG has not<br>
>> updated. I can sudo su mythtv and run it and the guide is updated but it<br>
>> doesn't seem to be running automatically. I have mythtv-setup set the way I<br>
>> would normally for Ubuntu so It should be updating between 0 and 5am, but<br>
>> isn't. I just rebooted to see if that would help overnight.<br>
>><br>
><br>
>I'm still having this issue with mythfilldatabase not running<br>
>automatically, even if I reboot the PC. I have the backend settings to run<br>
>mythfilldatabase at the SchedulesDirect recommended times, but I have<br>
>tired picking a range of times. I know this is Arch, but I don't thing<br>
>there is a service for this and it's part of the mythtv-backend.service??<br>
><br>
>Jim A<br>
<br>
So what do all your mythfilldatabase settings look like? These are<br>
from my mother's MythTV box, which runs mythfilldatabase automatically<br>
from mythbackend at 16:00 each day:<br>
<br>
MariaDB [mythconverg]> select * from settings where value like<br>
'mythfill%';<br>
+---------------------------------+---------------------------+----------+<br>
| value | data | hostname |<br>
+---------------------------------+---------------------------+----------+<br>
| MythFillDatabaseArgs | --only-update-guide | NULL |<br>
| mythfilldatabaseLastRunEnd | 2022-01-12T03:00:51Z | NULL |<br>
| mythfilldatabaseLastRunStart | 2022-01-12T03:00:51Z | NULL |<br>
| mythfilldatabaseLastRunStatus | Successful. | NULL |<br>
| MythFillDatabaseLog | /var/log/mythtv | NULL |<br>
| MythFillDatabasePath | /usr/bin/mythfilldatabase | NULL |<br>
| MythFillEnabled | 1 | NULL |<br>
| MythFillFixProgramIDsHasRunOnce | 1 | crw-pvr |<br>
| MythFillFixProgramIDsHasRunOnce | 1 | crw-pvr |<br>
| MythFillGrabberSuggestsTime | 0 | NULL |<br>
| MythFillMaxHour | 16 | NULL |<br>
| MythFillMinHour | 16 | NULL |<br>
| MythFillPeriod | 1 | NULL |<br>
| MythFillSuggestedRunTime | 2022-01-13T03:00:51Z | NULL |<br>
+---------------------------------+---------------------------+----------+<br>
14 rows in set (0.000 sec)<br>
<br>
And these are from my MythTV box where mythfilldatabase is run<br>
externally from a user cron job at 15:10 each day:<br>
<br>
MariaDB [mythconverg]> select * from settings where value like<br>
'mythfill%';<br>
+---------------------------------+---------------------------+----------+<br>
| value | data | hostname |<br>
+---------------------------------+---------------------------+----------+<br>
| MythFillDatabaseArgs | --only-update-guide | NULL |<br>
| mythfilldatabaseLastRunEnd | 2022-01-12T02:11:32Z | NULL |<br>
| mythfilldatabaseLastRunStart | 2022-01-12T02:11:30Z | NULL |<br>
| mythfilldatabaseLastRunStatus | Successful. | NULL |<br>
| MythFillDatabaseLog | /var/log/mythtv | NULL |<br>
| MythFillDatabasePath | /usr/bin/mythfilldatabase | NULL |<br>
| MythFillEnabled | 0 | NULL |<br>
| MythFillFixProgramIDsHasRunOnce | 1 | mypvr |<br>
| MythFillGrabberSuggestsTime | 1 | NULL |<br>
| MythFillMaxHour | 23 | NULL |<br>
| MythFillMinHour | | NULL |<br>
| MythFillPeriod | 1 | NULL |<br>
| MythFillSuggestedRunTime | 2022-01-13T02:11:30Z | NULL |<br>
+---------------------------------+---------------------------+----------+<br>
13 rows in set (0.002 sec)<br></blockquote><div><br></div><div>Here are my settings:</div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">select * from settings where value like
</span><br> -> 'mythfill%';
<br>+-------------------------------+--------------------------------------------------------------------------------------------------------------<br>---------------------------+----------+
<br>| value | data <br> | hostname |
<br>+-------------------------------+--------------------------------------------------------------------------------------------------------------<br>---------------------------+----------+
<br>| mythfilldatabaseLastRunEnd | 2022-01-10T21:03:37Z <br> | NULL |
<br>| mythfilldatabaseLastRunStart | 2022-01-10T21:02:42Z <br> | NULL |
<br>| mythfilldatabaseLastRunStatus | mythfilldatabase ran, but did not insert any new data into the Guide for 1 of 1 sources. This can indicate a <br>potential grabber failure. | NULL |
<br>| MythFillDatabasePath | mythfilldatabase <br> | NULL |
<br>| MythFillEnabled | 1 <br> | NULL |
<br>| MythFillGrabberSuggestsTime | 0 <br> | NULL |
<br>| MythFillMaxHour | 5 <br> | NULL |
<br>| MythFillMinHour | 0 <br> | NULL |
<br>| MythFillSuggestedRunTime | 2022-01-11T21:02:42Z <br> | NULL |
<br>+-------------------------------+--------------------------------------------------------------------------------------------------------------<br>---------------------------+----------+
<br><span style="font-weight:bold;color:rgb(0,0,0)">9 rows in set (0.001 sec)</span><span style="color:rgb(0,0,0)">
</span><br><br>
<br></span><div> </div></div></div>