album imprv

This commit is contained in:
2025-07-21 22:35:48 +02:00
parent c40768c973
commit 47194034bf
2 changed files with 8 additions and 6 deletions

View File

@@ -18,5 +18,6 @@ BEGIN { OFS="\t" }
line = line " " format_year
sub("<<title>>", title, line)
sub("<<year>>", year, line)
print id, line
sort = year ? year : 0
print sort, id, line
}