Hello. Can someone please help me. I have some mp3 files but I'd like to remove track numbers from the ARTIST field.
For example I'd like to change 01) Ed Sheeran to Ed Sheeran removing 01).
Can anybody tell me how to do this.
Thanx in advance.
If you want to delete the first number followed by a bracket you could do that with an action
Replace with regular expression.
Enter as Search string:
^\d\d) (.*)
Enter as replace string
$1
(Test it on a single file first ... better safe than sorry)
This converter proposal is for the tag-field ARTIST:
Convert | Tag - Tag | ALT+5
Select format string
Field:
ARTIST
Format string:
$trimLeft(%ARTIST%,'0123456789) ')
Preview
From:
01) THE STONE ROSES
To:
THE STONE ROSES
This converter proposal is for the FILENAME:
Convert | Filename - Filename | ALT+3
Select format string
Old filename pattern:
%1) %2
New filename pattern:
%2
Preview
From:
01) When You're On Top.mp3
To:
When You're On Top.mp3
DD.20120410.1954.CEST
Thanks a lot guys ![]()