Quote:
Originally Posted by edojan
This was done earlier. Unfortunately, due to the file name differences the hashes are different even if when there is no change in the metadata
FileSystem LongPathsEnabled was/is set to 1 (true), but I don't know how to change the application's manifest.
I wish there was a setting "keep device file names the same as in Calibre library" This would be ideal
|
Sorry, I don't get what you're doing with the hash.
By design, hashes will stay the same if the file name changes.
A file's hash is the hash of its contents. Metadata, such as file names, timestamps, and permissions, has no influence on the hash. see
stackoverflow or
stackexchange