<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 17, 2013 at 3:02 PM, Stephen Worthington <span dir="ltr"><<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If you are OK with SQL, this query:<br>
<br>
  select chanid,starttime,title from recorded where deletepending=0;<br>
<br>
will show you any recordings queued for actual deletion that have not<br>
been deleted yet.<br></blockquote><div><br></div><div>I think you meant "... where deletepending != 0". Deletepending = 0 means they have not been queued for deletion.<br><br>Cheers,<br>Steve<br></div></div></div>
</div>