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
When using the setting shown in image. Grabber adds another entry into its own sql, when image already exist containg modified md5 ( due to exif changing ).
Steps to reproduce
Save a image from imgbrdGrabber using batch Download method.
The image will be downloaded, and it's exif would be modified.
In md5s.sqlite an entry would be added with image md5 and its path. This md5 is the original md5 which can be found on the site from which image was downloaded.
Because of using exif command, the image md5 has changed on system.
Save the same image again using batch Download method. ImgbrdGrabber will say file already exist and skip downloading.
In md5s.sqlite imgbrdGrabber will create a new entry with the modfied md5 ( from step 3 ) with path pointing to same image.
Expected behavior
No duplicate entries in MD5 database.
Screenshots
System information
OS: ArchLinux
Grabber version: 7.12.2
The text was updated successfully, but these errors were encountered:
Bug description
When using the setting shown in image. Grabber adds another entry into its own sql, when image already exist containg modified md5 ( due to exif changing ).
Steps to reproduce
batch Download
method.md5s.sqlite
an entry would be added with image md5 and its path. This md5 is the original md5 which can be found on the site from which image was downloaded.batch Download
method. ImgbrdGrabber will say file already exist and skip downloading.md5s.sqlite
imgbrdGrabber will create a new entry with the modfied md5 ( from step 3 ) with path pointing to same image.Expected behavior
No duplicate entries in MD5 database.
Screenshots
System information
The text was updated successfully, but these errors were encountered: