<!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">
I wrote the Stop Recording code and I knew how easy it was to get it
wrong (it took me a while to get it right) so I decided to take a look
;-)<br>
<br>
NB: I had suggested before that maybe it would be better to have a
"filename" field in the recordings table so it would be a lot easier to
change begin and end times and who knows what else without having to
worry about renaming the the file. It would also give people the
possibility to rename the file to something they recognize. With all
these changes maybe now is a good time to implement this? Whadda y'all
think?<br>
<br>
-Tako<br>
<br>
Chris Pinkham wrote:<br>
<blockquote type="cite"
 cite="mid200311160104.hAG1471e020479@panther.bc2va.org">
  <blockquote type="cite">
    <pre wrap="">Hmm, just tried the to stop a recording (using curent CVS) and it seems 
the lastest changes have broken the Stop Recording feature: after 
stopping a recording the filename and the info in the database are not 
the same anymore and the stopped recording will fail to display its 
thumbnail or preview and it can't be played anymore.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This will be fixed in CVS in a little bit.  It was related to the
recent addition of recstartts and recendts to programinfo.  The filename
is always generated using recstartts and recendts and the rename code
was setting endts to the current time when it needed to set recendts
in order to get the correct filename.  I have it fixed in my tree and
will commit it in a little while when I commit some other stuff.

Thanks for catching that.
  </pre>
  <pre wrap="">
<hr width="90%" size="4">
_______________________________________________
mythtv-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a>
  </pre>
</blockquote>
</body>
</html>