Re: command line playlist (m3u) creator anyone?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday 01 January 2009 10:58:25 Kevin Cosgrove wrote:
> Anyone know of a nice command-line playlist creator?  I'm thinking of
> something like:
>    playlist-creator directory -o directory.m3u

As far as I remember the m3u-format its as simple as:

for file in directory/*; do echo $file >> directory.m3u; done

Or maybe even some piping of ls output is possible too. There you could also 
set it to only list files newer then the creation of an given m3u to only add 
the new files.

Have fun,

Arnold

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux