Create m3u file

dizux -  
 listerecursive -
Hi everyone,

I'd like to create a playlist in one of my folders that only has mp3s. I saw a tip online where you just have to write a line in Notepad and change the extension to m3u to create a playlist.

If you could help me or if you have a link for that
I don't want to go through Winamp or any other software

Thanks and I hope to get some responses

See you!

3 answers

aldo13 Posted messages 490 Status Member 103
 
Hello,

In a .bat file, you can do something like this:

dir *.mp3 /b >mespm3.m3u
2
listerecursive
 
dir *.mp3 /b >mesmp3.m3u
the /b is correct for the holy axis, if we add a /s
we get a recursive search in all subdirectories.
dir *.mp3 /b /s >mesmp3.m3u
0
@Bigg_c_diz@ Posted messages 6 Registration date   Status Member
 
hi and thanks

It's this line I'm looking for I think

But when I write it in notepad and save it as m3u it doesn't work.

I'll try again

@+
--
Men are like numbers: they only acquire value
0
@Bigg_c_diz@ Posted messages 6 Registration date   Status Member
 
RE,

Like an idiot I hadn't put it in bat and recorded in mu3

thanks it's perfect all this

@ +
--
Men are like numbers: they don't acquire value
0