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

Multiple files of the same name #45

Open
thehilll opened this issue Feb 8, 2022 · 2 comments
Open

Multiple files of the same name #45

thehilll opened this issue Feb 8, 2022 · 2 comments

Comments

@thehilll
Copy link

thehilll commented Feb 8, 2022

I haven't actually run into this issue, but looking at rodeo-uploaded-files.json it seems to have only the file name, not the full path:

{
  "DSCF1493.jpg": "123..."
}

Looking at my photo library...I have multiple images that will have the same file name. These are from different cameras years apart that use the same naming sequence.

Will there be name collisions where rodeo will think a file has been uploaded, but really it was a different file of the same name?

Thank you.

@akrabat
Copy link
Owner

akrabat commented Feb 8, 2022

Yes, there will be as it's not a clever system. You can choose to have it store the list of uploaded files in the directory where there the file is, so you could just delete the file so that rodeo forgets.

It would make sense to have a setting to disable this feature though.

@thehilll
Copy link
Author

thehilll commented Feb 8, 2022

Oh, but store_uploaded_list_in_image_dir: true would then avoid this problem. That's great. Thanks.

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