If file was converted, go ahead and put it into the root of NEW.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user