artist select, ctrl-h ctrl-l keys, bugfixes

This commit is contained in:
2025-07-31 20:29:30 +02:00
parent fcc9f5d252
commit 935c9b3b52
5 changed files with 67 additions and 15 deletions

View File

@@ -7,5 +7,5 @@ $2 != "Group" { name = format_person }
name = name " " format_disambiguation
sub("<<disambiguation>>", $4, name)
sub("<<name>>", $3, name)
print $1, name
print name, $1
}