Topic: [solved] unset ID3 field
In Picard 1.0 I don't seem to be able to unset any ID3 fields from my File Naming script (e.g. $unset(%name0%) ) - has something changed?
Ideally, I'd like to be able to set tags from within a plugin I've written that would be available to the naming script but not written to the ID3 tag. As this wasn't previously possible with Picard I ended up setting some fields from within my plugin, using them for file naming and then unsetting them before the tag was written. This doesn't work now, and I end up with fields that I don't want in my ID3 tags.
Does anyone know of another way I could achieve this?