forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: jackamus on March 18, 2005, 09:29:25 pm

Title: Support for *.3g2
Post by: jackamus on March 18, 2005, 09:29:25 pm
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
Title: Re: Support for *.3g2
Post by: Joachim Müller on March 19, 2005, 07:57:25 am
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:
Code: [Select]
INSERT INTO CPG_filetypes VALUES ('3q2', 'video/quicktime', 'movie');, replacing CPG with the prefix you chose for your coppermine install).

Joachim
Title: Re: Support for *.3g2
Post by: jackamus on March 20, 2005, 11:32:16 pm
Thank You!!! 

Title: Re: Support for *.3g2
Post by: 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'.
Title: Re: Support for *.3g2
Post by: Sethide on June 02, 2006, 12:55:10 am
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
Code: [Select]
INSERT INTO  cpg143_filetypes VALUES ('3gp', 'video/quicktime', 'movie', 'QT');I am using cpg1.4.6.