| 122 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 123 | " VALUES ('mkv', 'Internal', 0, 0);", |
| 124 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 125 | " VALUES ('mp4', 'Internal', 0, 0);", |
| 126 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 127 | " VALUES ('m2ts', 'Internal', 0, 0);", |
| 128 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 129 | " VALUES ('evo', 'Internal', 0, 0);", |
| 130 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 131 | " VALUES ('divx', 'Internal', 0, 0);", |
| 132 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 133 | " VALUES ('mov', 'Internal', 0, 0);", |
| 134 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 135 | " VALUES ('qt', 'Internal', 0, 0);", |
| 136 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 137 | " VALUES ('wmv', 'Internal', 0, 0);", |
| 138 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 139 | " VALUES ('3gp', 'Internal', 0, 0);", |
| 140 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 141 | " VALUES ('asf', 'Internal', 0, 0);", |
| 142 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 143 | " VALUES ('ogg', 'Internal', 0, 0);", |
| 144 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 145 | " VALUES ('ogm', 'Internal', 0, 0);", |
| 146 | "INSERT INTO videotypes (extension, playcommand, f_ignore, use_default)" |
| 147 | " VALUES ('flv', 'Internal', 0, 0);", |