2007/8/3, Michael T. Dean &lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Yep.&nbsp;&nbsp;If you&#39;re saying that the *.mpg.png files in the MythWeb<br>data/cache directory are recreated, you&#39;ve probably got mixed versions<br>of code (i.e. bad SVN update, bad install, ...)</blockquote><div><br>Thanks for the reply. No, only in the backend&#39;s recording directory. 
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If you&#39;re saying that the *.mpg.png files on the backend&#39;s recordings<br>
directory are being recreated, it means that the date of the PNG files<br>is &lt; the &quot;last modified date&quot; for the recording (in the database).&nbsp;&nbsp;That<br>generally happens because of bad permissions in the recordings
<br>directory--and the fact that it happens every time just reinforces the<br>theory; it&#39;s unable to update the preview timestamps to the current<br>time.&nbsp;&nbsp;I have *.mpg.png files in the recordings directory going back to
<br>Nov 18, 2006--my oldest recording.</blockquote><div><br>The recordings directory has rwxrwxrwx. <br><br>I started looking at what actually happens, and now I am not sure if it is really recreating all the files or if it is just updating their timestamps to current time. I tried deleting all the 
mpg.png files and it takes exactly as long, as when the files already exist, to create new files when I load the Mythweb recordings page. I would imagine that if it is only updating the timestamps it wouldn&#39;t take as long as creating new files. Or maybe my backend is simply slow (dual athlon XP-M Barton at 800 MHz, 1GB RAM, recordings directory on 3 IDE drives with xfs on LVM about 600GB).
<br><br>Anyway, Unixes have no creation time stamp, so I have a hard time figuring out if the files are actually recreated, or only updated.<br><br>A file in the recordings directory:<br><br>ls -lu&nbsp; 2010_20070219152500.mpg.png
<br>Aug&nbsp; 3 23:41&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (the access time is actually when it was created)<br>ls -lc&nbsp; 2010_20070219152500.mpg.png<br>
Aug&nbsp; 3 23:44&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (change time changes when accessing Mythweb recordings page)<br>
ls -l&nbsp; 2010_20070219152500.mpg.png<br>
Aug&nbsp; 3 23:44&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (modify time changes when accessing Mythweb recordings page)<br>
<br></div></div>After accessing Mythweb recordings page once more:<br><br>ls -lu&nbsp; 2010_20070219152500.mpg.png<br>Aug&nbsp; 3 23:41<br>ls -lc&nbsp; 2010_20070219152500.mpg.png<br>Aug&nbsp; 4 00:06<br>ls -l&nbsp; 2010_20070219152500.mpg.png<br>
Aug&nbsp; 4 00:06<br><br>Johan