[mythtv] Proposed scheduler patch

David Engel dlengel at attbi.com
Sun Feb 8 00:10:40 EST 2004


On Sat, Feb 07, 2004 at 04:20:54PM -0800, Bruce Markey wrote:
> On a single tuner system, the input and card do not get
> set correctly causing the MBE to exit on "invalid cardid 0".
> This did not happen on a dual tuner system.

In Scheduler::MarkKnownInputs, change this line

        if (first->inputid == -1 && Recording(first))

to this line

        if (first->inputid <= 0 && first->recstatus == rsWillRecord)

I'm testing to see if this also clears up a problem I'm seeing.

David
-- 
David Engel
dlengel at attbi.com


More information about the mythtv-dev mailing list