Copy playlist files to media

It sounds amazing but most of the media player such as amarok, songbird and so on allow you to create playlist but doesn’t provide a way to copy files to media. This is although a very important fonction to bring your favorite musique with you on your laptop or MP3 player.

Thus I created this tiny java programme to do it. It read a m3u or pls file a copy to the specified directory. This is only a few lines of code.

Usage:

java -jar PLCopy.jar file.m3u directory

You can optionnaly specify the charset used in the playlist file. Default is utf-8.

This entry was posted in Informatique and tagged , . Bookmark the permalink.

Comments are closed.