View Single Post
  #7  
Old 2005-04-14, 06:16 AM
pmonk's Avatar
pmonk pmonk is offline
 
Join Date: Nov 2004
Re: ffp = shntool md5 = st5 ???

Quote:
Originally Posted by feralicious
This is what I mean:
-------------------------------------------------------------------------------------
Flac Fingerprints
previously posted by uhclem:

I use a simple batch file to create the fingerprint. It's simple because you just drag 'n' drop the folder containing your new flacs onto the batch file and voila it produces a fingerprint file for you in the folder. Here's the batch file I use:

@echo off
%~d1 & cd "%~1"
for %%F in (*.flac) do metaflac --show-md5sum --with-filename "%%F" >> "%~n1-ffp.txt"
-------------------------------------------------------------------------------------

It makes a flac ffp.txt file in the folder.
That batch file doesn't use shntool
Reply With Quote Reply with Nested Quotes