Matthew Daubenspeck wrote:

I am trying to create a bunch of text files for use with a streaming
MP3 player (Audiotron). However, due to the fact that the developers
use Windows CE as their "kernel", every danged playlist I make is not
understood by the player because it cannot understand my debian
created text files. Is there any easy way to do this? Currently, I use
something like:

ls ./*.mp3 > list.m3u

Is there a way to change that through the command line? I use vim as
an editor, is there a config option/switch I can use there as well?

TIA

Try

ls ./*.mp3 | todos > list.m3u

You'll need the package sysutils installed

John P Foster
Senior Research Scientist
Golden Orb Technologies LTD




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to