[LAU] list all flac files by bit depth?

Aaron L. elmastero74 at gmail.com
Sat Apr 9 16:13:23 UTC 2011


Thanks, Julien.

I'd consider myself relatively handy behind the command line but my id3 tag
foo is pretty weak.

Any help is greatly appreciated.
On Apr 9, 2011 8:55 AM, "Julien Claassen" <julien at c-lab.de> wrote:
> Hi1
> You might use file and some shell magic, i.e. grep or sed to search for
the
> bit depth info. Maybe you can even use id3v2 and then you might need
something
> like:
> if [ $BIT_DEPTH -gt 16 ]; then
> echo $FILENAME;
> fi
> Of course youhave to set up BIT_DEPTH using either file or id3v2, how that

> is done exactly, no idea, since i never did it. Are yo familiar with basic

> shell script programming?
> I hope, that helped a bit. - If not, just tell me and I'll see, if I can
> write a very basic script to do the work.
> Warmly yours
> Julien
>
> --------
> Music was my first love and it will be my last (John Miles)
>
> ======== FIND MY WEB-PROJECT AT: ========
> http://ltsb.sourceforge.net
> the Linux TextBased Studio guide
> ======= AND MY PERSONAL PAGES AT: =======
> http://www.juliencoder.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20110409/b74d9e47/attachment.htm>


More information about the Linux-audio-user mailing list