gwendibbley
2021-03-17, 03:02 PM
Hey.
I’m trying to create a script that:
1. Checks checksum files
2. Verifies shn/flac/ape
3. Check for SBEs
4. Creates st5 files if one is missing
I’ve created almost the entire script with Powershell, but am having trouble with shn.
I can’t get an accurate md5 checksum or verify that the file is able to decode to wav unless the source file is overwritten, and I don’t want that..
Can anybody help me?
Do you know what command to use and what to write?
Ps. I plan to “convert” the script to a Windows program when I get it working..
Best regards
Henrik
EDIT: nevermind, I solved it..
I’m trying to create a script that:
1. Checks checksum files
2. Verifies shn/flac/ape
3. Check for SBEs
4. Creates st5 files if one is missing
I’ve created almost the entire script with Powershell, but am having trouble with shn.
I can’t get an accurate md5 checksum or verify that the file is able to decode to wav unless the source file is overwritten, and I don’t want that..
Can anybody help me?
Do you know what command to use and what to write?
Ps. I plan to “convert” the script to a Windows program when I get it working..
Best regards
Henrik
EDIT: nevermind, I solved it..