Music directories table
From MythTV Official Wiki
Note: The correct title of this article is music_directories table. It appears incorrectly here due to technical restrictions.
The music_directories table is used by MythMusic.
Table is current as of schema revision 1017.
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| directory_id | int(20) unsigned | No | PRI | auto_increment | |
| path | text | No | |||
| parent_id | int(20) unsigned | No | 0 |