[LAU] command line playlist (m3u) creator anyone?

Erik Steffl steffl at tsoft.com
Thu Jan 1 05:17:57 EST 2009


Kevin Cosgrove wrote:
> Anyone know of a nice command-line playlist creator?  I'm thinking of 
> something like:
> 
>    playlist-creator directory -o directory.m3u

   m3u is just a list of files so ls or find should work, e.g.:

find directory -name '*.mp3' > directory.m3u

	erik




More information about the Linux-audio-user mailing list