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.
This commit is contained in:
parent
4e3c2f3746
commit
86538f555e
@ -1,7 +1,6 @@
|
|||||||
mpd_test=$(pgrep -f /data/data/com.termux/files/usr/libexec/mpd)
|
mpd_test=$(pgrep -f /data/data/com.termux/files/usr/libexec/mpd)
|
||||||
CmdArgs=$(echo "$@")
|
CmdArgs=$(echo "$@")
|
||||||
#echo $mpd_test
|
#echo $mpd_test
|
||||||
mkdir -p ~/music
|
|
||||||
mkdir -p ~/.mpd
|
mkdir -p ~/.mpd
|
||||||
mkdir -p ~/.mpd/playlists
|
mkdir -p ~/.mpd/playlists
|
||||||
touch ~/.mpd/state
|
touch ~/.mpd/state
|
||||||
|
Loading…
Reference in New Issue
Block a user