Storagegroup table
From MythTV
- The correct title of this article is storagegroup table. It appears incorrectly here due to technical restrictions.
The storagegroup table contains the Storage Groups that are configured in mythtv-setup.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| id | int(11) | PRI | NULL | auto_increment | |
| groupname | varchar(32) | MUL | NULL | ||
| hostname | varchar(64) | MUL | NULL | ||
| dirname | varchar(255) | NULL |
[edit]
Fields
- id is a unique identifier for entries in this table.
- groupname is the name of the Storage Group.
- dirname is the directory of the Storage Group.
[edit]
Example Entries
id: 1
groupname: Default
hostname: localhost.localdomain
dirname: /video/recordings/
