Videotypes table

From MythTV Official Wiki
Jump to: navigation, search

Important.png Note: 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.

Table is current as of schema version 1037.

Table Description

Field name Type Null Key Default Extras
intid int(10) unsigned No PRI auto_increment
extension varchar(128) No
playcommand varchar(255) No
f_ignore tinyint(1) Yes
use_default tinyint(1) Yes


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 |
+-------+-----------+-------------+----------+-------------+