Videotypes table
From MythTV
- The correct title of this article is videotypes table. It appears incorrectly here due to technical restrictions.
The videotypes table keeps track of how MythVideo plays certain content.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| intid | int(10) unsigned | No | Primary | auto_increment | |
| extension | varchar(128) | No | None | ||
| playcommand | varchar(255) | No | None | ||
| f_ignore | tinyint(1) | Yes | None | ||
| use_default | tinyint(1) | Yes | None |
select * from videotypes; +-------+-----------+-------------+----------+-------------+ | intid | extension | playcommand | f_ignore | use_default | +-------+-----------+-------------+----------+-------------+ | 1 | txt | | 1 | 0 | | 2 | log | | 1 | 0 | | 3 | mpg | Internal | 0 | 0 | | 4 | avi | | 0 | 1 | | 5 | vob | Internal | 0 | 0 | | 6 | mpeg | Internal | 0 | 0 | | 7 | VIDEO_TS | Internal | 0 | 0 | | 8 | iso | Internal | 0 | 0 | | 9 | img | Internal | 0 | 0 | +-------+-----------+-------------+----------+-------------+
