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.
|
# Check that the file has proper data.
|
||||||
skip=false
|
skip=false
|
||||||
if [[ -z "$grandparent" ]]; then
|
if [[ -z "$grandparent" ]]; then
|
||||||
echo "ERROR: Could not find Artist information."
|
echo "*** WARNING: Could not find Artist information."
|
||||||
skip="true"
|
skip="true"
|
||||||
fi
|
fi
|
||||||
if [[ -z "$parent" ]]; then
|
if [[ -z "$parent" ]]; then
|
||||||
echo "ERROR: Could not find Album or Year information."
|
echo "*** WARNING: Could not find Album or Year information."
|
||||||
skip="true"
|
skip="true"
|
||||||
fi
|
fi
|
||||||
if [[ -z "$track" && -z "$title" ]]; then
|
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"
|
skip="true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user