From: Clinton Ebadi Date: Thu, 12 Dec 2013 20:32:07 +0000 (-0500) Subject: Export CDGENRE not DGENRE from abcddb-tool X-Git-Url: http://git.hcoop.net/clinton/abcde.git/commitdiff_plain/5adf845575968d298a348a68e850b51a8394f311 Export CDGENRE not DGENRE from abcddb-tool --- diff --git a/abcddb-tool b/abcddb-tool index 218e75a..334486b 100755 --- a/abcddb-tool +++ b/abcddb-tool @@ -127,7 +127,7 @@ of (disc-number . tag-value)" ;; Store genre(s) in a bash array. mp3s will just have to live with ;; using the first, but Vorbis/FLAC can handle an arbitrary set of ;; genres - (format out "DGENRE=(~{$'~A' ~})~%" (map escape-for-shell (disc-query 'GENRE))) + (format out "CDGENRE=(~{$'~A' ~})~%" (map escape-for-shell (disc-query 'GENRE))) (format out "~:{TRACK~A=$'~A'~%~}" (map (lambda (ttitle) (list (1+ (first ttitle)) (escape-for-shell (second ttitle))))