I'm trying to write a small script to determine the length (time) of an MP3. mpg123 displays the time after it's done, but I can't pipe that text to anything and strip it out. There's a mathmatical calculation I could do by dividing size/bitrate, but I can't determine the bit rate cleanly from the file. Any ideas on how to do this? -Brian