From 8129858ffd0918bb99fa2d37a97335c56de0aaac Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 2 Aug 2025 16:13:26 -0700 Subject: [PATCH] If file was converted, go ahead and put it into the root of NEW. --- refactor_music_library.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/refactor_music_library.sh b/refactor_music_library.sh index c8b54d8..cbbfefc 100755 --- a/refactor_music_library.sh +++ b/refactor_music_library.sh @@ -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