Skip to content
Permalink
Browse files
add comment + comment2 metadata
  • Loading branch information
axeldelafosse committed Aug 12, 2020
1 parent 0480118 commit 909d9422af0738457303962262f99072a808d0c1
Showing 1 changed file with 2 additions and 1 deletion.
@@ -68,7 +68,8 @@ create_tags_json() {
# Add meta `title` as `track` for `ni-stem`
tags+=("track=${value}")
elif [[ $title == "artist" ]] || [[ $title == "label" ]] ||
[[ $title == "genre" ]] || [[ $title == "release" ]]; then
[[ $title == "genre" ]] || [[ $title == "release" ]] ||
[[ $title == "comment" ]] || [[ $title == "comment2" ]]; then
tags+=("${title}=${value}")
fi
done < metadata.txt

0 comments on commit 909d942

Please sign in to comment.