v12 / m3u-parser

Simple library for hassle-free M3U playlists parsing
6 stars 2 forks source link

Should not throw an error if the directive `#EXTM3U` is not present. #3

Open miguelmota opened 8 years ago

miguelmota commented 8 years ago

Should not throw an error if the directive #EXTM3U is not present.

Example 4 from Wikipedia/M3U shows the following is valid.

Alternative\Band - Song.mp3
Classical\Other Band - New Song.mp3
Stuff.mp3
D:\More Music\Foo.mp3
..\Other Music\Bar.mp3
http://emp.cx:8000/Listen.pls
http://www.example.com/~user/Mine.mp3

#EXTM3U is for Extended m3u format which allows comments.

v12 commented 8 years ago

Currently, m3u-parser processes only extended M3U playlists. Working with all types of M3U playlists is in my todo list but no ETA as of now, sorry.