[mythtv-users] How to correct the MythMusic database

cmisip cmisip at insightbb.com
Sun Nov 23 20:45:13 EST 2003


I have three machines each running mythtv and they are all complaining
about not having hostnames for playlists to work.  How do I fix this?

 I figure I have to 

 1. drop the musicmetadata and musicplaylist tables with
    mysql>drop table musicmetadata;
    mysql>drop table musicplaylist;
 2. mysql -p -u mythtv < metadata.sql
 3. edit the hostname of 0-8-to-0-9.sql for each of the machines
 4. mysql -p -u mythtv < 0-8-to-0-9.sql for each of the machines

I think mythmusic recreates the contents of musicmetadata anyway from
the filenames on the disk.

Is this correct?

Thanks



More information about the mythtv-users mailing list