<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
But wouldn't that re-flag the programs that had mythcommflag already
finished flagging before?<br>
That's why I never (dare to)&nbsp; use --force :-)<br>
<br>
Shouldn't the backend pick up on the fact that the flagging process was
aborted somehow and it should restart it?<br>
<br>
Cheers,<br>
&nbsp;-Tako<br>
<br>
Chris Pinkham wrote:<br>
<blockquote type="cite"
 cite="mid200311212343.hALNhRpR003597@panther.bc2va.org">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">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"?
      </pre>
    </blockquote>
    <pre wrap="">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"
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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.

  </pre>
  <pre wrap="">
<hr width="90%" size="4">
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
</body>
</html>