This commit is contained in:
2026-05-08 13:33:22 +00:00
parent 97b3ebb41f
commit 2c35d5fed0
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ python3 make_folders.py
for f in ./*.mp3; do ffprobe "$f"; done
for f in ./*.flac; do ffprobe "$f"; done
# exit 0
mkdir ../temp
rm -r ../temp/*
mv ./*/ ../temp #move all directories