Generating playlists

When you rip most of your cd collection, you may walk against some trouble with xmms or other music players trying to generate a long playlist of all your music, especially when the music files are located on a network share. In my case, access to this networkshare is pretty slow as well due to the supposedly bad combination of NFS and wireless. Still, you’ll want to generate playlists and the easiest way then is to simply load an existing m3u file.

zeroK came to the rescue for me. It’s quite easy to create those files on linux. You need a single, simple command:

find /mp3 -type f > playlist.m3u

Of course, you need to replace /mp3 with the path to your mp3’s. But then you’re done. A great and easy way to generate a playlist file of your music.


Leave a Reply

Your email address will not be published. Required fields are marked *