mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-13 15:21:38 -05:00
[mpd/conf] Add config option to enable modifying stored playlists
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user