[mythtv-users] scheduler madness

James jam at tigger.ws
Tue Apr 5 22:58:01 UTC 2022



> On 6 Apr 2022, at 6:46 am, James <jam at tigger.ws> wrote:
> 
> 
> 
>> On 6 Apr 2022, at 1:25 am, Klaas de Waal <klaas.de.waal at gmail.com <mailto:klaas.de.waal at gmail.com>> wrote:
>> 
>> 
>> Hi James,
>> 
>> On Tue, 5 Apr 2022 at 17:01, James <jam at tigger.ws <mailto:jam at tigger.ws>> wrote:
>> 
>> I have a single input called Ant. Each tuner has Ant as it's input. I've done that for ever. Is it wrong?
>> Each card has a schedule order of 1. That too is my usual. Again is it incorrect?
>> 
>> Yes this is both correct. However, something must be wrong otherwise it would all work...
>> 
>> Can you please show the content of the capturecard table, e.g. the output of this mysql command:
>> select cardid,parentid,videodevice,cardtype,sourceid,recpriority,schedorder,livetvorder,reclimit,schedgroup from capturecard order by cardid;
>> 
>> I expect for all entries that column sourceid shows the same number.
>> For column recpriority all values should be 0 (they do not need to be but that is how I have it).
>> For column schedorder all values should be 1 (or higher) when parentid is 0.
>> For column livetvorder all values should be 1 (or higher).
>> For column reclimit all values should be 1 or higher.
>> 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.
> 
> MariaDB [mythconverg]> select cardid,parentid,videodevice,cardtype,sourceid,recpriority,schedorder,livetvorder,reclimit,schedgroup from capturecard order by cardid;
> +--------+----------+-----------------------------+----------+----------+-------------+------------+-------------+----------+------------+
> | cardid | parentid | videodevice                 | cardtype | sourceid | recpriority | schedorder | livetvorder | reclimit | schedgroup |
> +--------+----------+-----------------------------+----------+----------+-------------+------------+-------------+----------+------------+
> |      1 |        0 | /dev/dvb/adapter0/frontend0 | DVB      |        1 |           0 |          1 |           1 |        2 |          1 |
> |      2 |        0 | /dev/dvb/adapter1/frontend0 | DVB      |        1 |           0 |          1 |           1 |        2 |          1 |
> |      3 |        0 | /dev/dvb/adapter2/frontend0 | DVB      |        1 |           0 |          1 |           1 |        2 |          1 |
> |      4 |        0 | /dev/dvb/adapter3/frontend0 | DVB      |        1 |           0 |          1 |           1 |        2 |          1 |
> |      5 |        1 | /dev/dvb/adapter0/frontend0 | DVB      |        1 |           0 |          0 |           1 |        2 |          0 |
> |      6 |        2 | /dev/dvb/adapter1/frontend0 | DVB      |        1 |           0 |          0 |           1 |        2 |          0 |
> |      7 |        3 | /dev/dvb/adapter2/frontend0 | DVB      |        1 |           0 |          0 |           1 |        2 |          0 |
> |      8 |        4 | /dev/dvb/adapter3/frontend0 | DVB      |        1 |           0 |          0 |           1 |        2 |          0 |
> +--------+----------+-----------------------------+----------+----------+-------------+------------+-------------+----------+------------+
> 8 rows in set (0.000 sec)
> 
> Doubly ??
> James

Klaus Thanks, if this becomes overwhelming I'll just re-install. I've not yet started with trying to import videos and metadata.
Ciao James

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20220406/ff283a97/attachment.htm>


More information about the mythtv-users mailing list