Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.45k stars 76 forks source link

Release 4 running as windows binary (not docker) #499

Closed gabryk91 closed 10 months ago

gabryk91 commented 10 months ago

Hi, I know you don't do support for installations that doesn't use docker, but I just need a little info I guess it's easy for you: I downloaded the exiftool Windows executable from here https://exiftool.org/index.html and I see that it's not an installer but it's a command tool, so I guess it has to be placed inside the folder structure of damselfly or in some specific position on C:\ Can you help me with that? Thank you

gabryk91 commented 10 months ago

Ok I just copied exiftools.exe in the root folder of damselfly and it's working. I have now the same issue with Imagemagik

Webreaper commented 10 months ago

You'll have to set up ImageMagick on your Windows box, and ensure it's accessible to execute by Damselfly. I can't help with that, sorry.