mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user