Date in filename to title

Hello,
Need a helping hand. I can't find the solution to put the date in title from the file name:

  1. Pierre Garnier - Ceux Qu'on Était (07-02-2024)

And I would like to copy (07-02-2024) in title to get this:
Ceux Qu'on Était (07-02-2024)

Thanks in advance (translated with google translate)

If the data for title in the filename matches already that in the field TITLE except for the date, then try:
Convert>Filename-Tag
Mask: %dummy% - %title%
Is that good enough?

If you need to fill all the parts from your filename into your tags, you could use the same Convert Filename -> Tag and use the Format string:
%TRACK%. %ARTIST% - %TITLE%

image

Hello ohrenkino,

This is exactly what I was looking for.
With this formula, I keep the multi-interpreters
Works very well.
THANKS

Hello LyricsLover,

I had already tested this formula, but it took away the multi-interpreter.
Thank you for your answer.