<div dir="ltr">Got it, thanks - also had to change RecGroup from Deleted..<div><br></div><div>Now to redelete the few shows we did want to delete.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 29, 2015 at 8:59 PM, dennis <span dir="ltr"><<a href="mailto:deg@outlook.com" target="_blank">deg@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
<br>
On 04/29/2015 08:35 PM, Rob Davis wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So, using Kodi and the pvr-mythtv addon we successfully deleted all of our recordings by accidents (using git 0.28).  I managed to save about a weeks worth or recordings by moving them from the deleted storage group to default before they all vanished.<br>
<br>
We came to terms with the loss, but I noticed the next day that my drive space hadn't reduced that much.  Although the recordings were not available in kodi or mythfrontend.  I did find them in mythweb.  I moved them using that back into the default group.  However, they now show in mythweb, but not on the frontend.  (Not sure about kodi as I updated everything in the hope of getting the recordings showing - but the qt5 upgrade and database schema broke the kodi addon (which I can live with).<br>
<br>
Using phpmyadmin, I notice that the recordings which are missing are showing in the database with the field Delete Pending as 1, if I change that to 0, then it will show up.<br>
<br>
Is there an SQL line that I can use which will change all recordings in the database, fields delete pending to 0.  Or is there a way that I can change this using mythweb.  To do it in phpmyadmin will take too long.<br>
<br>
</blockquote></div></div>
$ mysql -u mythtv -pmythtv mythconverg<br>
<br>
mysql>  update recorded set deletepending=0;<br>
<br>
Should work, but I didn't test it.   Hope this helps.<span class="HOEnZb"><font color="#888888"><br>
<br>
Dennis<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</font></span></blockquote></div><br></div>