Handle id3v2 comment fields in mkogg.py
authorW. Trevor King <wking@drexel.edu>
Tue, 16 Nov 2010 22:13:57 +0000 (17:13 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 16 Nov 2010 22:13:57 +0000 (17:13 -0500)
posts/mkogg/mkogg.py

index da374c7b55961037a81dcff28f3a6f821b05688a..dbe620d4bed0d41c23fd509527966cc8fb238830 100755 (executable)
@@ -249,6 +249,7 @@ class Converter (object):
             'trck': 'tracknumber',
             'tyer': 'date',
             'tcon': 'genre',
+            'comm': 'comment',
             }
         in_v2 = False
         for line in stdout.splitlines():