improved visuals

This commit is contained in:
2025-07-30 21:42:24 +02:00
parent 3e3622b5be
commit 64afff2110
4 changed files with 71 additions and 66 deletions

View File

@@ -38,6 +38,7 @@ BEGIN { OFS="\t" }
sub("<<label>>", label, line)
sub("<<title>>", title, line)
sub("<<artist>>", artist, line)
sub("<<country>>", country, line)
sortk = year ? year : 0
print sortk, line, id
}