Thread: Strange Ffp
View Single Post
  #8  
Old 2005-04-27, 09:00 AM
feralicious's Avatar
feralicious feralicious is offline
dare to discover
 
Join Date: Nov 2004
Location: occasionally
Re: Strange Ffp

Quote:
Originally Posted by jcrab66
no, i didnt do that. Call me stupid but I'm not really sure what your talking about...
Hey, month ago I didn't know what I was talking about. Wait a minute, I still don't.

It's an shntool md5 which fingerprints the actual audio data. So if you make one for the flac and one for the wav they should match.

Here's a batch file for it that will make it in txt format. You can paste this into a txt file, give it the .bat extension and then drag your folder onto it and it will make the txt file in the folder. It will do the wavs and the flacs at the same time and list them separately in the file.

@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool md5 *.%%T >> "%~n1.st5"
pause
__________________
feralicious goodies
Don't get even.
Get odd.

....
Reply With Quote Reply with Nested Quotes