leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

ASF: Can't delete some tags #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by joe.wreschnig@gmail.com on 30 Sep 2009 at 5:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r59.

Original comment by joe.wreschnig@gmail.com on 12 Oct 2009 at 7:25