Difference between revisions of "Videosource table"

From MythTV Official Wiki
Jump to: navigation, search
m (table style)
(Table Description)
 
Line 4: Line 4:
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
|- style="background: lightsteelblue"
 
|- style="background: lightsteelblue"
!  Field name !! Type        !! Null !! Key !! Default !! Extras
+
!  Field name !! Type        !! Null !! Key !! Default !! Extras !! Schema-Version
 
|-
 
|-
 
|| sourceid    || int(10) unsigned ||      || PRI || NULL    || auto_increment
 
|| sourceid    || int(10) unsigned ||      || PRI || NULL    || auto_increment
Line 21: Line 21:
 
|-
 
|-
 
|| useeit      || smallint(6)      ||      ||    || 0      ||
 
|| useeit      || smallint(6)      ||      ||    || 0      ||
 +
|-
 +
|| configpath  || varchar(4096)    || YES  ||    || NULL    || || +????
 +
|-
 +
|| dvb_nit_id  || int(6)          || YES  ||    || -1      || || +1254
 
|}
 
|}
 +
 +
== Fields ==
 +
;sourceid: is a unique identifier for the entries in the table.
 +
;name: a user-visible name
 +
;xmltvgrabber: the name of the grabber binary
 +
;userid: an optional user, which some grabbers use to access protected data.
 +
;freqtable:
 +
;lineupid:
 +
;password: an optional password, which some grabbers use to access protected data.
 +
;useeit:
 +
;configpath:
 +
;dvb_nit_id: DVB Network ID?
  
 
[[Category:DB Table]]
 
[[Category:DB Table]]

Latest revision as of 20:00, 9 February 2014

Important.png Note: The correct title of this article is videosource table. It appears incorrectly here due to technical restrictions.

The videosource table contains a list of each of the EPG information feeds available to you. These feeds are configured in the Video Sources section of mythtv-setup.

Table Description

Field name Type Null Key Default Extras Schema-Version
sourceid int(10) unsigned PRI NULL auto_increment
name varchar(128) UNI
xmltvgrabber varchar(128) YES NULL
userid varchar(128)
freqtable varchar(16) default
lineupid varchar(64) YES NULL
password varchar(64) YES NULL
useeit smallint(6) 0
configpath varchar(4096) YES NULL +????
dvb_nit_id int(6) YES -1 +1254

Fields

sourceid
is a unique identifier for the entries in the table.
name
a user-visible name
xmltvgrabber
the name of the grabber binary
userid
an optional user, which some grabbers use to access protected data.
freqtable
lineupid
password
an optional password, which some grabbers use to access protected data.
useeit
configpath
dvb_nit_id
DVB Network ID?