quite simple, nutted this out myself for my application....
#EXTM3U - just a header line to tell you to expect a m3u playlist.
#EXTINF:xxx,Song Name - The [xxx] is the track time in seconds, [song name] is the mp3 song name (not the filename - remember this could be the song title after getting the ID3 tag info).
and then the next line is the filename/location of the mp3 file.... easy aint it? and so on so forth.......
the main reason for the m3u file is to aviod re-calcs of track times and reading of ID3 tags everytime a playlist is loaded..... this can be good on a large playlist of mp3's.... remember that track time is variable on the filesize/bitrate of the file...... (and VBR makes that harder too!)![]()



LinkBack URL
About LinkBacks

Reply With Quote

Bookmarks