M3UGen
is a small program to generate M3U playlists. Starting from the given directory, all directories will be searched recursively. If any MP3 file found in a directory, a playlist with the name of the directory will be created.
I've implemented this program with various languages and/or techniques. There is a version available in
- C#
- Java
- QT
The source can be found in the corresponding directory.
Each version of M3UGen is distributed under the terms of the GNU LESSER GENERAL PUBLIC LICENSE, version 3.0. The text of the license is included in the file LICENSE.TXT in the root of this project.