<!DOCTYPE html><html><head><style type="text/css">body { font-family:'DejaVu Sans'; font-size:13px}</style></head><body><div>On Mon, 14 Sep 2015 22:14:46 +0100, Paul Stillwell <bigboi@wackywombats.com> wrote:<br><br>><br>> I don’t believe it a browser cache issue. I cleared the cache and  <br>> reloaded the page and still see all the recordings. I even tried loading  <br>> the page on a completely different machine that has never gone to that  <br>> page before and still see all the programs like they are there.<br>><br><br>The previews disappearing does suggest the recordings don't exist. Can you still play them ? Do the files still exist on disk ?<br><br>The front end reads directly from the database, and so is reliable. MythWeb requests it from the backend but, with browser caching, it's difficult to trust it.<br><br>I didn't see anything unusual in your logs.<br><br>The definitive answer will be shown by:<br><br>mysql> SELECT starttime,title,season,episode,filesize,deletepending,storagegroup FROM recorded;<br><br>If your recordings don't show up then they've been cleaned up and can't be re-inserted. into the database.<br><br>You can always put whatever files you have retrieved into the Video library and try to identify which is which. <br>This may help with that:<br><br>mysql> SELECT chanid,starttime,title,subtitle,season,episode FROM oldrecorded;<br><br></div></body></html>