Videosource table
From MythTV Official Wiki
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?