BP wrote:

Mike Geisterfer wrote:

Second option is to dump the musicmetadata table from the database.

With mythbackend stopped:
mysql -u mythtv -pmythtv mythconverg
drop table musicmetadata;
quit
Probably safer to delete the contents of the table.

DELETE FROM musicmetadata;

Mike
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to