mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-26 17:00:13 -04:00
[conf] Readd old config options in mpd section as deprecated
This commit is contained in:
parent
1aae870449
commit
7853f80269
@ -193,13 +193,13 @@ library {
|
|||||||
# rating_updates = false
|
# rating_updates = false
|
||||||
|
|
||||||
# Allows creating, deleting and modifying m3u playlists in the library directories.
|
# Allows creating, deleting and modifying m3u playlists in the library directories.
|
||||||
|
# Only supported by the player web interface and some mpd clients
|
||||||
# Defaults to being disabled.
|
# Defaults to being disabled.
|
||||||
# allow_modifying_stored_playlists = false
|
# allow_modifying_stored_playlists = false
|
||||||
|
|
||||||
# A directory in one of the library directories that will be used as the default
|
# 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
|
# playlist directory. forked-dapd creates new playlists in this directory if only
|
||||||
# a playlist name is provided by the mpd client (requires "allow_modify_stored_playlists"
|
# a playlist name is provided (requires "allow_modify_stored_playlists" set to true).
|
||||||
# set to true).
|
|
||||||
# default_playlist_directory = ""
|
# default_playlist_directory = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -180,6 +180,8 @@ static cfg_opt_t sec_mpd[] =
|
|||||||
CFG_INT("port", 6600, CFGF_NONE),
|
CFG_INT("port", 6600, CFGF_NONE),
|
||||||
CFG_INT("http_port", 0, CFGF_NONE),
|
CFG_INT("http_port", 0, CFGF_NONE),
|
||||||
CFG_BOOL("clear_queue_on_stop_disable", cfg_false, CFGF_NONE),
|
CFG_BOOL("clear_queue_on_stop_disable", cfg_false, CFGF_NONE),
|
||||||
|
CFG_BOOL("allow_modifying_stored_playlists", cfg_false, CFGF_NODEFAULT | CFGF_DEPRECATED),
|
||||||
|
CFG_STR("default_playlist_directory", NULL, CFGF_NODEFAULT | CFGF_DEPRECATED),
|
||||||
CFG_END()
|
CFG_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user