aboutsummaryrefslogtreecommitdiffstats
path: root/test/dump_playlist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* song: renamed attribute "url" to "uri"Max Kellermann2009-10-131-1/+1
|
* test/dump_playlist: try playlist_list_open_uri() firstMax Kellermann2009-10-131-21/+30
|
* test/dump_playlist: parse a configuration fileMax Kellermann2009-10-131-3/+11
|
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-121-0/+117
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.