aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/M3uPlaylistPlugin.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-19playlist/(Ext)M3u: use strchug_fast()Max Kellermann1-5/+2
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-22/+10
Replaces struct playlist_provider.
2013-08-05playlist/m3u: allocate ExtM3uPlaylist with new/deleteMax Kellermann1-8/+9
2013-07-28song: convert header to C++Max Kellermann1-3/+3
2013-05-12text_input_stream: convert to classDenis Krjuchkov1-14/+13
2013-01-27playlist/*: convert to C++Max Kellermann1-15/+21
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-11-06playlist/{m3u,pls}: removed URI checksMax Kellermann1-1/+1
The caller is responsible for verifying the song URI.
2009-10-13playlist/m3u: added plugin nameMax Kellermann1-0/+2
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann1-0/+89
Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress.