I have a single digit number in my comment field. Id like to add the text "Energy" before the number with a space between. Any help is appreciated. Replace or replace with regular expression? TIA
Or this one from the FAQs:
If you insist on a replace action, try "Replace with regular expression" for COMMENT
Search string: (.*)
Replace with: Energy $1
The FAQ entry @ohrenkino mentioned to is referring to the Windows version of Mp3tag. The equivalent of Format value is named Format tag field on macOS.
Another option would be to use Convert → Tag - Tag: just select COMMENT as field and use
Energy %comment%
as format string.
