If file was converted, go ahead and put it into the root of NEW.

This commit is contained in:
2025-08-02 16:13:26 -07:00
parent 19dec430cf
commit 8129858ffd

View File

@@ -243,6 +243,11 @@ function migrate_music {
if [[ "$skip" == "true" ]]; then
echo -e "*** Skipping, critical data missing, please add EXIF data.\n"
if [[ "$file" == "$INT_DIR"* ]]; then
echo -e "**** Moving file from $INT."
mkdir -pv "$NEW_DIR"
mv -v "$file" "$NEW_DIR/"
fi
return 1
fi