From 5b827acd7c944e61638e10a82e8c1818ecba01c1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 12 Mar 2011 18:34:08 -0500 Subject: [PATCH] Also drop the id3 GEOB tag in mkogg.py. --- posts/mkogg/mkogg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posts/mkogg/mkogg.py b/posts/mkogg/mkogg.py index 1de0691..ea42c14 100755 --- 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(): -- 2.26.2