ZenphotoCMS Forum
symlinks for videos - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: symlinks for videos (/thread-3905.html)



symlinks for videos - ptitmain - 2008-10-19

Hi,

short description of my question:

It seems that zenphoto does not follow symlinks (ln -s ...) of .jpg or .flv files ? Is there a way to activate it or do I miss something ?

long description:
I wrote a shell script in order to generate .flv files for each of my .avi or .mov files using ffmpeg. As I do not want to have two times the same video in a directory, I put the generated .flv files into a "cache" folder elsewhere. Then I created a symbolic links for each generated .flv file into the original album directory. So I obtains:

myalbum:
file1.avi
file1.flv -----> (symlinks) /elsewhere-cache/file1.flv

But nothing is appearing, neither file1.avi (which is normal, the flvplayer plugin doesn't know how to handle this), nor the symlink.
I checked and double checked the permission but the webserver can read the symlink and the file pointed by the link.

Any idea ?

Thanks,
Ptitmain.




symlinks for videos - ptitmain - 2009-03-28

Up !

No answer or advice on that ?

Ptitmain




symlinks for videos - sbillard - 2009-03-29

If symlinks are not being followed, it is not because of zenphoto. symlinks are transparent to applications.