Weathersourcesettings table
From MythTV Official Wiki
Note: The correct title of this article is weathersourcesettings table. It appears incorrectly here due to technical restrictions.
The weathersourcesettings table contains information on grabber scripts scanned in by MythWeather. It is created only when MythWeather is installed and run.
Table is current as of schema version 1005.
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| sourceid | int unsigned | No | PRI | auto_increment | |
| source_name | varchar(64) | No | |||
| update_timeout | int unsigned | No | 600 | ||
| retrieve_timeout | int unsigned | No | 60 | ||
| hostname | varchar(64) | Yes | NULL | ||
| path | varchar(255) | Yes | NULL | ||
| author | varchar(255) | Yes | NULL | ||
| version | varchar(255) | Yes | NULL | ||
| varchar(255) | Yes | NULL | |||
| types | mediumtext | Yes | NULL | ||
| updated | timestamp | Yes |