From 3a072eba15da92f5c550811c008c2eb36ddf670d Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Thu, 12 Dec 2013 16:04:38 -0500 Subject: [PATCH 1/1] Fix swapped artist and album in abcddb-tool parse --- abcddb-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcddb-tool b/abcddb-tool index 414839d..3701916 100755 --- a/abcddb-tool +++ b/abcddb-tool @@ -120,8 +120,8 @@ of (disc-number . tag-value)" ;; Not exported CDDBGENRE intentionally, since it appears unused (format out "DISCID=$'~A'~%DALBUM=$'~A'~%DARTIST=$'~A'~%CDYEAR=$'~A'~%" (escape-for-shell (car (disc-query 'DISCID))) - (escape-for-shell artist) (escape-for-shell album) + (escape-for-shell artist) (escape-for-shell (car (disc-query 'YEAR)))) ;; Store genre(s) in a bash array. mp3s will just have to live with -- 2.20.1