Weatherscreens table
From MythTV Official Wiki
Note: The correct title of this article is weatherscreens table. It appears incorrectly here due to technical restrictions.
The weatherscreens table contains a list of what screens will be shown 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 |
|---|---|---|---|---|---|
| screen_id | int unsigned | No | PRI | auto_increment | |
| draworder | int unsigned | No | |||
| container | varchar(64) | No | |||
| hostname | varchar(64) | Yes | NULL | ||
| units | tinyint unsigned | No |