[mythtv-users] deleted recording via filesystem - how to re-sync database?

Michael T. Dean mtdean at thirdcontact.com
Tue Apr 4 01:58:22 UTC 2006


On 04/03/2006 09:10 PM, Michael Fox wrote:

>But yes, touch filename is just as easy
>

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