<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"><<a href="mailto:esarfl@gmail.com" target="_blank">esarfl@gmail.com</a>></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 <<a href="mailto:newmank1@asme.org">newmank1@asme.org</a>> wrote:<br>
> There are a few functions that are broken in mythweb, including I think the<br>
> "Delete + rerecord" as you've found. I seem to recall that I poked at it a<br>
> little bit but the brokenness wasn't obvious to me. You can reschedule the<br>
> missed episodes using mythfrontend under previous recordings, find the<br>
> episode and use the menu to allow it to re-record (I don't normally use that<br>
> function and I'm away from my myth system so the details are hazy).<br>
<br>
There'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'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't just Delete + rerecord that has the problem--I
think it's any "forget old" function in mythweb. Possibly the backend is
not processing the FORGET_RECORDING command correctly? Or maybe mythweb
is sending the wrong command (it's been deprecated, perhaps?) Not sure;
I don't have the mythtv source handy to look into it.<br><br></div>Karl <br></div></div></div></div>