aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist_list: pass configuration to playlist pluginsMax Kellermann2009-10-131-2/+40
| | | | This patch completes the configuration support.
* playlist_list: initialize the "playlist" variableMax Kellermann2009-10-131-1/+1
| | | | Prevent access on uninitialized variable if the plugin list is empty.
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-121-0/+146
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.