[mythtv-users] Delete + Rerecord
Tom Hayward
esarfl at gmail.com
Thu Jul 17 04:48:56 UTC 2014
On Wed, Jul 16, 2014 at 9:14 PM, Karl Newman <newmank1 at asme.org> wrote:
> There are a few functions that are broken in mythweb, including I think the
> "Delete + rerecord" as you've found. I seem to recall that I poked at it a
> little bit but the brokenness wasn't obvious to me. You can reschedule the
> missed episodes using mythfrontend under previous recordings, find the
> episode and use the menu to allow it to re-record (I don't normally use that
> function and I'm away from my myth system so the details are hazy).
There's quite a few of them. I was hoping for a programatic solution.
Maybe a SQL query like
DELETE FROM oldrecorded WHERE recstatus = -4;
Unfortunately I don't understand the schema well enough to come up
with the appropriate query.
Or maybe the proper way to do it is with an API call.
Whatever the solution, once I know what needs to be done I can
implement it and submit a patch for Mythweb.
Tom
More information about the mythtv-users
mailing list