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

Modify dates and dropbox #608

Open
DashDot-Dash opened this issue Oct 5, 2023 · 2 comments
Open

Modify dates and dropbox #608

DashDot-Dash opened this issue Oct 5, 2023 · 2 comments

Comments

@DashDot-Dash
Copy link

Describe the bug
Include all file modification dates to get around dropbox sync behaviour and sorting images.

To Reproduce
Steps to reproduce the behavior:

  1. put everything on dropbox
  2. allow to sync over multiple devices
  3. all additional devices use the download/sync date/time to the local device as create and change date (normal behaviour for new synced file) but it also keeps the original creation date in the modified date information
  4. Allusion uses imported/created and modified information but none of these reference the original file creation date and they all become the date and time the file was created via syncing.

I'd really like to be able to sort images chronologically over multiple device but the Modified field seems to be reading the Inode change time not the modified time.

Image file example
File freshly synced by dropbox to another machine

Allusion info panel
Imported: 05/10/2023 19:22
Created: 05/10/2023 19:22
Modified: 05/10/2023 19:22

File info via stat
Access: 2023-10-05 19:22:47.363126747 +1100
Modify: 2023-08-12 23:28:40.000000000 +1000 <------want this one!
Change: 2023-10-05 19:22:47.059129272 +1100
Birth: 2023-10-05 19:22:35.015231252 +1100

File info via exiftool
File Modification Date/Time : 2023:08:12 23:28:40+10:00 <------want this one!
File Access Date/Time : 2023:10:05 19:22:47+11:00
File Inode Change Date/Time : 2023:10:05 19:22:47+11:00

Allusion version

  • e.g. v1.0.0

Desktop OS
Ubuntu 22.04

Additional context
I've learnt a lot about dropbox syncing and creation vs modification dates!
But it would be great to be able to access the original creation date via the modification date on synced devices. Thanks for making allusion. i love it but was surprised when my secondary sync computers started organising the files strangely.

@rafstahelin
Copy link

Have you managed to sync tags across your devices?

@DashDot-Dash
Copy link
Author

DashDot-Dash commented Oct 7, 2023 via email

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