I want to use BYC for synchronising/comparing JPG files from my digital camera.
The save versions reside on a network drive. Additionally to the name/date compare I wanted a content compare, but not a full binary one, I decided to do a partial compare.
I therefore wrote a little exe which reads a couple blocks of the JPG and builds a SHA1 fingerprint (a type of checksum), an writes it into a file.
Then I defined a rule for JPG and refer to my EXE.
in a simple data (file) compare, it generates now 2 files with equal or different conversion file with the appropriate SHA1. BYC decides according to the SHA1 if file is equal or different. This works perfectly fine.
I expected now that it would work in folder compare equally. I changed the compare rule to "rule-based" and compare 2 directories both containing JPGs. Unfortunately the compare starts now with a binary compare instead of calling my EXE. A binary compare takes as one folder is on a network drive much too long.
I wonder now: do I misunderstand the way folder compare works, or do I miss an additional setting which is necessary to work as in a simple file compare? If I click on a file pair in the folder lists my SHA1 compare is performed.
The save versions reside on a network drive. Additionally to the name/date compare I wanted a content compare, but not a full binary one, I decided to do a partial compare.
I therefore wrote a little exe which reads a couple blocks of the JPG and builds a SHA1 fingerprint (a type of checksum), an writes it into a file.
Then I defined a rule for JPG and refer to my EXE.
in a simple data (file) compare, it generates now 2 files with equal or different conversion file with the appropriate SHA1. BYC decides according to the SHA1 if file is equal or different. This works perfectly fine.
I expected now that it would work in folder compare equally. I changed the compare rule to "rule-based" and compare 2 directories both containing JPGs. Unfortunately the compare starts now with a binary compare instead of calling my EXE. A binary compare takes as one folder is on a network drive much too long.
I wonder now: do I misunderstand the way folder compare works, or do I miss an additional setting which is necessary to work as in a simple file compare? If I click on a file pair in the folder lists my SHA1 compare is performed.
Comment