Comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user