[linux-audio-user] commandline info viewer ?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-user] commandline info viewer ?
From: Michelle Konzack (linux4michelle_AT_freenet.de)
Date: Tue Oct 26 2004 - 21:24:17 EEST


Hello *,

I have made a BASH script which I use to view varius attachments
in my MUA (mutt). Because I get often mp3 I have made this:

  ____( '/usr/bin/tdfileview' )_________________________________________
 /
| elif [ `echo "$1" |grep -E ".mp3$"` ] || [ `echo "$1" |grep -E ".mpa$"` ]; then
| # MPEG audio
| #
| echo $"MPEG ID3 Tag:"
| echo $"============="
| mp3info -x -p "File: %fnTitle: %tnTrack: %nnArtist: %anAlbum: %lnYear: %ynComment: %cnGenre: %g (%G)n" "$1"
| echo ""
| echo $"MPEG technical informations:"
| echo $"============================"
| mp3info -x -p "Media Type: MPEG %3.1v Layer %LnRate: %r KB/s, %q KHz (%o)nEmphasis: %enCRC: %EnCopyright: %CnOriginal: %OnPadding: %pnTime: %m:%snGood Frames: %unCorrupt Frames: %bn" "$1"
| else
 \______________________________________________________________________

Which works perfectly and fast. Now I am searching for a similar
commandline wave-info viewer. Does such proigram exist ?

It must be in the Debian distribution.

Thanks
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Oct 26 2004 - 21:34:59 EEST