iTunes Playlist Export 1.5 (Default branch)

iTunes Export provides the ability to export iTunes Playlists to the standard .m3u file format. Unfortunately, this feature is not included in the iTunes application and is extremely useful for users who wish to use iTunes with other applications or devices. iTunes Export is written in C# (.Net). iTunes Export provides a Command Line version (tested on Mono) and a GUI version, as well as a library that developers can use in their own applications. License: BSD License (revised) Changes:
An issue with invalid characters in playlist filenames was fixed. Some characters are valid in playlist names (within iTunes), but not valid in filenames for the resulting playlist files. Multi-Language support was added for the GUI version. Descriptions are now available in English and French. The Library reader and all playlist writers were updated to use UTF-8 encoding. The export routine was changed to include audio streams. Disabled tracks (tracks that are unchecked in iTunes) are now ignored.

More...