Profilegroups table
From MythTV Official Wiki
Note: The correct title of this article is profilegroups table. It appears incorrectly here due to technical restrictions.
The profilegroups table lists the recording profile groups that are available. Each entry describes a recording input method, eg. a hardware or software encoder type.
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| id | int(10) unsigned | PRI | NULL | auto_increment | |
| name | varchar(128) | YES | MUL | NUL | |
| cardtype | varchar(32) | V4L | |||
| is_default | int(1) | YES | 0 | ||
| hostname | varchar(255) | YES | NULL |
Fields
- id is a unique identifier for entries in this table. The profilegroup field in the recordingprofiles table relates to this field.