Very simple way to add mp4 files to your galleries. Very simple way to add mp4 files to your galleries.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Very simple way to add mp4 files to your galleries.

Started by dreimon, August 26, 2006, 07:07:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dreimon

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


zialingua

Quote from: 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

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