Export CDGENRE not DGENRE from abcddb-tool
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 12 Dec 2013 20:32:07 +0000 (15:32 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 12 Dec 2013 20:32:07 +0000 (15:32 -0500)
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))))