Profilegroups table
From MythTV Official Wiki
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. The id field relates to the profilegroup field within the recordingprofiles table.
0.20-fixes Version
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
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 |