<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 9:13 AM stinga <<a href="mailto:stinga%2Bmythtv@wolf-rock.com">stinga+mythtv@wolf-rock.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 12/01/2022 20:16, James Abernathy wrote:<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<br>
>     I noticed that over the last several days the Schedules Direct EPG<br>
>     has not updated.  I can sudo su mythtv and run it and the guide is<br>
>     updated but it doesn't seem to be running automatically. I have<br>
>     mythtv-setup set the way I would normally for Ubuntu so It should<br>
>     be updating between 0 and 5am, but isn't. I just rebooted to see<br>
>     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 <br>
> run mythfilldatabase  at the SchedulesDirect recommended times, but I <br>
> have tired picking a range of times.  I know this is Arch, but I don't <br>
> thing there is a service for this and it's part of the <br>
> mythtv-backend.service??<br>
><br>
I could not get it to work either, gave up and just ran it from cron.<br>
<br>
as mythtv user<br>
00 03 * * * /home/mythtv/run_mythfilldatabase.sh<br>
<br>
<br>
#!/bin/bash<br>
<br>
logger -i "exiting run_mythfilldatabase.sh"<br>
<br>
cd $HOME<br>
<br>
exec >> ~/run_mythfilldatabase.log<br>
exec 2>&1<br>
<br>
#UK stuff<br>
#/usr/bin/mythfilldatabase --sourceid 3 --file --xmlfile /backup/sd.xml<br>
#/usr/bin/mythfilldatabase --sourceid 5 --file --xmlfile /backup/sd.xml<br>
<br>
/usr/bin/tv_grab_zz_sdjson --output SD.xml<br>
/usr/bin/mythfilldatabase --sourceid 8 --file --xmlfile SD.xml<br>
<br>
-- <br>
'ooroo<br>
<br>
Stinga...(:)-)<br>
---------------------------------------------------<br>
Email: <a href="mailto:stinga%2Bmythtv@wolf-rock.com" target="_blank">stinga+mythtv@wolf-rock.com</a>  o<br>
You need only two tools.        o /////<br>
A hammer and duct tape. If it    /@   `\  /) ~<br>
doesn't move and it should use  >  (O)  X<  ~  Fish!!<br>
the hammer. If it moves and      `\___/'  \) ~<br>
shouldn't, use the tape.           \\\<br>
---------------------------------------------------<br><br></blockquote><div>I was going to set up a systemd timer to run it as mythtv, but I was just wondering how the Ubuntu packaging set it up so it always works.  It's not a big deal as this is a test system, but I'm learning that the packaging in the Ubuntu version of mythtv fixes a lot of stuff.</div><div><br></div><div>Jim A<br> </div></div></div>