[mythtv-users] No live tv and not recording
Stephen Worthington
stephen_agent at jsw.gen.nz
Sat Mar 17 14:14:00 UTC 2018
On Sat, 17 Mar 2018 13:59:05 +0100, you wrote:
>Information Center only shows tuner 10, but I have only 1 tuner and 1 LNB
>connected to it. Is that a problem ?
If the database was properly cleared of all the old tuner data, I
would expect that mythtv-setup would have created your tuner as tuner
1. But having it numbered as 10 is not a problem in itself, it just
indicates that there may still have been old tuner data in the
database. This SQL query will show you what tuners you currently have
in the database:
select
cardid,parentid,videodevice,cardtype,defaultinput,inputname,displayname,sourceid,dvb_diseqc_type,startchan,livetvorder,schedorder,recpriority
from capturecard order by sourceid,videodevice,cardid;
If you have one physical tuner with a setting of 3 for "Max
recordings", you should have three tuners listed by that query. One
of them should have 0 for the parentid field, and the others should
have the parentid field set to the cardid of the tuner with
parentid=0.
More information about the mythtv-users
mailing list