[mythtv] Purging video files

Isaac Richards mythtv-dev@snowman.net
Fri Jan 10 19:46:29 EST 2003


On Friday 10 January 2003 02:39 pm, Chris wrote:
> Is there a way to delete the scheduled recordings and start over while
> maintaining the list of recorded videos.  Certain scheduled programs
> conflict with themselves in my database.  Thanks

If you're using CVS, just delete everything from the 'record' table.  If 
you're using 0.7, clear out the 'singlerecord', 'timeslotrecord' and 
'allrecord' tables.

Something like:  
 
  Run the 'mysq' command line client;
  At the prompts:
    use mythconverg;
    delete from <tablename>
  
Gets rid of all data in a table.

Isaac




More information about the mythtv-dev mailing list