Reset MythTV music database

August 22, 2008
Tags: , ,
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)

Comments are closed.