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

From: Erik Steffl <steffl@email-addr-hidden>
Date: Thu Jan 01 2009 - 12:17:57 EET

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

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Thu Jan 1 16:15:01 2009

This archive was generated by hypermail 2.1.8 : Thu Jan 01 2009 - 16:15:01 EET