aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/m3u_playlist_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* include config.h in all sourcesMax Kellermann2009-11-121-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.
* playlist/{m3u,pls}: removed URI checksMax Kellermann2009-11-061-1/+1
| | | | The caller is responsible for verifying the song URI.
* playlist/m3u: added plugin nameMax Kellermann2009-10-131-0/+2
|
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-121-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.