projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44c879
)
Also drop the id3 GEOB tag in mkogg.py.
author
W. Trevor King
<wking@drexel.edu>
Sat, 12 Mar 2011 23:34:08 +0000
(18:34 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 12 Mar 2011 23:34:08 +0000
(18:34 -0500)
posts/mkogg/mkogg.py
patch
|
blob
|
history
diff --git
a/posts/mkogg/mkogg.py
b/posts/mkogg/mkogg.py
index 1de069189ea421f26d886adafa373edcef985885..ea42c14690d2c4d74d8a02e0beb5049efd420402 100755
(executable)
--- a/
posts/mkogg/mkogg.py
+++ b/
posts/mkogg/mkogg.py
@@
-262,7
+262,8
@@
class Converter (object):
'tyer': 'date',
}
drop_keys = [
- 'apic' # attached picture
+ 'apic', # attached picture
+ 'geob', # general encapsulated object
]
in_v2 = False
for line in stdout.splitlines():