<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 16, 2014 at 9:48 PM, Tom Hayward <span dir="ltr">&lt;<a href="mailto:esarfl@gmail.com" target="_blank">esarfl@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Jul 16, 2014 at 9:14 PM, Karl Newman &lt;<a href="mailto:newmank1@asme.org">newmank1@asme.org</a>&gt; wrote:<br>


&gt; There are a few functions that are broken in mythweb, including I think the<br>
&gt; &quot;Delete + rerecord&quot; as you&#39;ve found. I seem to recall that I poked at it a<br>
&gt; little bit but the brokenness wasn&#39;t obvious to me. You can reschedule the<br>
&gt; missed episodes using mythfrontend under previous recordings, find the<br>
&gt; episode and use the menu to allow it to re-record (I don&#39;t normally use that<br>
&gt; function and I&#39;m away from my myth system so the details are hazy).<br>
<br>
There&#39;s quite a few of them. I was hoping for a programatic solution.<br>
Maybe a SQL query like<br>
<br>
DELETE FROM oldrecorded WHERE recstatus = -4;<br>
<br>
Unfortunately I don&#39;t understand the schema well enough to come up<br>
with the appropriate query.<br>
<br>
Or maybe the proper way to do it is with an API call.<br>
<br>
Whatever the solution, once I know what needs to be done I can<br>
implement it and submit a patch for Mythweb.<br>
<br>
Tom<br></blockquote><div><br><div>I just looked at it again. Mythweb appears at first glance to be 
doing the right thing (grep for forget_old in modules/tv). I seem to 
recall that it isn&#39;t just Delete + rerecord that has the problem--I 
think it&#39;s any &quot;forget old&quot; function in mythweb. Possibly the backend is
 not processing the FORGET_RECORDING command correctly? Or maybe mythweb
 is sending the wrong command (it&#39;s been deprecated, perhaps?) Not sure;
 I don&#39;t have the mythtv source handy to look into it.<br><br></div>Karl <br></div></div></div></div>