Videosource table
From MythTV
- 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.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| 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 |
