[mythtv-users] Re: MythMusic and vanishing songs

Paul mythtv at dsl.pipex.com
Thu Jan 6 14:27:11 EST 2005


>For a week or so now I've been unable to find out why myth music would
>not display my songs.  I've changed nothing on them for months actually.
>Any additional attempt to try to re-load and start from scratch and
>build a new song listing fails with a message when doing a scan for
>music of "metadata.o: No songs were found, if that's okay with you it's
>okay with me."  (wording may be off.. bad memory).  Anyway, I've
>checked, rechecked paths/permissions, etc.

>Has anyone else seen this happen or any thoughts on what's going on and
>how to fix it?  Latest CVS builds of course..

>--Brandon

The CVS version of MythMusic is slightly broken at the moment.

It all depends on what version of the musicmetadata table you have
in the MySql database. That depends on whether you have used the
MFD/MDE or not.

All you have to do to fix it is change the value of the
currentDatabaseVersion
in the MythMusic version of dbcheck.cpp from

const QString currentDatabaseVersion = "1001";

to

const QString currentDatabaseVersion = "1002";

then recompile etc. The next time you run mythmusic the musicmetadata
table will be updated to the new version required by the latest cvs version
of MythMusic.

There is a patch from Colin Guthrie that adds compilation album stuff
to MythMusic that also includes some updates to the musicmetadata
table and the dbcheck.cpp file that should also fix the problem once it has
been applied to the CVS.









More information about the mythtv-users mailing list