Lisa Compact 23
·
The size of the playlist file must be smaller then 16000 bytes
·
All URL’s contained must be absolute, relative paths e.g. “../../myaudioFile1.mp3” are not allowed
·
URLs can point to streams and tracks on the internet or tracks on the SD card:
o Example URL for a track on the internet: http://myserver/audio/track001.mp3
o Example URL for a track on the card: PHAT0:/music.mp3
·
The maximum URL length 1024 characters
·
All 7-bit ASCII characters are supported, except the escaped characters ‘\n’, ‘\r’, ‘\0’, ‘\t’
·
The file format can be
o A playlist in the PLS format (see Wikipedia PLS format description)
o A playlist in the M3U or M3U extended format (see Wikipedia M3U format description)
o A playlist in the ASX format (see Microsoft documentation)
·
The content type in the HTTP header must be set correctly, or the prescribed extension must be used:
·
Reference in the playlist to an other playlist (nesting) is not supported
Example of an M3U playlist
The simplest playlist file (e.g: myPlaylist.m3u) it looks something like the following:
http://myServer/audio/myAudioFile3.mp3
http://myServer/audio/myAudioFile1.mp3
..
..
http://myServer/audio/myAudioFileN.mp3