[mythtv] *buntu trusty ppa: loss of multirec

John Pilkington J.Pilk at tesco.net
Wed Jan 27 15:18:29 UTC 2016


On 27/01/16 14:59, John Pilkington wrote:
> On 27/01/16 14:50, John Pilkington wrote:
>> On 27/01/16 14:14, Stuart Auchterlonie wrote:
>
>>>
>>> Time for the silly questions. did you go into the recording options and
>>> set multirec to > 1 ??
>>>
>>> Regards
>>> Stuart
>>
>> Yes.  2 default, I use 5, but now no effect.
>>
>> mysql> select cardid, parentid, videodevice, schedorder, livetvorder
>> from capturecard ;
>> +--------+----------+-----------------------------+------------+-------------+
>>
>>
>> | cardid | parentid | videodevice                 | schedorder |
>> livetvorder |
>> +--------+----------+-----------------------------+------------+-------------+
>>
>>
>> |      1 |        0 | /dev/dvb/adapter0/frontend0 |          1 |    5 |
>> |      2 |        1 | /dev/dvb/adapter0/frontend0 |          0 |    0 |
>> +--------+----------+-----------------------------+------------+-------------+
>>
>>
>> 2 rows in set (0.00 sec)
>>
>> Cheers,
>>
>> John
>
> That was as I had left it.  Just rentered setup and set max recordings
> to 5.
>
> mysql> select cardid, parentid, videodevice, schedorder, livetvorder
> from capturecard ;
> +--------+----------+-----------------------------+------------+-------------+
>
> | cardid | parentid | videodevice                 | schedorder |
> livetvorder |
> +--------+----------+-----------------------------+------------+-------------+
>
> |      1 |        0 | /dev/dvb/adapter0/frontend0 |          1 |    5 |
> |      2 |        1 | /dev/dvb/adapter0/frontend0 |          0 |    0 |
> |      3 |        1 | /dev/dvb/adapter0/frontend0 |          0 |    0 |
> |      4 |        1 | /dev/dvb/adapter0/frontend0 |          0 |    0 |
> |      5 |        1 | /dev/dvb/adapter0/frontend0 |          0 |    0 |
> +--------+----------+-----------------------------+------------+-------------+
>
> 5 rows in set (0.00 sec)
>

For this particular setup (after comparison with another box)

"update capturecard set schedorder=1, livetvorder=5 ;"

re-allows the scheduling.

select cardid, parentid, videodevice, schedorder, livetvorder from 
capturecard ;
+--------+----------+-----------------------------+------------+-------------+
| cardid | parentid | videodevice                 | schedorder | 
livetvorder |
+--------+----------+-----------------------------+------------+-------------+
|      1 |        0 | /dev/dvb/adapter0/frontend0 |          1 | 
    5 |
|      2 |        1 | /dev/dvb/adapter0/frontend0 |          1 | 
    5 |
|      3 |        1 | /dev/dvb/adapter0/frontend0 |          1 | 
    5 |
|      4 |        1 | /dev/dvb/adapter0/frontend0 |          1 | 
    5 |
|      5 |        1 | /dev/dvb/adapter0/frontend0 |          1 | 
    5 |
+--------+----------+-----------------------------+------------+-------------+
5 rows in set (0.00 sec)

Cheers,

John



More information about the mythtv-dev mailing list