To configure an input plugin, add a input
block to mpd.conf:
input {
plugin "despotify"
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. |