[mythtv-users] Which tables to alter to remove deadlock?

Chris Pinkham cpinkham at bc2va.org
Mon Aug 30 20:35:47 EDT 2004


> Thanks for the quick reply
> 
> > The column is commflagged in recorded; the values can be found by
> > tgrepping the sources for commflagged.
> >
> > Cheers,
> > -- jra
> 
> I can't find this values in the source. So I tried to set everyone to 0 and 
> severly messed up the database.
> What values should it have? Can I restore it with some program?

>From mythtv/libs/libmythtv/programinfo.h

enum CommFlagStatuses {
    COMM_FLAG_NOT_FLAGGED = 0,
    COMM_FLAG_DONE = 1,
    COMM_FLAG_PROCESSING = 2,
    COMM_FLAG_COMMFREE = 3
};

Set them all to 1 to make Myth think it's already flagged them all.

-- 

Chris



More information about the mythtv-users mailing list