Hi there,
How could I creat from file name a tag like this:
File Name: 01. ABCDEFGH.MP3
convert to
TAGNAME: TRACK: 01 and TITLE: 01 ABCDEFGH
Thank you.
Hi there,
How could I creat from file name a tag like this:
File Name: 01. ABCDEFGH.MP3
convert to
TAGNAME: TRACK: 01 and TITLE: 01 ABCDEFGH
Thank you.
Convert>Filename-Tag
Mask: %track%. %title%
As you cannot duplicate data while importing, you have to run the converter a second time with
Mask: %title%
and then you have to run a "Replace" action to remove the dot.
Or you run Convert>Tag-Tag after you imported TRACK and TITLE for TITLE
Format string: %track% %title%