From: Clinton Ebadi Date: Thu, 12 Dec 2013 21:04:38 +0000 (-0500) Subject: Fix swapped artist and album in abcddb-tool parse X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/3a072eba15da92f5c550811c008c2eb36ddf670d?hp=499f0380b4256ee5ba820a763cd482677fc796f1 Fix swapped artist and album in abcddb-tool parse --- 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