Published on

Reset MythTV music database

Authors
mysql -u mythtv -p mythconverg

delete from music_directories;
delete from music_genres;
delete from music_artists;
delete from music_albums;
delete from music_albumart;
delete from music_songs;

and then reload all the music files by :

Utilities/Setup - Music Tools (which then rescans the files)