Export CDGENRE not DGENRE from abcddb-tool
[clinton/abcde.git] / abcddb-tool
index 218e75a..334486b 100755 (executable)
@@ -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))))