[mythtv-users] Re: m3u2myth.pl inserting empty playlists

thor mythtv at lamedomainname.com
Tue Aug 31 16:00:26 EDT 2004


On Tuesday 31 August 2004 03:22 pm, Grant Edwards wrote:

> Is there any documentation anywhere on the "layout" of the
> database used by MythTv/MythMusic?

	Not really, but here's pretty much all you need to know:


mysql -p -u mythtv mythconverg
{enter mythtv as password}
show columns from musicmetadata ;
select * from musicmetadata limit 1 ;
show columns from musicplaylist ;
select * from musicplaylist limit 1 ;
exit ;


note that all columns in musicmetadata from mythdigest onwards are not used by 
mythmusic (they are in the process of being used by mfd/mfe).

- thor


More information about the mythtv-users mailing list