Edit title and album tag

Hi,
I want to add numbers to title and album but not at the beginning:

file name: Bibi Blocksberg - Folge 1 Hexen gibt es doch.mp3

title and album tag name: Folge 1: Hexen gibt es doch

I want to edit it to: Folge 001: Hexen gibt es doch

Thank you.

Try ConVert>Tag-Tag
Format string: Folge $num($regexp(%title%,Folge (\d+)(.*),$1),3): $regexp(%title%,Folge (\d+): (.*),$2)

Wow, okay... just awesome. Thank you very much.
Thats a very difficult code :slight_smile:

The problem is that you have to separate all the bits of the title from each other and then treat each bit separately.

TBH: I would put the "Folge" number into DISCNUMBER, remove the "Folge" alltogether and have only the real name in ALBUM and TITLE.
If you have the need to put the Folge number into the filename oder as part of the ALBUM, then it is much simpler to add that data to the unstructured string from a structured field than mess with the unstructured string in the first place - as you can see as the latter approach leads to complicated code.

I didnt really understand what you said.
Personally I would agree and would remove Folge from the title and album but it is for my daughter which just started to learn reading :slight_smile:

Edit: I tried it alrealy with DISCNUMBER but the app did not sort it well.