diff --git a/refactor_music_library.sh b/refactor_music_library.sh index b8eccf8..328eabf 100755 --- a/refactor_music_library.sh +++ b/refactor_music_library.sh @@ -214,15 +214,15 @@ function migrate_music { # Check that the file has proper data. skip=false if [[ -z "$grandparent" ]]; then - echo "ERROR: Could not find Artist information." + echo "*** WARNING: Could not find Artist information." skip="true" fi if [[ -z "$parent" ]]; then - echo "ERROR: Could not find Album or Year information." + echo "*** WARNING: Could not find Album or Year information." skip="true" fi if [[ -z "$track" && -z "$title" ]]; then - echo "ERROR: Could not find Track or Title information." + echo "*** WARNING: Could not find Track or Title information." skip="true" fi