aboutsummaryrefslogtreecommitdiff
path: root/test/dump_playlist.c
Commit message (Collapse)AuthorAge
* input_stream: return errors with GErrorMax Kellermann2009-12-15
|
* input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-14
| | | | | Not used by any plugin currently, but this eliminates the g_error() call in input_plugin_config(), so it's worth it.
* input_stream: moved input_stream_global_init() to input_init.cMax Kellermann2009-12-14
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | 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.
* song: renamed attribute "url" to "uri"Max Kellermann2009-10-13
|
* test/dump_playlist: try playlist_list_open_uri() firstMax Kellermann2009-10-13
|
* test/dump_playlist: parse a configuration fileMax Kellermann2009-10-13
|
* 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.