I can't find solution - how to delete all empty fields from tag? After websource and action I still have many (all possible from websource) empty fields, and its saved in tag.
For now I can do "Extendet tags" -> see empty tag "OK" -> and empty tag removed! But this not very usable in King of Batch tagging mode)
Hm. I know about spaces in Pufas script, and I think what I kill this space with Replace with regular expressions _TAG " $" "" .. And after this I see empty (without space) tags in mp3tag and in my player.
With you action, fields also looks like empty, but also still saved in file..
What I did:
Clear tags for this files in my player (JRMC)
Clear tags for this files in mp3tag
Receive info from websources..
Apply actions, last action - Replace with regular expressions _TAG "(?-m)^\s+$" ""
Import files in my player - and see empty tags.
Reopen files in mp3tag - and also see it.
If press "OK" after view extended tags in mp3tag - fields disappear.