Example..
import mutagen
a = mutagen.File("blabla.wma")
print a -> Description is there
del(a["Description"])
print a -> Description is gone
a.save()
a = mutagen.File("blabla.wma")
print a -> Description is back but empty
Tried it with a few tags and it only happens with tags that don't start
with "WM/" like Title, Author, Description, Copyright etc...
Attached are the first 32kB of the file.
Original issue reported on code.google.com by reiter.christoph@gmail.com on 30 Sep 2009 at 1:26
Original issue reported on code.google.com by
reiter.christoph@gmail.com
on 30 Sep 2009 at 1:26Attachments: