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:
commit
dbf7d098dd
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user