[mythtv-users] mfd problem

Steven mythmail at richardstraat.homedns.org
Sat Sep 11 17:25:36 EDT 2004


Can you
> do
> a:
>
> 		show columns from musicmetadata;
> +-----------+------------------+------+-----+---------+----------------+
| Field     | Type             | Null | Key | Default | Extra          |
+-----------+------------------+------+-----+---------+----------------+
| intid     | int(10) unsigned |      | PRI | NULL    | auto_increment |
| artist    | varchar(128)     |      | MUL |         |                |
| album     | varchar(128)     |      | MUL |         |                |
| title     | varchar(128)     |      | MUL |         |                |
| genre     | varchar(128)     |      | MUL |         |                |
| year      | int(10) unsigned |      |     | 0       |                |
| tracknum  | int(10) unsigned |      |     | 0       |                |
| length    | int(10) unsigned |      |     | 0       |                |
| filename  | text             |      |     |         |                |
| rating    | int(10) unsigned |      |     | 5       |                |
| lastplay  | timestamp(14)    | YES  |     | NULL    |                |
| playcount | int(10) unsigned |      |     | 0       |                |
+-----------+------------------+------+-----+---------+----------------+
12 rows in set (0.02 sec)



> 	and a:
>
> 		select * from settings where value = "MusicDBSchemaVer" ;
>
 MusicDBSchemaVer | 1002


More information about the mythtv-users mailing list