commit c102a203c826d21760fd41ca6160f3ce7813b022
parent 7cf5065817ee40a3a0955dcaa00716460887d433
Author: Alex Balgavy <alex@balgavy.eu>
Date: Fri, 19 Aug 2022 10:06:12 +0200
mlm: no need to update mpd on organize
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/scripts/mlm b/scripts/mlm
@@ -130,7 +130,6 @@ organize_files() {
printf "%s -> %s\n" "$i" "$artist/$album"
mv "$i" "$artist/$album"
done
- mpc -w update >/dev/null 2>&1
rmdir _failed 1>/dev/null 2>&1 || printf "Some tracks were not organised automatically, they are in ./_failed/"
}