Clementine-audio-player-Mac.../src/playlistparsers
John Maguire 3df1f1bed9 Fix parsing of dos line endings in M3U.
Fixes issue #863
2010-10-11 15:20:53 +00:00
..
asxiniparser.cpp 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
asxiniparser.h 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
asxparser.cpp ASF files aren't really XML - try to correct the mismatching case 2010-06-15 17:00:48 +00:00
asxparser.h 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
m3uparser.cpp Fix parsing of dos line endings in M3U. 2010-10-11 15:20:53 +00:00
m3uparser.h Add m3u8 to M3U filetypes. 2010-09-13 16:37:22 +00:00
parserbase.cpp 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
parserbase.h 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
playlistparser.cpp Use the playlist's name as the default filename when saving it 2010-07-31 13:10:08 +00:00
playlistparser.h Use the playlist's name as the default filename when saving it 2010-07-31 13:10:08 +00:00
plsparser.cpp 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
plsparser.h 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
xmlparser.cpp ASF files aren't really XML - try to correct the mismatching case 2010-06-15 17:00:48 +00:00
xmlparser.h Fix XML parsers to output file URLs. 2010-05-27 22:43:07 +00:00
xspfparser.cpp Fix some of the comments on r1148 2010-06-15 13:56:41 +00:00
xspfparser.h 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