diff options
author | Max Kellermann <max@duempel.org> | 2009-10-12 22:34:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-12 22:34:04 +0200 |
commit | 2bf740fc71438edcb2c89e722ee8c83beb560128 (patch) | |
tree | e5b9c8b27a4a277a667b625d7c956882ff5bb710 /.gitignore | |
parent | dbb1e732b83645156ced0075444b1f309b66209c (diff) | |
download | mpd-2bf740fc71438edcb2c89e722ee8c83beb560128.tar.gz mpd-2bf740fc71438edcb2c89e722ee8c83beb560128.tar.xz mpd-2bf740fc71438edcb2c89e722ee8c83beb560128.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e55d94c54..edd9f0e5f 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ test/run_output test/read_conf test/run_input test/read_mixer +test/dump_playlist |