[mythtv-users] 3 Mux but recording schedule indicating using 4 tuners?

tortise tortise at paradise.net.nz
Sat Sep 17 11:09:08 UTC 2011


On 17/09/2011 4:42 p.m., Raymond Wagner wrote:
> On 9/17/2011 00:31, tortise wrote:
>>> Note that you must remove all your tuners, and add them all back one at
>>> a time with all the virtual tuners you need, as Ronald described.  If
>>> you don't, MythTV will continue to use the fourth tuner, because the
>>> additional virtuals for the second tuner will be lower on the list.
>> Is there a sql command that will drop out whether my tuners are setup as
>> Ronald described?
>
I get:

mysql> SELECT capturecard.cardid,displayname FROM capturecard,cardinput 
WHERE
     -> capturecard.cardid=cardinput.cardid;
+--------+-------------+
| cardid | displayname |
+--------+-------------+
|      1 | D1          |
|      2 | D1          |
|      3 | D1          |
|      4 | D1          |
|      5 | D2          |
|      6 | D2          |
|      7 | D2          |
|      8 | D2          |
|      9 | D3          |
|     10 | D3          |
|     11 | D3          |
|     12 | D3          |
|     13 | D4          |
|     14 | D4          |
|     15 | D4          |
|     16 | D4          |
+--------+-------------+

Is this as Ronald described?



More information about the mythtv-users mailing list