Certain (legitimate) audio trading circles expect a FLAC "fingerprint" file when one is seeding a concert in FLAC format. A "fingerprint" file should be generated via the following line: metaflac --show-md5sum *.flac > fingerprint.txt
Now, if I try that line with metaflac 1.1.0, I get the following message:
CODE
ERROR: reading metadata, status = "FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE"
But if I try for a single FLAC (metaflac --show-md5sum one-file-at-a-time.flac > fingerprint.txt) it works just fine. Why?
- M.