Difference between revisions of "Profilegroups table"

From MythTV Official Wiki
Jump to: navigation, search
m (table style)
 
Line 1: Line 1:
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]].
+
{{Wrongtitle|profilegroups table}}
 
+
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.  
== 0.20-fixes Version ==
+
== Table Description ==
 
+
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
{| cellpadding="4"
+
|- style="background: lightsteelblue"
|- bgcolor="#9999ff"
+
! Field name !! Type                 !! Null !! Key !! Default             !! Extras
!Field         !! Type             !! Null !! Key !! Default !! Extra
+
|-
|- bgcolor="#cccccc"
 
 
|| id          || int(10) unsigned ||      || PRI || NULL    || auto_increment
 
|| id          || int(10) unsigned ||      || PRI || NULL    || auto_increment
|- bgcolor="#cccccc"
+
|-
 
|| name        || varchar(128)    || YES  || MUL || NUL    ||
 
|| name        || varchar(128)    || YES  || MUL || NUL    ||
|- bgcolor="#cccccc"
+
|-
 
|| cardtype    || varchar(32)      ||      ||    || V4L    ||
 
|| cardtype    || varchar(32)      ||      ||    || V4L    ||
|- bgcolor="#cccccc"
+
|-
 
|| is_default  || int(1)          || YES  ||    || 0      ||
 
|| is_default  || int(1)          || YES  ||    || 0      ||
|- bgcolor="#cccccc"
+
|-
 
|| hostname    || varchar(255)    || YES  ||    || NULL    ||
 
|| 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.
 
[[Category:DB Table]]
 
[[Category:DB Table]]

Latest revision as of 23:13, 15 March 2007

Important.png 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.