1
0
Fork
You've already forked flac-tools
0
FLAC audio integrity tools
  • Python 80.7%
  • Shell 19.3%
2025年09月19日 11:12:10 +01:00
flac-crc32 Exit with retval=1 for incomplete flac files 2025年09月16日 20:20:41 +01:00
flac-md5 Exit with retval=1 for incomplete flac files 2025年09月16日 20:20:41 +01:00
README.md README.md update 2025年09月15日 00:08:05 +01:00
whipper-verify-crc.py comments 2025年09月19日 11:12:10 +01:00

FLAC tools

Various tools to verify the integrity of FLAC files.

Can verify EAC-compatible log files / Whipper log files made with whipper-plugin-eaclogger.

Usage

flac-crc32 *.flac
flac-md5 *.flac
whipper-verify-crc.py eac-logfile.log

With fd you can run flac-crc32 or flac-md5 in parallel over the entire fileset:

fd -e flac -x flac-md5

Note that this is non-deterministic; the output order will vary with each run.