[mpd/conf] Add support for stored playlist commands (add/save/delete)

This also introduces a new config option to define a default playlist
folder. The default playlist folder is used by forked-daapd if the
playlist is not a full virtual path (simpifies creation of playlists
with mpd clients).
This commit is contained in:
chme
2017-08-09 18:21:46 +02:00
parent d10c3672c6
commit dc3f9443e7
3 changed files with 151 additions and 2 deletions

View File

@@ -264,6 +264,11 @@ mpd {
# the playlist like MPD does. Note that some dacp clients do not show
# the playqueue if playback is stopped.
# clear_queue_on_stop_disable = false
# A directory in one of the library directories that will be used as the default
# playlist directory. forked-dapd creates new playlists in this directory if only
# a playlist name is provided by the mpd client.
# default_playlist_directory = ""
}
# SQLite configuration (allows to modify the operation of the SQLite databases)