show release-group artist (as credited)

This commit is contained in:
2025-07-23 23:08:29 +02:00
parent c2c85260bf
commit 744dca7c1d
4 changed files with 7 additions and 3 deletions

View File

@@ -91,7 +91,8 @@ if [ "${1:-}" = "--internal-list-releases" ]; then
."primary-type",
(."secondary-types"|join(";")),
."first-release-date",
.title
.title,
(."artist-credit" | map(([.name, .joinphrase]|join(""))) | join(""))
] | join("\t")' |
awk \
-F "\t" \