Version 2.10
Functional
- Adjustments to
ATL.Playlist
default settings to allow maximum compatibility with music players when writing playlist files. Comprehensive tests have been made on Winamp 5.8, VLC 3.0.6, MusicBee 3.3.7016, AIMP 4.51 (2084), Foobar2000 1.4.4 and iTunes 12.9.4.102.
UsePlaylistIOFactory.GetInstance().GetPlaylistIO
optional parameters to override default settings :
PlaylistFormat.LocationFormatting
allows to format locations according to four different conventions- Filepath
- Winamp URI ("file:" + filepath)
- Microsoft URI ("file://" + filepath)
- RFC URI (URI encoded according to RFC-3986)
PlaylistFormat.FileEncoding
allows to encode the playlist file according to three different conventions- UTF-8 with file Byte order Mark
- UTF-8 without file Byte order Mark
- ANSI (aka Latin-1 aka ISO-8859-1)
Binaries are available from nuGet