<p>Thanks, Julien. </p>
<p>I'd consider myself relatively handy behind the command line but my id3 tag foo is pretty weak. </p>
<p>Any help is greatly appreciated. </p>
<div class="gmail_quote">On Apr 9, 2011 8:55 AM, "Julien Claassen" <<a href="mailto:julien@c-lab.de">julien@c-lab.de</a>> wrote:<br type="attribution">> Hi1<br>> You might use file and some shell magic, i.e. grep or sed to search for the <br>
> bit depth info. Maybe you can even use id3v2 and then you might need something <br>> like:<br>> if [ $BIT_DEPTH -gt 16 ]; then<br>> echo $FILENAME;<br>> fi<br>> Of course youhave to set up BIT_DEPTH using either file or id3v2, how that <br>
> is done exactly, no idea, since i never did it. Are yo familiar with basic <br>> shell script programming?<br>> I hope, that helped a bit. - If not, just tell me and I'll see, if I can <br>> write a very basic script to do the work.<br>
> Warmly yours<br>> Julien<br>> <br>> --------<br>> Music was my first love and it will be my last (John Miles)<br>> <br>> ======== FIND MY WEB-PROJECT AT: ========<br>> <a href="http://ltsb.sourceforge.net">http://ltsb.sourceforge.net</a><br>
> the Linux TextBased Studio guide<br>> ======= AND MY PERSONAL PAGES AT: =======<br>> <a href="http://www.juliencoder.de">http://www.juliencoder.de</a><br></div>