kemono-dl
kemono-dl copied to clipboard
Duplicate file check
Description
Kemono-DL sometimes duplicates attachments if any were previously downloaded. I think this is because the files change data servers and therefore get given a different name. A hash check might fix this but I'm not sure.
I've noticed that too, but I gonna run dupe file scan for my drives occasionally, so I didn't look into that. Now I tried to fix it for us, hope it works well.
The commit seems to detect dupes well, but now it runs really slow. Making it an optional setting might be a good idea
The commit seems to detect dupes well, but now it runs really slow. Making it an optional setting might be a good idea
Just to say that the hash compare only takes place when no file with same name found and files with similar filename detected, other wise there's just some filename compare, shouldn't be a huge slow down, there may be some other problems.