show release-group artist (as credited)
This commit is contained in:
@@ -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" \
|
||||
|
Reference in New Issue
Block a user