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