[KLUG Members] Command line mp3 players

Jamie McCarthy members@kalamazoolinux.org
Wed, 26 Sep 2001 09:04:53 -0400


marshall@pacdemon.org (Wesley Leonard) writes:

> mpg123 `find /pathto/mp3_dir/`
> 
> On my machine this gave me an error (too many arguments)
> because I have a lot of mp3s. 

This maybe?

find /pathto/mp3_dir -type f -name "*.mp3" | xargs mpg123

A "| sort" in there might be fun too.

I just tried this with plaympeg and had to kill -9 it to
make it shut up, so, use with caution :)
--
 Jamie McCarthy
 jamie@mccarthy.vg