Convert "filename - tag" from only a specific part of the text

Hello,
I would like to create a tag from the filename, but I don't need to use the entire name, just part of it.

Example:
filename: 2003-05-24 - D1Track01 - Does This Bus Stop At 82nd Street (pre show)
resulting tag: Does This Bus Stop At 82nd Street (pre show)

Can I use "from - to" arguments during conversion, which will allow me to create a tag from only part of the entire file name? This is a similar function to the Bulk Renaming of Files and Folders feature in Total Commander.

Thank you very much for the advice on how to do it.

Try Convert>Filename-Tag
Format String: %dummy% - %dummy% - %title%

I now understand the use of %dummy%. If I use a string, I put a character after it that separates the part of the name that I don't want to use in the tag.

Example:
filename: MidnightOil_2017-5-25_LosAngeles-CA_01_Intro
format string: %dummy% - %dummy% - %dummy% - %dummy% _ %dummy% _ %title%
resulting tag: Intro

Thank you very much for the quick solution :slightly_smiling_face: