Just a quick update on what’s happening with this. I’ve discovered that I can upload quicktimes into maxigallery and it accepts .mov but it doesn’t show up in the image list etc. In an exercise in speed over knowledge (ie: My reverse engineering MaxiGallery would have taken much longer than I wanted and I’m looking for a simple show image and thumbnail gallery)
I’ve created a script that looks up the MaxiGallery DB for images that relate to the article/page id and gets a list of files from it. Then I get it to file-search for a quicktime that matches the same filename in the related articles media folder.
If it finds a match then it adds a PNG watermark (little play button) and changes the link to show the quicktime as opposed to just the larger image. It also generates the watermarked thumbnail once and there is a check for a wm_ prefix as opposed to a tn_ prefix since I’ve got the watermark function to write out a wm_ prefixed thumbnail.
I had a heck of a time finding a watermark script that I could include into the code but it’s working and I’ve got a completely automated integration and handling of quicktimes in the little gallery script.
I plan to get round to integrating this behaviour into MaxiGallery at some point. I’d like to take advantage of the Maxigallery’s various display options and systems but for now I’m using MaxiGallery to manage the media uploading and editting but when it’s being shown I’m using my own custom script.
Updates hopefully will follow.
Cheers
TXRX