Browse Source

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.
android-5
Oliver Schmidhauser 8 years ago
committed by Fredrik Fornwall
parent
commit
0360d784d0
  1. 1
      packages/mpd/mpd-script.sh

1
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

Loading…
Cancel
Save