David Sansome
|
384ff16f2b
|
Add a parser for a weird playlist format that looks like a cross between ASX and PLS. I don't know what it's called...
|
2010-07-10 18:39:41 +00:00 |
David Sansome
|
02d01b1314
|
PLS playlists aren't really INI files - they don't follow the same rules with escaping characters, so parse them the old fashioned way.
|
2010-06-15 17:34:00 +00:00 |
David Sansome
|
8c7539f02e
|
ASF files aren't really XML - try to correct the mismatching case
|
2010-06-15 17:00:48 +00:00 |
David Sansome
|
08a01d6997
|
The start of some code to automagically determine whether a URL is a playlist or a song, and load the songs in the playlist if it's a playlist. Still to do: timeout, forcing M3U for text/uri-list.
|
2010-06-15 13:24:17 +00:00 |
David Sansome
|
b3fd856e4a
|
Add an m4a to fileformats_test
|
2010-06-10 12:38:26 +00:00 |
John Maguire
|
a59f5a3887
|
*Fix m3u parsing
*Add regression test
*Fix clang warnings
|
2010-05-23 15:35:28 +00:00 |
David Sansome
|
211ae65e3d
|
.pls parser. Fixes issue #302
|
2010-05-22 21:11:22 +00:00 |
David Sansome
|
5fed8efc44
|
Test WMA files too
|
2010-04-21 18:21:27 +00:00 |
David Sansome
|
0656330548
|
Test we can load various popular file formats
|
2010-04-20 22:00:02 +00:00 |