<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 6 Apr 2022, at 1:25 am, Klaas de Waal <<a href="mailto:klaas.de.waal@gmail.com" class="">klaas.de.waal@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><br class=""></div>Hi James,<div class=""><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 5 Apr 2022 at 17:01, James <<a href="mailto:jam@tigger.ws" class="">jam@tigger.ws</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;" class=""><div class=""><br class=""></div><div class="">I have a single input called Ant. Each tuner has Ant as it's input. I've done that for ever. Is it wrong?</div><div class="">Each card has a schedule order of 1. That too is my usual. Again is it incorrect?</div><div class=""><br class=""></div></div></blockquote><div class="">Yes this is both correct. However, something must be wrong otherwise it would all work...</div><div class=""><br class=""></div><div class="">Can you please show the content of the capturecard table, e.g. the output of this mysql command:<br class=""></div><div class=""><font face="monospace" class="">select cardid,parentid,videodevice,cardtype,sourceid,recpriority,schedorder,livetvorder,reclimit,schedgroup from capturecard order by cardid;<br class=""></font></div><div class=""><br class=""></div><div class="">I expect for all entries that column sourceid shows the same number.</div><div class="">For column recpriority all values should be 0 (they do not need to be but that is how I have it).</div><div class="">For column schedorder all values should be 1 (or higher) when parentid is 0.</div><div class="">For column livetvorder all values should be 1 (or higher).</div><div class="">For column reclimit all values should be 1 or higher.</div><div class="">For column schedgroup the values should be 0 if the parent id is not 0; the value can be 1 if parentid is 0 and you want virtual tuners to be created when needed.</div></div></div></div></div></blockquote><br class=""></div><div><div>MariaDB [mythconverg]> select cardid,parentid,videodevice,cardtype,sourceid,recpriority,schedorder,livetvorder,reclimit,schedgroup from capturecard order by cardid;</div><div>+--------+----------+-----------------------------+----------+----------+-------------+------------+-------------+----------+------------+</div><div>| cardid | parentid | videodevice | cardtype | sourceid | recpriority | schedorder | livetvorder | reclimit | schedgroup |</div><div>+--------+----------+-----------------------------+----------+----------+-------------+------------+-------------+----------+------------+</div><div>| 1 | 0 | /dev/dvb/adapter0/frontend0 | DVB | 1 | 0 | 1 | 1 | 2 | 1 |</div><div>| 2 | 0 | /dev/dvb/adapter1/frontend0 | DVB | 1 | 0 | 1 | 1 | 2 | 1 |</div><div>| 3 | 0 | /dev/dvb/adapter2/frontend0 | DVB | 1 | 0 | 1 | 1 | 2 | 1 |</div><div>| 4 | 0 | /dev/dvb/adapter3/frontend0 | DVB | 1 | 0 | 1 | 1 | 2 | 1 |</div><div>| 5 | 1 | /dev/dvb/adapter0/frontend0 | DVB | 1 | 0 | 0 | 1 | 2 | 0 |</div><div>| 6 | 2 | /dev/dvb/adapter1/frontend0 | DVB | 1 | 0 | 0 | 1 | 2 | 0 |</div><div>| 7 | 3 | /dev/dvb/adapter2/frontend0 | DVB | 1 | 0 | 0 | 1 | 2 | 0 |</div><div>| 8 | 4 | /dev/dvb/adapter3/frontend0 | DVB | 1 | 0 | 0 | 1 | 2 | 0 |</div><div>+--------+----------+-----------------------------+----------+----------+-------------+------------+-------------+----------+------------+</div><div>8 rows in set (0.000 sec)</div><div><br class=""></div><div>Doubly ??</div><div>James</div></div></body></html>