[mythtv-users] Can't simultaneously record two programs with 3 (or 4) available tuners
Eric Sharkey
eric at lisaneric.org
Mon Oct 14 12:37:31 UTC 2013
On Mon, Oct 14, 2013 at 8:09 AM, George Nassas <gnassas at mac.com> wrote:
> On 2013-10-13, at 11:10 PM, Leif Pihl <leif at pihl.us> wrote:
>
>> the first tuner card is the Hauppage HVR-2250 (connected to CATV) and
>> the second tuner card is the Hauppage HVR-1800 (connected to Antenna).
>> I _DO_ have a subscription to "schedulesdirect.org", and
>> I am reasonably confident (but not certain) that I have the two inputs configured as well as the separate SchedulesDirect selections made for each card.
>
> Potentially dumb question here but how many capture cards do you have configured?
It might be good to post the exact configuration. Get on the mysql
command line by running "mysql mythconverg" then type:
select cardid, videodevice, cardtype, defaultinput from capturecard;
select sourceid, name, xmltvgrabber, lineupid, useeit from videosource;
select cardinputid, cardid, sourceid from cardinput;
select * from inputgroup;
select sourceid, count(sourceid) from channel group by sourceid;
Post the output of those five commands to this list.
Eric
More information about the mythtv-users
mailing list