fix(mpd): could not bind to socket

uncomment bind socket path in mpd.conf

closes #10395

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-04-30 03:58:14 +05:30
commit dbf7d098dd
No known key found for this signature in database
GPG Key ID: 345AE134142077D8
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
# #
# And for Unix Socket # And for Unix Socket
-#bind_to_address "~/.mpd/socket" -#bind_to_address "~/.mpd/socket"
+#bind_to_address "@TERMUX_PREFIX@/var/run/mpd.socket" +bind_to_address "@TERMUX_PREFIX@/var/run/mpd.socket"
# #
# This setting is the TCP port that is desired for the daemon to get assigned # This setting is the TCP port that is desired for the daemon to get assigned
-# to. -# to.
@ -201,7 +201,7 @@
+ device "OpenSL" + device "OpenSL"
+ enabled "no" + enabled "no"
+} +}
+#Fifo output for visualizations in ncmpcpp-git +#Fifo output for visualizations in ncmpcpp
+audio_output { +audio_output {
+ type "fifo" + type "fifo"
+ name "ncmpcpp visualizer" + name "ncmpcpp visualizer"