From 2bf740fc71438edcb2c89e722ee8c83beb560128 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 12 Oct 2009 22:34:04 +0200 Subject: playlist_plugin: new plugin API for playlist parsers 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e55d94c5..edd9f0e5 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ test/run_output test/read_conf test/run_input test/read_mixer +test/dump_playlist -- cgit v1.2.3