Playlist plugins are used to load remote playlists. This is not related to MPD's playlist directory.
To configure a playlist plugin, 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. |
More information can be found in the playlist plugin reference.