ncmpcpp default settings to work with mpd default (#1043)
This commit is contained in:
parent
186ca71704
commit
c94753b3ef
@ -5,7 +5,7 @@
|
|||||||
p.add("ncmpcpp_directory", &ncmpcpp_directory, "~/.ncmpcpp/", adjust_directory);
|
p.add("ncmpcpp_directory", &ncmpcpp_directory, "~/.ncmpcpp/", adjust_directory);
|
||||||
p.add("lyrics_directory", &lyrics_directory, "~/.lyrics/", adjust_directory);
|
p.add("lyrics_directory", &lyrics_directory, "~/.lyrics/", adjust_directory);
|
||||||
- p.add<void>("mpd_host", nullptr, "localhost", [](std::string host) {
|
- p.add<void>("mpd_host", nullptr, "localhost", [](std::string host) {
|
||||||
+ p.add<void>("mpd_host", nullptr, "~/.mpd/socket", [](std::string host) {
|
+ p.add<void>("mpd_host", nullptr, "~/../usr/tmp/mpd.socket", [](std::string host) {
|
||||||
expand_home(host);
|
expand_home(host);
|
||||||
Mpd.SetHostname(host);
|
Mpd.SetHostname(host);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user