show playlist (buggy)

This commit is contained in:
2025-08-28 15:16:00 +02:00
parent f2383c3803
commit 8bfa2d7483
5 changed files with 76 additions and 48 deletions

View File

@@ -37,6 +37,7 @@ BEGIN {
sub("<<artist>>", artist, line)
sub("<<duration>>", dur, line)
l = local_recordings[id] ? format_local : ""
c = id == current_id ? format_current : ""
sortk = med" "nr
print sortk, l, line, parentid, id ":" local_recordings[id]
print sortk, l, c, line, parentid, id ":" local_recordings[id]
}