View Single Post
  #58  
Old 2020-04-22, 04:51 PM
Five's Avatar
Five Five is offline
 
Join Date: Oct 2004
Location: Canada
Re: Checksums Demystified (.st5, .ffp and .md5)

and here is the 'verify' module, which will support more in the future.

right now flac, ape, wavpack, optimfrog

and waveform archiver (x86 only, untested)

this one has to be pasted to the end or at least not right at the beginning for icons to work. I have no idea why.

let me know if these are working for you, or just wait a little while longer for full script, about 50k

Code:
[verify]
IconLarge      = verify32.bmp
IconSmall      = verify16.bmp
ModifiesInput  = 0
DisableConvert = 1
DisableTagging = 1
LongDesc       = Verify
Menu           = -Verify
N0Cmd0         = FLAC.exe -t '%i'
N0InExt        = .flac
; N0ErrorCode    = flac
N1Cmd0         = MAC.exe '%i' -v
N1InExt        = .ape
; N1ErrorCode    = monkeysaudio
N2Cmd0         = OFR.exe --check --md5 '%i'
N2InExt        = .ofr
; N2ErrorCode    = frog
N3Cmd0         = WVUNPACK.exe -v '%i'
N3InExt        = .wv
; N3ErrorCode    = wvunpack
N4Cmd0         = WA.exe t arc '%i'
N4InExt        = .wa
; N4ErrorCode    = wavarc
ShortDesc      = Verify
StatusText     = Verifying
TrackbarText   = Test archive integrity
Attached Images
File Type: bmp verify16.bmp
( 822 Bytes, 0 views)
 
File Type: bmp verify32.bmp
( 3.1 KB, 0 views)
 
File Type: bmp fp16.bmp
( 822 Bytes, 0 views)
 
__________________
Checksums Demystified | ask for help in Technobabble

thetradersden.org | ttd recommended free software/freeware webring
shntool tlh eac foobar2000 spek audacity cdwave vlc

Quote:
Originally posted by oxymoron
Here you are in a place of permanent madness, be careful!
Reply With Quote Reply with Nested Quotes