On 6/12/05, Edward Rosinzonsky <[EMAIL PROTECTED]> wrote: > It tries to delete them but fails. I think the problem is that I had some > files with extended-character names. Is there a way to manually delete the > entire list of videos from the database and start over? An SQL instruction > perhaps?
You could do it from the SQL command line if using the mythconverg database: DELETE from `videometadata`; Alternatively, you could use something like phpMyAdmin (which I really recommend for editing the Myth DB easily) and then just delete those entries causing the problems via your web browser. HTH, Nick _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
