ctrl-a: goto artist
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user