aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_list.h
Commit message (Collapse)AuthorAge
* playlist_list: added function playlist_list_open_path()Max Kellermann2009-11-06
| | | | Added an interface for loading playlists from a local file.
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-12
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.