[mythtv-users] deleted recording via filesystem - how to	re-sync database?
    Michael T. Dean 
    mtdean at thirdcontact.com
       
    Tue Apr  4 02:03:47 UTC 2006
    
    
  
On 04/03/2006 09:58 PM, Michael T. Dean wrote:
>mysql -umythtv -p mythconverg -B
>      -e 'SELECT "touch " AS "", basename AS "" FROM recorded;' > ~recs
>chmod 700 ~/recs
>cd /path/to/recordings
>~/recs
>rm ~/recs
>  
>
Try that again, this time factoring in the line break for e-mail clients...
mysql -umythtv -p mythconverg -B \
      -e 'SELECT "touch " AS "", basename AS "" FROM recorded;' > ~recs
chmod 700 ~/recs
cd /path/to/recordings
~/recs
rm ~/recs
Mike
    
    
More information about the mythtv-users
mailing list