<p>Thanks, Julien. </p>
<p>I&#39;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, &quot;Julien Claassen&quot; &lt;<a href="mailto:julien@c-lab.de">julien@c-lab.de</a>&gt; wrote:<br type="attribution">&gt; Hi1<br>&gt;    You might use file and some shell magic, i.e. grep or sed to search for the <br>
&gt; bit depth info. Maybe you can even use id3v2 and then you might need something <br>&gt; like:<br>&gt; if [ $BIT_DEPTH -gt 16 ]; then<br>&gt;    echo $FILENAME;<br>&gt; fi<br>&gt;    Of course youhave to set up BIT_DEPTH using either file or id3v2, how that <br>
&gt; is done exactly, no idea, since i never did it. Are yo familiar with basic <br>&gt; shell script programming?<br>&gt;    I hope, that helped a bit. - If not, just tell me and I&#39;ll see, if I can <br>&gt; write a very basic script to do the work.<br>
&gt;    Warmly yours<br>&gt;            Julien<br>&gt; <br>&gt; --------<br>&gt; Music was my first love and it will be my last (John Miles)<br>&gt; <br>&gt; ======== FIND MY WEB-PROJECT AT: ========<br>&gt; <a href="http://ltsb.sourceforge.net">http://ltsb.sourceforge.net</a><br>
&gt; the Linux TextBased Studio guide<br>&gt; ======= AND MY PERSONAL PAGES AT: =======<br>&gt; <a href="http://www.juliencoder.de">http://www.juliencoder.de</a><br></div>