Advanced search  

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

Pages: [1]   Go Down

Author Topic: Support for *.3g2  (Read 7423 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.031 seconds with 19 queries.