Re: list all flac files by bit depth?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Aaron!
  If you do something like:
file test.flac
  it tells you something like this:
test.flac: FLAC audio bitstream data, 16 bit, stereo, 44.1 kHz, 5090250
samples
So you might search for two-digit-int SPACE bit and use that number to only display these files. If your flacs don't have spaces in their names, you may easily use awk with print $9 If you have spaces, you might use awk's split function and use ':' as your seperator and then print my_array[2] and pipe that into another awk and then use print $8 .
  I hope, that is some help to you.
  As for id3 tags, just RTFM id3v2 and experiement. :-)
  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
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user


[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux