projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d041f
)
Handle id3v2 comment fields in mkogg.py
author
W. Trevor King
<wking@drexel.edu>
Tue, 16 Nov 2010 22:13:57 +0000
(17:13 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 16 Nov 2010 22:13:57 +0000
(17:13 -0500)
posts/mkogg/mkogg.py
patch
|
blob
|
history
diff --git
a/posts/mkogg/mkogg.py
b/posts/mkogg/mkogg.py
index da374c7b55961037a81dcff28f3a6f821b05688a..dbe620d4bed0d41c23fd509527966cc8fb238830 100755
(executable)
--- a/
posts/mkogg/mkogg.py
+++ b/
posts/mkogg/mkogg.py
@@
-249,6
+249,7
@@
class Converter (object):
'trck': 'tracknumber',
'tyer': 'date',
'tcon': 'genre',
+ 'comm': 'comment',
}
in_v2 = False
for line in stdout.splitlines():