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
Looks like it happens only if the only change in the file name is a changed of a letter(s) case (upper/lower).
These messages do not go away with repeated scans.
To Reproduce
Steps to reproduce the behavior:
Have Stash scan a certain file
Rename the file, but only change a letter from uppercase to lowercase, or vice-versa
Scan the file again
Expected behavior
Stash should accept the new name and forget the old, non-existing one.
Stash Version: (from Settings -> About):
v0.7.0
Desktop (please complete the following information):
OS: Windows 10
Browser: Firefox
Version 88.0.1
The text was updated successfully, but these errors were encountered:
Stash relies on os.Stat for the duplicate checks. If os.Stat returns ok then that probably means that the filesystem is case insensitive? Can you check what filesystem is used in the Y: drive ?
When renaming some of the already scanned files and re-scanning leads to the following log entries:
Looks like it happens only if the only change in the file name is a changed of a letter(s) case (upper/lower).
These messages do not go away with repeated scans.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Stash should accept the new name and forget the old, non-existing one.
Stash Version: (from Settings -> About):
v0.7.0
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: