aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/m3u_playlist_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.