• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Exif 'DateTimeOriginal'

Gambalunga

💖 Chevereto Fan
I originally posted this as a response in "pre sales questions" but I felt it was more appropriate here.

The question was:
Snip............................
  • Lastly, regarding EXIF data, I can see what you mean that the system doesn't strip it. I am confused about why only some data is displayed. You said it only displays "important" data but I don't really understand what is defined as important. Surely the date a photo was taken is important. I'm assuming there is no way to customized this from the admin side, so I'd have to live without it for the time being. Is that correct?
Thanks for your time in helping me understand the system.

Ok, I had a quick look at the issue of showing the Date Created. Perhaps it could be formated differently and also placed in a different order in the list but this is what I have done.

I edited the file /app/lib/functions.render.php and at line 705, just after " 'Model' => $Exif->Model," I inserted the following line:
Code:
          'DateTimeOriginal'    => $Exif->DateTimeOriginal, //added pb
The first part,'DateTimeOriginal' (before =>), can be modified as required. Eg. 'DateTimeCreated' would show as "Date Time Created" on the rendered page, likewise 'DateTaken' would show as 'Date Taken'.
Naturally this little mod would have to be made every time the file is updated with an update of Chevereto.

When you click on "More Exif data" it shows as in the (partial) screen capture below.
example.jpg

I hope this helps.
 
Hello,

I have a question about this: why we don't see the date of capture of the photo by default? Is it possible to add support for showing this?
 
Hello,

I have a question about this: why we don't see the date of capture of the photo by default? Is it possible to add support for showing this?
It depends also on image if you added/enabled the date and time thing to image, some times people keep this feature disabled.
 
Back
Top