From cb331ae436700efcfc81a15e6f98ae89c34392e0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Oct 2009 16:19:21 +0200 Subject: playlist_list: pass configuration to playlist plugins This patch completes the configuration support. --- doc/user.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index 359e17a3..53173e48 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -391,6 +391,68 @@ cd mpd-version + +
+ Configuring playlist plugins + + + Playlist plugins are used to load remote playlists. This is + not related to MPD's playlist directory. + + + + To configure a filter, add a + playlist_plugin block to + mpd.conf: + + + playlist_plugin { + name "m3u" + enabled "true" +} + + + + The following table lists the + playlist_plugin options valid for all + plugins: + + + + + + + + Name + + + Description + + + + + + + name + + + The name of the plugin. + + + + + enabled + yes|no + + + Allows you to disable a input plugin without + recompiling. By default, all plugins are enabled. + + + + + +
-- cgit v1.2.3