Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 883 Bytes

Readme.md

File metadata and controls

16 lines (10 loc) · 883 Bytes

M3UGen

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.

Versions

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.

License

License: LGPL v3 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.