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:
parent
e32a51dcc0
commit
06d7c0e520
@ -70,7 +70,7 @@
|
||||
#
|
||||
# And for Unix 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
|
||||
-# to.
|
||||
@ -201,7 +201,7 @@
|
||||
+ device "OpenSL"
|
||||
+ enabled "no"
|
||||
+}
|
||||
+#Fifo output for visualizations in ncmpcpp-git
|
||||
+#Fifo output for visualizations in ncmpcpp
|
||||
+audio_output {
|
||||
+ type "fifo"
|
||||
+ name "ncmpcpp visualizer"
|
||||
|
Loading…
Reference in New Issue
Block a user