From: Oliver Schmidhauser Date: Mon, 17 Jul 2017 06:03:09 +0000 (+0200) Subject: Stop making ~/music when mpd starts. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/0360d784d0b2f99148ed74be06b2532ae3b474c1 Stop making ~/music when mpd starts. The default music directory has been changed to /sdcard/music anyway, so it is no longer required and actually more confusing to people, since they will think they should put their music into ~/music, which will not work with the default configuration of mpd. --- diff --git a/packages/mpd/mpd-script.sh b/packages/mpd/mpd-script.sh index 97a47251..8dd59a17 100644 --- a/packages/mpd/mpd-script.sh +++ b/packages/mpd/mpd-script.sh @@ -1,7 +1,6 @@ mpd_test=$(pgrep -f /data/data/com.termux/files/usr/libexec/mpd) CmdArgs=$(echo "$@") #echo $mpd_test -mkdir -p ~/music mkdir -p ~/.mpd mkdir -p ~/.mpd/playlists touch ~/.mpd/state