google-code-export / beets

Automatically exported from code.google.com/p/beets
MIT License
0 stars 0 forks source link

zero: Remove tags instead of setting them to null #478

Open GoogleCodeExporter opened 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by adrian.sampson on 21 Dec 2012 at 6:33