Playgroup table
From MythTV
- The correct title of this article is playgroup table. It appears incorrectly here due to technical restrictions.
The playgroup table contains the playback groups, which allow default playback options (timestretch, skip and jump intervals) to be set on a per recording schedule basis.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| name | varchar(32) | PRI | |||
| titlematch | varchar(255) | ||||
| skipahead | int(11) | 0 | |||
| skipback | int(11) | 0 | |||
| timestretch | int(11) | 0 | |||
| jump | int(11) | 0 |
[edit]
Example Entries
name: Default
titlematch:
skipahead: 30
skipback: 5
timestretch: 100
jump: 0
