ZITAT(BORN TO ROCK @ Apr 10 2012, 19:37)

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)