Loading custom images for movie files. Loading custom images for movie files.
 

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

Loading custom images for movie files.

Started by Billybuck, August 22, 2006, 08:18:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Billybuck

After reading the documentation and browsing these forums, I was unable to solve my problem.

Problem: I have uploaded with FTP 4 sets of movie files and  image files.
             Each set of files are named sample.mpg and sample.jpg

When I batch file these into the Gallery, the custom image replaces the default image for the movie , but it also leaves a copy of the image in the Gallery view of this album.

I only want the image to overwrite the movie default image, without leaving a separate image file. If this is well explained in another post, please except my apologies and direct me there with a link.

Thanks for your help.

Nibbler


Joachim Müller

Quote from: Billybuck on August 22, 2006, 08:18:17 PM
Each set of files are named sample.mpg and sample.jpg
The custom thumbnail must be named thumb_sample.jpg, not sample.jpg (depending on the prefix you chose for the thumbnails in coppermine's config).
RTFM: 4.9.2 Custom Thumbnails

Billybuck

Thanks guys!

I appreciate verymuch your response to my problem.