Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Support for *.3g2  (Read 7473 times)

0 Members and 1 Guest are viewing this topic.

jackamus

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Support for *.3g2
« 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
« Last Edit: March 20, 2005, 11:51:31 pm by TranzNDance »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Support for *.3g2
« Reply #1 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
Logged

jackamus

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Support for *.3g2
« Reply #2 on: March 20, 2005, 11:32:16 pm »

Thank You!!! 

Logged

MaPzel

  • Coppermine newbie
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 8
    • TWV Hengelo.com
Re: Support for *.3g2
« Reply #3 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'.
Logged

Sethide

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Support for *.3g2
« Reply #4 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.