[mpd/conf] Add config option to enable modifying stored playlists

This commit is contained in:
chme
2017-08-12 08:28:05 +02:00
parent dc3f9443e7
commit 8f49a6fb45
3 changed files with 27 additions and 1 deletions

View File

@@ -265,9 +265,14 @@ mpd {
# the playqueue if playback is stopped.
# clear_queue_on_stop_disable = false
# Allows creating, deleting and modifying m3u playlists in the library directories.
# Defaults to being disabled.
# allow_modifying_stored_playlists = 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.
# a playlist name is provided by the mpd client (requires "allow_modify_stored_playlists"
# set to true).
# default_playlist_directory = ""
}