From bd014483c229c2eb58bdfb029b6ac06790b198a9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 25 Apr 2009 13:22:09 +0200 Subject: doc: added input plugin documentation --- doc/user.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index 9f98f147b..3925aa2b8 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -91,6 +91,62 @@ cd mpd-0.14.2 +
+ Configuring input plugins + + + To configure an input plugin, add a input + block to mpd.conf: + + + input { + plugin "lastfm" + user "foo" + password "bar" +} + + + + The following table lists the input options + valid for all plugins: + + + + + + + + Name + + + Description + + + + + + + plugin + + + The name of the plugin. + + + + + enabled + yes|no + + + Allows you to disable a input plugin without + recompiling. By default, all plugins are enabled. + + + + + +
+
Configuring decoder plugins @@ -238,6 +294,43 @@ cd mpd-0.14.2 Plugin reference +
+ Input plugins + +
+ <varname>curl</varname> + + + Opens remote files or streams over HTTP. + +
+ +
+ <varname>file</varname> + + + Opens local files. + +
+ +
+ <varname>lastfm</varname> + + + Plays last.fm radio. This plugin is experimental, and will + be superseded by a better solution in MPD 0.16. + +
+ +
+ <varname>mms</varname> + + + Plays streams with the MMS protocol. + +
+
+
Output plugins -- cgit v1.2.3