[mythtv-users] what is mythcommflag doing?

Chris Pinkham cpinkham at bc2va.org
Fri Nov 21 18:43:27 EST 2003


> > speaking of mythcommflag, I've had to cancel it a few times
> > mid-process.  Is there an easy way to wipe out the programs that are now
> > labeled as "in use"?
> 
> You can use this command to see which programs have an "in use" flag:
> 
>   mysql mythconverg -e "select * from recordedmarkup where type=-1"
> 
> 
> And this will remove said flags:
> 
>   mysql mythconverg -e "delete from recordedmarkup where type=-1"

You can also just give mythcommflag the --force option to force it to
ignore the "in use" flag.  I added --force for cases just like this.

-- 

Chris



More information about the mythtv-users mailing list