Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Save the creation date of files and be able to sort the album by creation date instead of downloading #1727

Closed
DearFox opened this issue Jan 22, 2023 · 8 comments

Comments

@DearFox
Copy link

DearFox commented Jan 22, 2023

I have a lot of photos and drawings that I want to be able to upload with the file creation date saved, but at this point I haven't figured out if it's possible to do that.

@ildyria
Copy link
Member

ildyria commented Jan 23, 2023

image
There is literally a button to do that.
press i to display the side panel and click on the pen near the upload date.
It is also possible to sort pictures by upload date.

As such I consider this resolved and already implemented.

@ildyria ildyria closed this as completed Jan 23, 2023
@DearFox
Copy link
Author

DearFox commented Jan 23, 2023

image There is literally a button to do that. press i to display the side panel and click on the pen near the upload date. It is also possible to sort pictures by upload date.

As such I consider this resolved and already implemented.

Yes, I know that it is possible to change the date, but it is very inconvenient when you have a bunch of files.
The upload date is pretty arbitrary if you're uploading more than 1 file, and that's not very appropriate either.
As far as I know, it is possible to get the file creation date, and I requested that this date be automatically added to one of the fields. For example, when uploading a video, it has a shooting date, so I would like to have something like this for png , gif , jpg...

@DearFox
Copy link
Author

DearFox commented Jan 23, 2023

I spent more than 2 or 3 hours yesterday to change the upload date to the file creation date, and I had less than a hundred files.
And this feature would make life easier in situations like mine.

@ildyria
Copy link
Member

ildyria commented Jan 23, 2023

I am not sure I understand what you want. If the exif data is present, then it will appear in the take date

Camera
Captured Jun 2, 2019, 6:32:22 PM UTC

@DearFox
Copy link
Author

DearFox commented Jan 23, 2023

I am not sure I understand what you want. If the exif data is present, then it will appear in the take date

Camera
Captured Jun 2, 2019, 6:32:22 PM UTC

I uploaded my drawings and animations, I don't think they have that.
And is this data saved after processing the photo?
Or maybe there is some program that can create this data for the file?

I'm just not sure that exif data is in png and gif
At least in all the programs in which I work - there is no way to write such data
At least I have never seen it.

@ildyria
Copy link
Member

ildyria commented Jan 23, 2023

Those data are usually directly integrated in the photo, e.g. by the camera or software like Lightroom.

I would recommend looking at those: https://www.geckoandfly.com/7987/how-to-change-exif-data-date-and-camera-properties-with-free-editor/ Because Lychee is using those data to fill up internal fields for the pictures. :|

As far as I know, it is not possible to retrieve the creation time of the picture when uploading. Let me clarify this.
On your computer, your file has a creation time/date and modified time/date. We are not able to access that data.

@DearFox
Copy link
Author

DearFox commented Jan 23, 2023

Those data are usually directly integrated in the photo, e.g. by the camera or software like Lightroom.

I would recommend looking at those: https://www.geckoandfly.com/7987/how-to-change-exif-data-date-and-camera-properties-with-free-editor/ Because Lychee is using those data to fill up internal fields for the pictures. :|

As far as I know, it is not possible to retrieve the creation time of the picture when uploading. Let me clarify this. On your computer, your file has a creation time/date and modified time/date. We are not able to access that data.
I did some searching and this is what I found:
Js code that can get this data from a file
Drag and drop a file there and the site console will display information, including the creation / editing time

https://codepen.io/harryheman/pen/BajvQmB

image

@ildyria
Copy link
Member

ildyria commented Jan 23, 2023

I did not know we had access to such data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants