<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 22 Feb 2021 at 21:15, Klaas de Waal <<a href="mailto:klaas.de.waal@gmail.com">klaas.de.waal@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"><div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 22 Feb 2021 at 20:03, Mary Strimel <<a href="mailto:mary.strimel@gmail.com" target="_blank">mary.strimel@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"><div dir="ltr"><div>Thank you very much for the explanation and info. <br></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><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">[klaas@modu ~]$ mysql -u mythtv -pmythtv mythconvergYes </blockquote></div></div></blockquote></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">MariaDB [mythconverg]> update capturecard set reclimit=1,schedgroup=0 where cardtype="HDPVR" limit 1;<br>Query OK, 1 row affected (0.003 sec)<br>Rows matched: 1  Changed: 1  Warnings: 0</blockquote><div></div></div></div></blockquote><div><br></div><div> Will this work if I have mysql and not MariaDB? <br></div><div>I don't claim expertise in mysql but I've been able to run various commands as needed for mythtv, so I think I could do it. <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div></div></div></div></blockquote></div></div></blockquote><div><br></div><div>Yes this will work, there is no difference in mysql and MariaDB for this.</div><div><br></div></div></div></blockquote><div>Yesterday I fixed this in master (pre-v32) and v31/fixes. It will probably take some time before the packages are updated.</div><div>When you have installed the latest you can then:</div><div>- delete the HDPVR capturecard</div><div>- create a new one</div><div>- create the Input Connection to the video source</div><div>and then it should be OK.</div><div>You can use the SQL command given before to verify if the database is correct:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">MariaDB [mythconverg]> select cardid,parentid,videodevice,cardtype,inputname,sourceid,reclimit,schedgroup from capturecard;</blockquote><div><br></div><div>Klaas.</div><div> </div></div></div>