Playgroup table
From MythTV Official Wiki
Revision as of 14:09, 10 August 2009 by Bullestock (Talk | contribs)
Note: 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.
Table Description
| Field name | Type | Null | Key | Default | Extras | Description |
|---|---|---|---|---|---|---|
| name | varchar(32) | PRI | Name of playgroup | |||
| titlematch | varchar(255) | |||||
| skipahead | int(11) | 0 | The amount of seconds that SEEKREW will skip backwards | |||
| skipback | int(11) | 0 | The amount of seconds that SEEKFFWD will skip backwards | |||
| timestretch | int(11) | 0 | ||||
| jump | int(11) | 0 | The multiplication factor for JUMPFFWD/JUMPREW relative to SEEKREW/SEEKFFWD |
Example Entries
name: Default
titlematch:
skipahead: 30
skipback: 5
timestretch: 100
jump: 0