|
@ -1,4 +1,4 @@ |
|
|
--- /data/data/com.termux/files/home/MPD-0.20.8.old/doc/mpdconf.example 2017-07-18 12:54:14.570036043 +0200
|
|
|
--- ./doc/mpdconf.example 2017-07-18 12:54:14.570036043 +0200
|
|
|
+++ ./doc/mpdconf.example 2017-07-18 12:56:34.270035990 +0200
|
|
|
+++ ./doc/mpdconf.example 2017-07-18 12:56:34.270035990 +0200
|
|
|
@@ -10,14 +10,14 @@
|
|
|
@@ -10,14 +10,14 @@
|
|
|
# be disabled and audio files will only be accepted over ipc socket (using |
|
|
# be disabled and audio files will only be accepted over ipc socket (using |
|
@ -31,7 +31,7 @@ |
|
|
# setting defaults to logging to syslog, otherwise logging is disabled. |
|
|
# setting defaults to logging to syslog, otherwise logging is disabled. |
|
|
# |
|
|
# |
|
|
-#log_file "~/.mpd/log"
|
|
|
-#log_file "~/.mpd/log"
|
|
|
+#log_file "/data/data/com.termux/files/home/.mpd/log"
|
|
|
+#log_file "@TERMUX_HOME@/.mpd/log"
|
|
|
# |
|
|
# |
|
|
# This setting sets the location of the file which stores the process ID |
|
|
# This setting sets the location of the file which stores the process ID |
|
|
# for use of mpd --kill and some init scripts. This setting is disabled by |
|
|
# for use of mpd --kill and some init scripts. This setting is disabled by |
|
@ -68,7 +68,7 @@ |
|
|
# |
|
|
# |
|
|
# And for Unix Socket |
|
|
# And for Unix Socket |
|
|
-#bind_to_address "~/.mpd/socket"
|
|
|
-#bind_to_address "~/.mpd/socket"
|
|
|
+bind_to_address "/data/data/com.termux/files/usr/tmp/mpd.socket"
|
|
|
+bind_to_address "@TERMUX_PREFIX@/tmp/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.
|
|
|