How to edit mp3 tags using regular expressions?

1

I have a long list of mp3 files which not acceptable tags. I need to be able to change tags of mp3 files using regular expressions. For example, there are files with following titles:

Title
-----
abc_01
abc_02
abc_03 

___
Should be like:

Title
------
smth_001
smth_002
smth_003

How can I accomplish this? I am running Windows 7.

J.Olufsen

Posted 2013-07-01T06:03:17.140

Reputation: 2 534

1What OS do you have? – mirkobrankovic – 2013-07-01T06:11:36.987

I am using Windows 7 – J.Olufsen – 2013-07-01T06:22:06.620

Answers

2

I suggest you try with Total Commanders "Multi-Rename tool" or MultiRenamer for batch.
For tags, try MP3Tag

MP3 Tag actions

mirkobrankovic

Posted 2013-07-01T06:03:17.140

Reputation: 936

More details please. So far I managed only to rename mp3 file but not change mp3 tag. (using Total Commander) – J.Olufsen – 2013-07-01T06:23:33.623

1Try mp3tag I think it can do multi conversions and actions – mirkobrankovic – 2013-07-01T06:31:45.400

mp3 tag will do tag -> filename, filename to tag, and doing changes using regex under 'actions' I believe – Journeyman Geek – 2013-07-01T06:32:39.100

yes, like examples on image – mirkobrankovic – 2013-07-01T06:36:03.887