The "zero" plugin currently sets tags to a null value. It should also be
possible (perhaps the default) to *remove* those tags from files altogether.
This will require some extensions to MediaFile. In particular, each descriptor
will need a __delete__() method to remove the underlying tag altogether. The
zero plugin can then call delattr(mf, 'field') to delete each tag.
Original issue reported on code.google.com by adrian.sampson on 21 Dec 2012 at 6:31
Original issue reported on code.google.com by
adrian.sampson
on 21 Dec 2012 at 6:31