How to rename TITLE based on filename?

Hello,

I'm using Mp3Tag 2.87a.

I read main_converter.html, but still can't figure out how to replace the TITLE tag by reading the filename and prepending some text.

Here's an example:
Filename = 2016.02.20.mp3
MP3 Title Tag should be renamed as "My great show, broadcast on 20.02.2016"

How can I do this? The Convert > Filename - Tag doesn't make sense to me.

Thank you.


Edit: Through trial and error, I figured it out. There might be a faster way, but this worked:

  1. Use Convert > Filename - Tag: To read filename and fill DATE
  2. Use Convert > Tag - Tag, with regex, to edit DATE field
  3. Use Convert > Tag - Tag with regex to edit TITLE field from date; If you need to include a comma in the TITLE, use ','

HTH,