Re: [linux-audio-user] commandline info viewer ?

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

Subject: Re: [linux-audio-user] commandline info viewer ?
From: Brett W. McCoy (idragosani_AT_chapelperilous.net)
Date: Tue Oct 26 2004 - 21:52:13 EEST


Michelle Konzack wrote:

> 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.

Checkout the quelcom package in Debian -- it provides utilities to
examine MP3s and WAVs

-- Brett

-- 
Rule of Feline Frustration:
         When your cat has fallen asleep on your lap and looks utterly
         content and adorable, you will suddenly have to go to the
         bathroom.


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:52:18 EEST