From 5adf845575968d298a348a68e850b51a8394f311 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Thu, 12 Dec 2013 15:32:07 -0500 Subject: [PATCH] Export CDGENRE not DGENRE from abcddb-tool --- abcddb-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.20.1