Fix error in setting comment

This commit is contained in:
2026-01-26 22:05:31 +00:00
parent 129cce49b1
commit 4aa0c5b6d9
3 changed files with 26 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ source .env/bin/activate
python3 make_folders.py
for f in ./*.mp3; do ffprobe "$f"; done
for f in ./*.flac; do ffprobe "$f"; done
mkdir ../temp
rm -r ../temp/*
mv ./*/ ../temp #move all directories