Skip to content

Version 2.10

Compare
Choose a tag to compare
@Zeugma440 Zeugma440 released this 22 May 19:27

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.

    Use PlaylistIOFactory.GetInstance().GetPlaylistIO optional parameters to override default settings :

    • PlaylistFormat.LocationFormattingallows 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.FileEncodingallows 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