Support for *.3g2 Support for *.3g2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Support for *.3g2

Started by jackamus, March 18, 2005, 09:29:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jackamus

How can I get support for that file type to be added.  It's played in quicktime, but even with the ALL setting in the gallery, it won't allow that extention.

Thanks,
Jack

reply to jack1@jackamus.com

Joachim Müller

use a database tool like phpMyAdmin, browse coppermine's filetypes table and add an entry for the filetyp3 there (or run a query like this:INSERT INTO CPG_filetypes VALUES ('3q2', 'video/quicktime', 'movie');, replacing CPG with the prefix you chose for your coppermine install).

Joachim

jackamus


MaPzel

THANX! I did it for the file type 3gp. With myphpadmin I opend the table cpg140_filetypes. Then clicked 'add' Filled in the filename 3gp, then the mime video/video, and last the content 'movie'.

Sethide

Quote from: MaPzel on December 17, 2005, 03:17:30 PM
THANX! I did it for the file type 3gp. With myphpadmin I opend the table cpg140_filetypes. Then clicked 'add' Filled in the filename 3gp, then the mime video/video, and last the content 'movie'.
Thanks.
Same here with
INSERT INTO  cpg143_filetypes VALUES ('3gp', 'video/quicktime', 'movie', 'QT');
I am using cpg1.4.6.