<!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">
<br>
<br>
Isaac Richards wrote:<br>
<blockquote type="cite" cite="mid200310100138.29527.ijr@po.cwru.edu">
  <pre wrap="">On Thursday 09 October 2003 11:59 pm, Sabin Dang wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

I've been recently trying to record various live events (sports, etc)
with mythtv. Occasionally these events go over the listed  time limits,
and I'd like to be able to tell mythtv to record for an additional 1/2
hour or so.

Looking through the database structure, I see that there is an endtime
field in the record table.  My question is, can I modify the endtime
entry while a recording is going on and have the change be registered
with mythtv? Or does mythtv preload this information when a recording
is started?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It's stored when the recording is started.

  </pre>
</blockquote>
Not only that, but the .nuv filename for the recording is based on the
begin and end date/times so just changing the end time will confuse
MythTV as to which file belong to the recording. When I implemented the
"Stop Recording" feature I had to add code that actually renamed the
file to mirror the changes I made in the start/end times. It might be
necessary to do something similar for a feature like this as well, but
I can imagine there might be complication when trying to do so for an
in-progress recording.<br>
<br>
-Tako<br>
</body>
</html>