PDA

View Full Version : md5 and shntool question


slomo
2005-04-25, 09:40 PM
Ok, here goes. I've been trying to create a wholefile md5 for a warren zevon show that I had to rename to conform to etree standards. I think that it has to be wholefile since I want to archive it on LAMA. I cant get md5summer to create a file that works. Can someone give me a walkthrough or point me to a REALLY simple FAQ/tutorial-- its my first time trying this proggy and every forum and faq just confuses me even more. I really want to learn this stuff for the future. Its recognizing my md5 as a .shnf

Also, how do you switch directories in dos? I want to do a sbe check also with shntool. The only thing that I have ever done with respect to this program is create a shntool md5 using dawg's batch file. Any help? TIA

BTW, I'm on a windows xp machine

pmonk
2005-04-25, 09:53 PM
For md5 and verification, the best bet is downloading this program

http://thor.prohosting.com/roh0205/

pmonk
2005-04-25, 10:00 PM
Do you mean how do you find the file on ms-dos you want to run shntool len on???

slomo
2005-04-25, 10:12 PM
Do you mean how do you find the file on ms-dos you want to run shntool len on???
I think the function that I want is shntool info (to check SBEs, right?), but yeah basically

slomo
2005-04-25, 10:26 PM
Thanks for the trader's little helper link, I was able to create verifiable md5s. I'll try the sbe check next.

pmonk
2005-04-25, 10:37 PM
Very handy program!

To use shntool on WIN XP, use the cd command and drag the file you want to check into the dos window

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Paul XXXXXXXXX>cd

-------------------------------------------------------------------

C:\Documents and Settings\Paul XXXXXXX>cd "C:\Documents and Settings\Paul XXXXXXX\My Documents\My Music\rs1971-03-13.sbd.shnf"

-------------------------------------------------------------------
C:\Documents and Settings\Paul XXXXXX>"C:\Documents and Settings\Paul XXXXXXXX\My Documents\My Music\rs1971-03-13.sbd.shnf"

--------------------------------------------------------------------

C:\Documents and Settings\Paul xxxxxxx\My Documents\My Music\rs1971-03-13.sbd.shnf>shntool len *.flac

length expanded size cdr WAVE problems filename
4:41.08 49587260 --- -- ---xx rs1971-03-13d1t01.flac
3:52.17 40964828 --- -- ---xx rs1971-03-13d1t02.flac
6:16.73 66498140 --- -- ---xx rs1971-03-13d1t03.flac
12:59.10 137439164 --- -- ---xx rs1971-03-13d1t04.flac
4:14.30 44876204 --- -- ---xx rs1971-03-13d1t05.flac
0:54.05 9537404 --- -- ---xx rs1971-03-13d1t06.flac
3:12.67 34026428 --- -- ---xx rs1971-03-13d1t07.flac
5:11.45 54966284 --- -- ---xx rs1971-03-13d1t08.flac
4:40.35 49474364 --- -- ---xx rs1971-03-13d1t09.flac
4:16.25 45217244 --- -- ---xx rs1971-03-13d1t10.flac
5:08.55 54460604 --- -- ---xx rs1971-03-13d1t11.flac
2:39.68 28207580 --- -- ---xx rs1971-03-13d1t12.flac
2:14.15 23672924 --- -- ---xx rs1971-03-13d1t13.flac
60:22.03 638928428 B (totals for 13 files, 0.6283 o
verall compression ratio)

C:\Documents and Settings\Paul XXXXXXX\My Documents\My Music\rs1971-03-13.sbd.shnf>

feralicious
2005-04-26, 02:04 AM
I want to do a sbe check also with shntool. The only thing that I have ever done with respect to this program is create a shntool md5 using dawg's batch file. Any help? TIA
This works like a charm...

A batch file for SBE check with shntool and it puts a txt file with the results in your show's folder. Just make a batch file with the following, drag and drop gthe show's folder onto it, wait a few seconds, then insdie the folder will be the txt file named as such: "<foldername>.shntool.txt" :

@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool len -u mb *.%%T >> "%~n1.shntool.txt"

Thanks to uhclem and others for their help in me getting this batch file going.
For more nifty batch files check out this "Batch Files" (http://www.thetradersden.org/forums/showthread.php?t=5047) thread.

Five
2005-04-26, 02:12 AM
another trick I found useful when you're in command line is to type cd <space> (meaning hit the key c, then d, then the space bar) then drag the folder you want to jump to onto the cmd window and hit enter. you can also use the up arrow key to get your previous command again. less typing!

diggrd
2005-04-26, 02:37 AM
there is also the right click menu option "CMD Prompt Here" if you click on the folder you want to work in... that is after getting THIS (http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/CmdHerePowertoySetup.exe) from M$ (more about it here) (http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx) for XP