Networkiconmap table
From MythTV
- The correct title of this article is networkiconmap table. It appears incorrectly here due to technical restrictions.
The networkiconmap table is used by mythfilldatabase for grabbing channel icons from the web.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| id | int(11) | PRI | NULL | auto_increment | |
| network | varchar(20) | UNI | |||
| url | varchar(255) |
[edit]
Fields
- id is a unique identifier for the entries in the table.
- network is used to map to the callsignnetworkmap table.
- Example values: dni_DISN, dni_WKEF
- url contains the web location of the channel icon.
- Example values: [dni_zap2it]/disn.jpg, [dni_zap2it]/abc_affiliate.jpg
