Change messaging.
This commit is contained in:
parent
ab58617815
commit
85e0a5be7d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user