You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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: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.
The text was updated successfully, but these errors were encountered: