Jumppoints table
From MythTV
- The correct title of this article is jumppoints table. It appears incorrectly here due to technical restrictions.
The jumppoints table holds the key-bindings for jump points and the frontend to which they apply.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| destination | varchar(128) | PRI | |||
| description | varchar(255) | YES | NULL | ||
| keylist | varchar(128) | YES | NULL | ||
| hostname | varchar(255) | PRI |
[edit]
Fields
- destination is the destination screen.
- Main Menu, Program Guide, Live TV, Play DVD, MythGame, etc.
- keylist contains the keys bound to the jump point.
- hostname is the name of the host where the key binding applies.
[edit]
Example Entries
destination: Live TV
description: NULL
keylist: F5
hostname: localhost.localdomain
destination: TV Recording Playback
description: NULL
keylist: F2
hostname: localhost.localdomain
destination: Reload Theme
description: NULL
keylist:
hostname: localhost.localdomain
