ctrl-a: goto artist

This commit is contained in:
2025-07-31 21:16:17 +02:00
parent 935c9b3b52
commit d0e9ac3cd2
2 changed files with 14 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ BEGIN { OFS="\t" }
{
id = $1
print ">>"id"<<" >> "/tmp/foo"
status = $2
year = substr($3, 1, 4) + 0
year = year == 0 ? "" : year
@@ -32,10 +31,6 @@ BEGIN { OFS="\t" }
line = line "\t" release_format_title
else
line = line "\t"
if (artist != rg_artist)
print "artist not rg_artist: "artist"!="rg_artist >> "/tmp/foo"
if (title != rg_title)
print "title not rg_title: "title"!="rg_title >> "/tmp/foo"
sub("<<status>>", line_status, line)
sub("<<year>>", year, line)