[mythtv-users] what is mythcommflag doing?

Jeff Monks mythtv at skunkeye.com
Fri Nov 21 16:58:32 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"



More information about the mythtv-users mailing list