mirror of
https://github.com/casjaysdevdocker/navidrome
synced 2025-01-18 06:34:27 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
3bb048b54c
commit
118d7830ce
@ -52,6 +52,7 @@ __start() {
|
||||
mpd --verbose /config/mpd/mpd.conf
|
||||
fi
|
||||
sleep 10
|
||||
mpc queued | grep '^' mpc load all
|
||||
if pgrep mpd &>/dev/null; then
|
||||
mpc status 2>&1 | grep -q 'playing' || mpc play &>/dev/null
|
||||
else
|
||||
@ -123,6 +124,8 @@ if ! pgrep mpd &>/dev/null; then
|
||||
[ -f "/data/mpd/mpd.pid" ] && rm -Rf "/data/mpd/mpd.pid"
|
||||
fi
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
find /data/music/ -iname *.mp3 -type f >/data/playlists/all.m3u
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
chmod 777 -Rf "/data/mpd" "/data/navidrome" "/data/music" "/data/playlists" "/config/mpd"
|
||||
chown -Rf mpd "/config/mpd" "/data/mpd"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user