View Single Post
  #4  
Old 2011-08-12, 11:32 AM
lintoni
 
Re: FLAC fingerprints

Quote:
Originally Posted by camus_zeke View Post
Nevermind, I figured it out - you need to use metaflac instead.
Yep!

For anybody else curious, open terminal in folder containing flacs and type:

Code:
metaflac --show-md5 *.flac>fingerprints.ffp
This will create a textfile (suffixed ffp) that contains your fingerprints.

As a side note, you can do a lot of useful things with lossless files (flac, shn) using the etree-scripts package (search for it in your package manager, or using your search engine of choice).
Reply With Quote Reply with Nested Quotes