forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: dreimon on August 26, 2006, 07:07:37 pm

Title: Very simple way to add mp4 files to your galleries.
Post by: dreimon on August 26, 2006, 07:07:37 pm
You just have to put
INSERT INTO `cpg148_filetypes` ( `extension` , `mime` , `content` , `player` ) VALUES ('mp4', 'video/quicktime', 'movie', 'QT');

Into your ./sql/basic.sql before installation or simply add this row after the install.
After that coppermine will let you add these file trough batch and the videos are seen like .mov archives.



Regards
David Roman Esteban
Title: Re: Very simple way to add mp4 files to your galleries.
Post by: Nibbler on August 26, 2006, 07:14:45 pm
Recommended way is to use the filetypes editor.

http://forum.coppermine-gallery.net/index.php?topic=24186.0
Title: Re: Very simple way to add mp4 files to your galleries.
Post by: zialingua on March 20, 2010, 12:34:48 pm
Recommended way is to use the filetypes editor.

http://forum.coppermine-gallery.net/index.php?topic=24186.0

I needed to add support for MP4 and FLV files to my Coppermine and this plugin works perfectly.