Most decoder plugins do not need any special configuration.
To configure a decoder, add a decoder
block
to mpd.conf
:
decoder { plugin "wildmidi" config_file "/etc/timidity/timidity.cfg" }
The following table lists the decoder
options valid for all plugins:
Name | Description |
---|---|
plugin
| The name of the plugin. |
enabled
yes|no
| Allows you to disable a decoder plugin without recompiling. By default, all plugins are enabled. |
More information can be found in the decoder plugin reference.