Convert filename to Title and Artist

Hi,

I'm trying to organize my music files in Mp3tag.

is it possible to convert the filename - title - artist

Filename: Afronom - Wahdi (Extended Mix) - 12A - 126.mp3

Title: Afronom - Wahdi (Extended Mix)

Arists: Remixbanger.com

how to convert like this

Filename: Afronom - Wahdi (Extended Mix) - 12A - 126.mp3

Artist: Afronom

Title: Wahdi (Extended Mix)

You want to change the tagfields ARTIST and TITLE and use the filename as source?

Use Covert -> Filename - Tag
Format string: %artist% - %title% - %dummy%

You can see the immediate preview id your format string matches the filename-structure.
This format string takes " - " as unique delimiter between artist and title in the filename. " - %dummy%" means that after the 3rd " - " the content is dropped.

If you want to create a permanent action, you have to define an action group:
Name: anything you think appropriate
Type: Guess values
Guessing pattern: %artist% - %title% - %dummy%

yes it works only for the first word in artist name, but if the artist name is 2 words or there is a seconds artist that separate comma not working

Please show us some real examples where it doesn't work as expected.

here is the example Artist Don Omar or Bad Bunny

Your example does not show the format string that I suggested:
%artist% - %title% - %dummy%

here is another example

your filenames have a hyphen as separator whereas your format string for the converter does not.
Please follow @poster 's suggestion thoroughly.

Why did you use a Format string that doesn't match when @poster tells you exactly what you should use instead?

i got it, thank you so much