|
Technobabble Post your general Need for Help questions here.
• Lossy or Lossless? Moderators |
|
Thread Tools |
#61
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
If you're not using XP there's Command Prompt Here that will automatically navigate to the folder that you right click on so that you can run shntool commands on that folder.
Once you have shtool in your path perhaps the best thing to do is create batch files that allow you to drag and drop a folder and run a command. That way you don't have to type the commands every time. RainDawg has info on how to do that here . So what you want to do is set up a batch file like this: @echo off %~d1 & cd %* for %%T in (shn flac wav ape) do if exist *.%%T shntool len -u mb *.%%T pause You can change the bold part to do different things, for example, insert the command shntool md5 in place of shntool len. For commands that you'd want to output to a text file like shntool len or shntool md5 the batch file should look like this: @echo off %~d1 & cd %* for %%T in (shn flac wav ape) do if exist *.%%T shntool md5 *.%%T>>shntool.len.txt pause This time you would change the bold text to whatever you would want to call the output file. No members have liked this post.
|
#62
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Thanks AndyL and wharfrat. Gonna try that stuff later on.
No members have liked this post.
|
#63
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Bumping this up to the front!
I am a soldier in the "I have no fucking idea how to get shntool to work" army
__________________
You have been banned for the following reason: No reason was specified. Date the ban will be lifted: Never No members have liked this post.
|
#64
|
|||
|
|||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Quote:
Code:
shntool len *.flac > shnlength.txt Then, drag the bat file into the folder of files you want to analyze and start it up. The results will flash off the screen quickly, but will be saved to a text file within the directory. I've never had a problem with this method, I don't know why the other fancy commands in wharfrat's post are ever needed. No members have liked this post.
|
#65
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Quote:
No members have liked this post.
|
#66
|
|||
|
|||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Ah, looks like I'll be using your method then. Thank you!
No members have liked this post.
|
#67
|
|||
|
|||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
When it comes to the meanings of/ % \~~~~ and all that I go into a dos-trance and so I seem command line impaired. Shntool has been like this neat book I got for $2,a 100yr old leather bound Illiad...which I can't read as it is either in Greek or dos. As with the book,a translation into my native language of point-n-click will make Shntool more than a bunch of dormant kilobytes
No members have liked this post.
|
#68
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Btw, don't thank me this is RainDawg's stuff. Check out the links in his sig. It's very helpful.
No members have liked this post.
|
#69
|
|||
|
|||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Previously downloaded the shntool frontend and was able to generate shntool md5 files with it easily. Just went to use it again so I could seed another show here, and for some reason it no longer works for me. Instead of generating the shntool md5 file as it did before, now it is giving me a file with no file extension, and under file type instead of indicating it is an md5 checksum file it is listed only as "file". I uninstalled, reinstalled, and the exact same thing is still happening.
Same PC with the same operating system as before when it worked fine, so I don't know what is going on? Maybe some Windows update that I downloaded messed with the program? But then when I uninstalled and reinstalled that should have taken care of it... so maybe I just forgot one simple thing from when I used it before? Ideas? Suggestions? No members have liked this post.
|
#70
|
|||
|
|||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Quote:
No members have liked this post.
|
#71
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Quote:
But yes, your suspicions are correct, this batch file is certinaly derived, by me, from the one you posted on STG for -len. Give credit where credit is due .
__________________
Through the clouds, Throught the lies, We'll never see, What's never been, At the ending of life and the coming of death, Pass not through its gates but into the dark. No members have liked this post.
|
#72
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
I suppose to be totally accurate a lot of this work really should be credited to Caleb Epstein.
No members have liked this post.
|
#73
|
|||
|
|||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Md5Check should be credited to Caleb Epstein, w/o a doubt.
Raindawg, to get around the problem you mention put quotes in there thus: %~d1 & cd "%1" No members have liked this post.
|
#74
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Toys, did you try adding the std extension to the file? Or opening it with notepade to see if the checksum data got there, but that it just didn't name the file correctly?
__________________
Through the clouds, Throught the lies, We'll never see, What's never been, At the ending of life and the coming of death, Pass not through its gates but into the dark. No members have liked this post.
|
#75
|
||||
|
||||
Re: Audiophilia - The shntool frontend, v0.0.1 released, alpha testers needed
Quote:
Note that the batch file created when you run the official installer program uses just %1, no quotes, and as thus won't work for anything where there is a space anywhere is the filename or pathname. It can be fixed by changing that to %*, or at least, it worked on my system.
__________________
Through the clouds, Throught the lies, We'll never see, What's never been, At the ending of life and the coming of death, Pass not through its gates but into the dark. No members have liked this post.
|
The Traders' Den |
Similar Threads | ||||
Thread | Forum | Replies | Last Post | |
Shntool frontend - uhclem | Technobabble | 21 | 2005-05-28 05:43 PM | |
Audiophilia - The Shntool Frontend Update - RainDawg | Technobabble | 3 | 2005-02-23 03:43 PM |
|
|