hook for recording play
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
BEGIN {
|
||||
BEGIN {
|
||||
OFS="\t"
|
||||
local_releases[0] = 0
|
||||
delete local_releases[0]
|
||||
@@ -52,7 +52,6 @@ BEGIN {
|
||||
sub("<<artist>>", artist, line)
|
||||
sub("<<country>>", country, line)
|
||||
sortk = year ? year : 0
|
||||
if (local_releases[id])
|
||||
line = format_local line
|
||||
print sortk, line, id ":" local_releases[id]
|
||||
l = local_releases[id] ? format_local : ""
|
||||
print sortk, l, line, id ":" local_releases[id]
|
||||
}
|
||||
|
Reference in New Issue
Block a user