OmegaPhil / animecheck

Commandline CRC32, MD5 and eD2k-based hashing script also capable of reading and creating SFV and MD5 checksum files and generating eD2k links. This is an initial foray into python and github
GNU General Public License v3.0
46 stars 5 forks source link

Option to follow symlinks with default ignore behaviour #14

Closed OmegaPhil closed 11 years ago

OmegaPhil commented 11 years ago

This will help clear up large amounts of spam in a large UNIX checksum file creation job.

OmegaPhil commented 11 years ago

Closed in 85d7f2431a127f0561cd5df90e8cc09339491ac6

OmegaPhil commented 11 years ago

This is no longer working?? A hashing job with a symlink included the symlink!

OmegaPhil commented 11 years ago

This is because I used the md5_hash_mode, and the code to 'normalise and validate' the passed files includes the check, but MD5 hashing mode and ed2k link generation mode do not call this function