View Single Post
  #2  
Old 2015-02-15, 03:43 PM
spidergawd's Avatar
spidergawd spidergawd is offline
Peninsulanwolf
 
Join Date: Dec 2011
Location: Metro Day Twa
Re: shntool create .st5 and flac fingerprint

Well, I think that shntool md5 (st5) and flac ffp are basically the same thing; md5 checksums of the uncompressed audio (rather than whole file).

Anyway, to do it with shntool:

shntool hash *.flac >showname.st5

or with metaflac:

metaflac --show-md5sum *flac >showmane.ffp

The metaflac method seems to just grab the ffp info from the file, rather than compute it, so it might be a good idea to write the script to do both and compare, or at least run

flac -t *flac

first to make sure the audio portion of the files haven't become corrupted.
Reply With Quote Reply with Nested Quotes